{"id":1407,"date":"2026-05-18T10:12:37","date_gmt":"2026-05-18T13:12:37","guid":{"rendered":"https:\/\/dadosfera.ai\/en\/?page_id=1407"},"modified":"2026-05-25T16:39:52","modified_gmt":"2026-05-25T19:39:52","slug":"home-2","status":"publish","type":"page","link":"https:\/\/dadosfera.ai\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1407\" class=\"elementor elementor-1407\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fee2c3d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fee2c3d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-015fcee\" data-id=\"015fcee\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f7c6bcd elementor-widget__width-inherit elementor-fixed elementor-widget elementor-widget-html\" data-id=\"f7c6bcd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;fixed&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n(function () {\r\n    'use strict';\r\n\r\n    const MOBILE_BP = 1280;\r\n\r\n    const SHADOW_CSS = `\r\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@600;700;800&display=swap');\r\n\r\n        :host {\r\n            all: initial;\r\n            display: block !important;\r\n            width: 100%;\r\n            font-family: 'Nunito', sans-serif;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        *, *::before, *::after {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        nav {\r\n            width: 100%;\r\n            display: flex;\r\n            justify-content: center;\r\n            padding: 20px 16px;\r\n            position: relative;\r\n            z-index: 99999;\r\n            background: transparent;\r\n        }\r\n\r\n        .nb-inner {\r\n            width: 100%;\r\n            max-width: 1400px;\r\n            background: rgba(255,255,255,0.75);\r\n            backdrop-filter: blur(12px);\r\n            -webkit-backdrop-filter: blur(12px);\r\n            border: 1px solid rgba(255,255,255,0.6);\r\n            border-radius: 60px;\r\n            padding: 10px 28px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            box-shadow: 0 8px 32px rgba(0,0,0,0.06);\r\n            position: relative;\r\n        }\r\n\r\n        \/* LOGO *\/\r\n        .nb-logo a {\r\n            display: flex;\r\n            align-items: center;\r\n            text-decoration: none;\r\n        }\r\n        .nb-logo img {\r\n            height: 42px;\r\n            width: auto;\r\n            display: block;\r\n            max-width: none !important;\r\n        }\r\n\r\n        \/* HAMBURGER *\/\r\n        .nb-toggle {\r\n            display: none;\r\n            background: none;\r\n            border: none;\r\n            cursor: pointer;\r\n            padding: 4px;\r\n        }\r\n        .nb-toggle svg {\r\n            display: block;\r\n            stroke: #0b032d;\r\n        }\r\n\r\n        \/* RIGHT CONTENT *\/\r\n        .nb-content {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 28px;\r\n        }\r\n\r\n        \/* MAIN LINKS *\/\r\n        ul.nb-links {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 4px;\r\n            list-style: none;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        ul.nb-links > li {\r\n            position: relative;\r\n            list-style: none;\r\n        }\r\n\r\n        ul.nb-links > li > a {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 5px;\r\n            padding: 8px 12px;\r\n            font-size: 15px;\r\n            font-weight: 700;\r\n            color: #0b032d;\r\n            text-decoration: none;\r\n            white-space: nowrap;\r\n            border-radius: 8px;\r\n            transition: background 0.2s;\r\n            cursor: pointer;\r\n        }\r\n\r\n        ul.nb-links > li > a:hover,\r\n        ul.nb-links > li.nb-open > a {\r\n            background: rgba(23,0,162,0.06);\r\n        }\r\n\r\n        \/* DROPDOWN 1st LEVEL *\/\r\n        .nb-drop {\r\n            display: none;\r\n            position: absolute;\r\n            top: 100%;\r\n            left: 0;\r\n            padding-top: 10px;\r\n            min-width: 210px;\r\n            z-index: 100000;\r\n            list-style: none;\r\n            margin: 0;\r\n        }\r\n\r\n        .nb-drop-inner {\r\n            background: #ffffff;\r\n            border-radius: 14px;\r\n            box-shadow: 0 12px 36px rgba(0,0,0,0.12);\r\n            padding: 8px 0;\r\n            list-style: none;\r\n            margin: 0;\r\n        }\r\n\r\n        ul.nb-links > li.nb-open > .nb-drop {\r\n            display: block;\r\n        }\r\n\r\n        .nb-drop-inner li {\r\n            list-style: none;\r\n            position: relative;\r\n        }\r\n\r\n        .nb-drop-inner li a {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 5px;\r\n            padding: 10px 20px;\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            color: #4a5568;\r\n            text-decoration: none;\r\n            white-space: nowrap;\r\n            transition: background 0.2s, color 0.2s;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .nb-drop-inner li a:hover {\r\n            background: #f4f5ff;\r\n            color: #1700a2;\r\n        }\r\n\r\n        \/* BUTTONS *\/\r\n        .nb-actions {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .nb-btn {\r\n            padding: 10px 22px;\r\n            border-radius: 40px;\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            text-decoration: none;\r\n            white-space: nowrap;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            transition: all 0.25s;\r\n            cursor: pointer;\r\n            border: none;\r\n            animation: none !important;\r\n        }\r\n\r\n        .nb-btn-outline {\r\n            border: 1px solid #1700a2;\r\n            color: #1700a2;\r\n            background: transparent;\r\n        }\r\n        .nb-btn-outline:hover { background: rgba(23,0,162,0.06); }\r\n\r\n        .nb-btn-solid {\r\n            background: #1700a2;\r\n            color: #fff;\r\n        }\r\n        .nb-btn-solid:hover { background: #0d003b; }\r\n\r\n        \/* LANGUAGE \u2014 desktop *\/\r\n        .nb-lang {\r\n            position: relative;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .nb-lang-flag {\r\n            height: 24px;\r\n            border-radius: 4px;\r\n            display: block;\r\n            max-width: none !important;\r\n        }\r\n\r\n        .nb-lang-flag-wrap {\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .nb-lang-flag-wrap svg {\r\n            display: none;\r\n        }\r\n\r\n        .nb-lang-drop {\r\n            display: none;\r\n            position: absolute;\r\n            right: 0;\r\n            top: 100%;\r\n            padding-top: 8px;\r\n            z-index: 100000;\r\n            list-style: none;\r\n            margin: 0;\r\n        }\r\n\r\n        .nb-lang-drop-inner {\r\n            background: #fff;\r\n            padding: 6px;\r\n            border-radius: 10px;\r\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\r\n            list-style: none;\r\n            margin: 0;\r\n        }\r\n\r\n        .nb-lang.nb-open .nb-lang-drop { display: block; }\r\n\r\n        .nb-lang-drop-inner li { list-style: none; }\r\n\r\n        .nb-lang-drop-inner li a {\r\n            display: flex;\r\n            padding: 4px;\r\n        }\r\n\r\n        \/* CLOSE *\/\r\n        .nb-close { display: none; }\r\n\r\n        \/* \u2500\u2500 MOBILE \u2500\u2500 *\/\r\n        @media (max-width: ${MOBILE_BP}px) {\r\n            .nb-toggle {\r\n                display: flex;\r\n                align-items: center;\r\n                justify-content: center;\r\n            }\r\n\r\n            .nb-content {\r\n                display: none;\r\n                position: fixed;\r\n                top: 0;\r\n                right: 0;\r\n                width: 300px;\r\n                height: 100vh;\r\n                background: #fff;\r\n                flex-direction: column;\r\n                align-items: flex-start;\r\n                padding: 72px 24px 32px;\r\n                gap: 20px;\r\n                overflow-y: auto;\r\n                box-shadow: -4px 0 30px rgba(0,0,0,0.12);\r\n                z-index: 999999;\r\n            }\r\n\r\n            .nb-content.open { display: flex; }\r\n\r\n            .nb-close {\r\n                display: block;\r\n                position: absolute;\r\n                top: 18px;\r\n                right: 18px;\r\n                background: none;\r\n                border: none;\r\n                cursor: pointer;\r\n                padding: 4px;\r\n            }\r\n\r\n            ul.nb-links {\r\n                flex-direction: column;\r\n                align-items: flex-start;\r\n                width: 100%;\r\n                gap: 0;\r\n            }\r\n\r\n            ul.nb-links > li { width: 100%; }\r\n\r\n            ul.nb-links > li > a {\r\n                width: 100%;\r\n                padding: 12px 8px;\r\n                border-bottom: 1px solid #f0f0f0;\r\n                border-radius: 0;\r\n            }\r\n\r\n            .nb-drop {\r\n                position: static;\r\n                padding: 0;\r\n                box-shadow: none;\r\n            }\r\n\r\n            .nb-drop-inner {\r\n                box-shadow: none;\r\n                border-radius: 0;\r\n                padding: 0 0 0 16px;\r\n                border-left: 2px solid #e8eaff;\r\n                margin: 4px 0 4px 12px;\r\n            }\r\n\r\n            .nb-actions {\r\n                flex-direction: column;\r\n                width: 100%;\r\n            }\r\n\r\n            .nb-btn {\r\n                width: 100%;\r\n                justify-content: center;\r\n            }\r\n\r\n            \/* Language mobile *\/\r\n            .nb-lang {\r\n                width: 100%;\r\n            }\r\n\r\n            .nb-lang-flag-wrap {\r\n                display: flex;\r\n                align-items: center;\r\n                gap: 8px;\r\n                padding: 10px 8px;\r\n                border-top: 1px solid #f0f0f0;\r\n                width: 100%;\r\n                cursor: pointer;\r\n                user-select: none;\r\n            }\r\n\r\n            .nb-lang-flag-wrap svg {\r\n                display: block;\r\n                margin-left: auto;\r\n                transition: transform 0.25s;\r\n            }\r\n\r\n            .nb-lang.nb-open .nb-lang-flag-wrap svg {\r\n                transform: rotate(180deg);\r\n            }\r\n\r\n            .nb-lang-drop {\r\n                position: static;\r\n                padding: 0;\r\n                width: 100%;\r\n            }\r\n\r\n            .nb-lang-drop-inner {\r\n                box-shadow: none;\r\n                border-radius: 0;\r\n                padding: 0 0 0 16px;\r\n                border-left: 2px solid #e8eaff;\r\n                margin: 0 0 4px 12px;\r\n            }\r\n\r\n            .nb-lang-drop-inner li a {\r\n                padding: 8px 4px;\r\n                display: flex;\r\n                align-items: center;\r\n            }\r\n        }\r\n    `;\r\n\r\n    const SHADOW_HTML = `\r\n        <nav>\r\n            <div class=\"nb-inner\">\r\n\r\n                <div class=\"nb-logo\">\r\n                    <a href=\"https:\/\/dadosfera.ai\/en\/\">\r\n                        <img decoding=\"async\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/02\/Logo_Dadosfera.svg\" alt=\"Dadosfera\">\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <button class=\"nb-toggle\" id=\"nbToggle\" aria-label=\"Open menu\">\r\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#0b032d\" stroke-width=\"2.5\">\r\n                        <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\/><line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"\/><line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n\r\n                <div class=\"nb-content\" id=\"nbContent\">\r\n\r\n                    <button class=\"nb-close\" id=\"nbClose\" aria-label=\"Close menu\">\r\n                        <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#0b032d\" stroke-width=\"2.5\">\r\n                            <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/>\r\n                        <\/svg>\r\n                    <\/button>\r\n\r\n                    <ul class=\"nb-links\">\r\n                        <li>\r\n                            <a href=\"#\">Product <svg width=\"10\" height=\"6\" viewBox=\"0 0 10 6\" fill=\"none\"><path d=\"M1 1L5 5L9 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/a>\r\n                            <ul class=\"nb-drop\">\r\n                                <ul class=\"nb-drop-inner\">\r\n                                    <li><a href=\"https:\/\/dadosfera.ai\/en\/saas\/\">SaaS Platform<\/a><\/li>\r\n                                    <li><a href=\"https:\/\/mkthb.dadosfera.ai\/en\/dataapps-solutions-autodriveddf\/wdec?_gl=1*115aclw*_gcl_au*Mjg2NTU5NDUyLjE3NzQ5MDg4NjU.\" target=\"_blank\">AutoDriveDDF<\/a><\/li>\r\n                                <\/ul>\r\n                            <\/ul>\r\n                        <\/li>\r\n                        <li>\r\n                            <a href=\"#\">Contact <svg width=\"10\" height=\"6\" viewBox=\"0 0 10 6\" fill=\"none\"><path d=\"M1 1L5 5L9 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/a>\r\n                            <ul class=\"nb-drop\">\r\n                                <ul class=\"nb-drop-inner\">\r\n                                    <li><a href=\"https:\/\/share.hsforms.com\/1IoRmplXrQdKJkcCuVSM-Yg32djp\" target=\"_blank\" rel=\"noopener\">Talk to Us<\/a><\/li>\r\n                                    <li><a href=\"https:\/\/suporte.dadosfera.ai\/hc\/pt-br\" target=\"_blank\">Support<\/a><\/li>\r\n                                <\/ul>\r\n                            <\/ul>\r\n                        <\/li>\r\n                        <li>\r\n                            <a href=\"#\">About Us <svg width=\"10\" height=\"6\" viewBox=\"0 0 10 6\" fill=\"none\"><path d=\"M1 1L5 5L9 1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/a>\r\n                            <ul class=\"nb-drop\">\r\n                                <ul class=\"nb-drop-inner\">\r\n                                    <li><a href=\"https:\/\/dadosfera.ai\/en\/about-us\/\">Who we are<\/a><\/li>\r\n                                <\/ul>\r\n                            <\/ul>\r\n                        <\/li>\r\n                        <li><a href=\"https:\/\/mkthb.dadosfera.ai\/en\/dadosfera-careers?_gl=1*8dkyai*_gcl_au*Mjg2NTU5NDUyLjE3NzQ5MDg4NjU.\" target=\"_blank\">Careers<\/a><\/li>\r\n                    <\/ul>\r\n\r\n                    <div class=\"nb-actions\">\r\n                        <a href=\"https:\/\/app.dadosfera.ai\/pt-BR\/auth\/login?customer_id=&next=%2F%3F_gl%3D1*11gaqgg*_gcl_au*Mjg2NTU5NDUyLjE3NzQ5MDg4NjU.\" class=\"nb-btn nb-btn-outline\">Login<\/a>\r\n                        <a href=\"https:\/\/share.hsforms.com\/1IoRmplXrQdKJkcCuVSM-Yg32djp\" class=\"nb-btn nb-btn-solid\">Request a Demo<\/a>\r\n\r\n                        <div class=\"nb-lang\" id=\"nbLang\">\r\n                            <div class=\"nb-lang-flag-wrap\" id=\"nbLangTrigger\">\r\n                                <img decoding=\"async\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/image-25.svg\" class=\"nb-lang-flag\" alt=\"EN\">\r\n                                <svg width=\"10\" height=\"6\" viewBox=\"0 0 10 6\" fill=\"none\">\r\n                                    <path d=\"M1 1L5 5L9 1\" stroke=\"#0b032d\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                            <\/div>\r\n                            <ul class=\"nb-lang-drop\">\r\n                                <ul class=\"nb-lang-drop-inner\">\r\n                                    <li>\r\n                                        <a href=\"https:\/\/dadosfera.info\/dev\/\">\r\n                                            <img decoding=\"async\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/PT.png.svg\" class=\"nb-lang-flag\" alt=\"PT\">\r\n                                        <\/a>\r\n                                    <\/li>\r\n                                <\/ul>\r\n                            <\/ul>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/nav>\r\n    `;\r\n\r\n    class DdfNav extends HTMLElement {\r\n        constructor() {\r\n            super();\r\n            this._shadow = this.attachShadow({ mode: 'open' });\r\n        }\r\n\r\n        connectedCallback() {\r\n            this._render();\r\n            this._initJS();\r\n        }\r\n\r\n        _render() {\r\n            this._shadow.innerHTML = `<style>${SHADOW_CSS}<\/style>${SHADOW_HTML}`;\r\n        }\r\n\r\n        _initJS() {\r\n            const s = this._shadow;\r\n\r\n            const toggle  = s.getElementById('nbToggle');\r\n            const close   = s.getElementById('nbClose');\r\n            const content = s.getElementById('nbContent');\r\n\r\n            function closePanel() {\r\n                content.classList.remove('open');\r\n            }\r\n\r\n            if (toggle) toggle.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                content.classList.add('open');\r\n            });\r\n            if (close) close.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                closePanel();\r\n            });\r\n\r\n            document.addEventListener('pointerdown', (e) => {\r\n                if (!content.classList.contains('open')) return;\r\n\r\n                const x = e.clientX;\r\n                const y = e.clientY;\r\n\r\n                const panelRect  = content.getBoundingClientRect();\r\n                const toggleRect = toggle.getBoundingClientRect();\r\n\r\n                const inPanel =\r\n                    x >= panelRect.left && x <= panelRect.right &&\r\n                    y >= panelRect.top  && y <= panelRect.bottom;\r\n\r\n                const inToggle =\r\n                    x >= toggleRect.left && x <= toggleRect.right &&\r\n                    y >= toggleRect.top  && y <= toggleRect.bottom;\r\n\r\n                if (!inPanel && !inToggle) closePanel();\r\n            });\r\n\r\n            s.querySelectorAll('a[href]').forEach(function (a) {\r\n                const href = a.getAttribute('href');\r\n                const hasDrop = a.nextElementSibling &&\r\n                    (a.nextElementSibling.classList.contains('nb-drop') ||\r\n                     a.nextElementSibling.classList.contains('nb-subdrop'));\r\n\r\n                if (href && href !== '#' && !hasDrop) {\r\n                    a.addEventListener('click', function () {\r\n                        if (window.innerWidth <= MOBILE_BP) {\r\n                            closePanel();\r\n                        }\r\n                    });\r\n                }\r\n            });\r\n\r\n            function bindMobileClick(selector) {\r\n                s.querySelectorAll(selector).forEach(function (li) {\r\n                    const link = li.querySelector(':scope > a');\r\n                    const drop = li.querySelector(':scope > .nb-drop, :scope > .nb-subdrop');\r\n                    if (!link || !drop) return;\r\n\r\n                    link.addEventListener('click', function (e) {\r\n                        if (window.innerWidth <= MOBILE_BP) {\r\n                            e.preventDefault();\r\n                            e.stopPropagation();\r\n                            const isOpen = li.classList.contains('nb-open');\r\n                            li.parentElement.querySelectorAll(':scope > li.nb-open').forEach(function (el) {\r\n                                el.classList.remove('nb-open');\r\n                            });\r\n                            if (!isOpen) li.classList.add('nb-open');\r\n                        }\r\n                    });\r\n                });\r\n            }\r\n\r\n            bindMobileClick('ul.nb-links > li');\r\n            bindMobileClick('.nb-drop-inner > li');\r\n\r\n            function bindDesktopHover(selector) {\r\n                s.querySelectorAll(selector).forEach(function (li) {\r\n                    let timer;\r\n                    li.addEventListener('mouseenter', function () {\r\n                        if (window.innerWidth <= MOBILE_BP) return;\r\n                        clearTimeout(timer);\r\n                        li.parentElement.querySelectorAll(':scope > li.nb-open').forEach(function (other) {\r\n                            if (other !== li) other.classList.remove('nb-open');\r\n                        });\r\n                        li.classList.add('nb-open');\r\n                    });\r\n                    li.addEventListener('mouseleave', function () {\r\n                        if (window.innerWidth <= MOBILE_BP) return;\r\n                        timer = setTimeout(function () { li.classList.remove('nb-open'); }, 80);\r\n                    });\r\n                });\r\n            }\r\n\r\n            bindDesktopHover('ul.nb-links > li');\r\n            bindDesktopHover('.nb-drop-inner > li');\r\n\r\n            const lang    = s.getElementById('nbLang');\r\n            const trigger = s.getElementById('nbLangTrigger');\r\n\r\n            if (lang && trigger) {\r\n                let lt;\r\n\r\n                lang.addEventListener('mouseenter', function () {\r\n                    if (window.innerWidth <= MOBILE_BP) return;\r\n                    clearTimeout(lt);\r\n                    lang.classList.add('nb-open');\r\n                });\r\n                lang.addEventListener('mouseleave', function () {\r\n                    if (window.innerWidth <= MOBILE_BP) return;\r\n                    lt = setTimeout(function () { lang.classList.remove('nb-open'); }, 80);\r\n                });\r\n\r\n                trigger.addEventListener('click', function (e) {\r\n                    if (window.innerWidth > MOBILE_BP) return;\r\n                    e.stopPropagation();\r\n                    lang.classList.toggle('nb-open');\r\n                });\r\n            }\r\n        }\r\n    }\r\n\r\n    if (!customElements.get('ddf-nav')) {\r\n        customElements.define('ddf-nav', DdfNav);\r\n    }\r\n\r\n})();\r\n<\/script>\r\n\r\n<ddf-nav><\/ddf-nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-700cbbe elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"700cbbe\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-35017dd\" data-id=\"35017dd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b5b8a92 elementor-widget elementor-widget-html\" data-id=\"b5b8a92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ============================================================\r\n     DADOSFERA \u2014 HOME OTIMIZADO\r\n     Melhorias aplicadas vs PageSpeed:\r\n     1. CSS minificado (remove coment\u00e1rios + whitespace)\r\n     2. Imagens com width\/height expl\u00edcitos \u2192 fix CLS\r\n     3. V\u00eddeo sem preload=\"auto\" + lazy load via IntersectionObserver \u2192 fix LCP\r\n     4. JS minificado e reorganizado\r\n     ============================================================ -->\r\n<style>#ddf-custom-home{--white:#ffffff;--bg-neutral:#F2EFF4;--bg-soft:#F7F8FC;--aurora-accent:#3BBFF0;--title-color:#1700A2;--title-hover:#110080;--text-color:#0D003B;--muted:#4b5563;--muted-soft:#6B7280;--card-border:#ECECF2;--card-border-hover:#D7D7E2;--orange:#FF9800;--light-blue:#d9e4ff;--border-blue:#e0e4fa;--dark-blue:#1a00c2;--chart-bar-1:#C9CCEC;--logo-mono:#5F6373;--nav-offset:88px;font-family:'Nunito',system-ui,-apple-system,sans-serif!important;color:var(--text-color);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;width:100%;overflow-x:hidden;text-align:left}\r\n#ddf-custom-home *,#ddf-custom-home *::before,#ddf-custom-home *::after{box-sizing:border-box!important}\r\n#ddf-custom-home h1,#ddf-custom-home h2,#ddf-custom-home h3,#ddf-custom-home h4,#ddf-custom-home h5,#ddf-custom-home p{margin:0!important;padding:0!important;font-family:inherit!important}\r\n#ddf-custom-home ul,#ddf-custom-home ol{list-style:none!important;margin:0!important;padding:0!important}\r\n#ddf-custom-home a{text-decoration:none!important;color:inherit;box-shadow:none!important}\r\n#ddf-custom-home img{max-width:100%!important;height:auto!important;display:block!important;margin:0;padding:0;border:none;box-shadow:none}\r\n#ddf-custom-home button{font-family:inherit;cursor:pointer;border:0;background:none;padding:0}\r\n#ddf-custom-home .container{max-width:1200px;margin:0 auto;width:100%}\r\n#ddf-custom-home .eyebrow{display:inline-block;color:var(--aurora-accent);text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.8rem;margin-bottom:1rem}\r\n#ddf-custom-home .section-title{color:var(--title-color);font-weight:600;font-size:clamp(1.65rem,2.6vw,2.25rem);line-height:1.2;margin:0 0 1rem!important;letter-spacing:-.005em;text-wrap:balance}\r\n#ddf-custom-home .section-lead{color:var(--muted);font-size:1rem;line-height:1.65;font-weight:400;margin:0!important;max-width:60ch}\r\n#ddf-custom-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.6rem;border-radius:999px;font-family:inherit;font-weight:700;font-size:.95rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background 200ms ease,color 200ms ease,border-color 200ms ease,transform 200ms ease}\r\n#ddf-custom-home .btn-primary{background:var(--title-color);color:var(--white);box-shadow:0 10px 20px -10px rgba(23,0,162,.45)}\r\n#ddf-custom-home .btn-primary:hover{background:var(--title-hover);transform:translateY(-1px);box-shadow:0 14px 26px -10px rgba(23,0,162,.5)}\r\n#ddf-custom-home .btn-ghost{background:var(--white);color:var(--title-color);border-color:#D7DAE8}\r\n#ddf-custom-home .btn-ghost:hover{border-color:var(--title-color)}\r\n#ddf-custom-home .btn svg{width:16px;height:16px}\r\n#ddf-custom-home .hero{position:relative;width:100%;padding:calc(var(--nav-offset) + 4.5rem) 1.5rem 6.5rem;display:flex;align-items:center;justify-content:center;background:radial-gradient(900px 520px at 92% 6%,rgba(59,191,240,.18),transparent 62%),radial-gradient(880px 480px at 8% 96%,rgba(167,158,232,.22),transparent 62%),radial-gradient(700px 440px at 50% 50%,rgba(255,255,255,.9),transparent 70%),linear-gradient(180deg,#FAFAFE 0%,#F4F1F8 100%);overflow:hidden;isolation:isolate}\r\n#ddf-custom-home .hero::before{content:\"\";position:absolute;inset:0;background:radial-gradient(360px 260px at 78% 38%,rgba(59,191,240,.14),transparent 65%),radial-gradient(420px 320px at 22% 70%,rgba(23,0,162,.08),transparent 65%);pointer-events:none;z-index:-1}\r\n#ddf-custom-home .hero-inner{max-width:1100px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.75rem;padding:1rem 0}\r\n#ddf-custom-home .hero-title{font-size:clamp(2.2rem,6vw,4.75rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;margin:0!important;text-wrap:balance}\r\n#ddf-custom-home .hero-title .accent{color:var(--title-color);display:block}\r\n#ddf-custom-home .hero-title .dark{color:var(--text-color)!important;display:block}\r\n#ddf-custom-home .hero-sub{font-size:clamp(1rem,1.25vw,1.18rem);font-weight:500;color:var(--muted);line-height:1.65;max-width:780px;margin:0!important}\r\n#ddf-custom-home .hero-actions{display:flex;flex-direction:column;gap:.85rem;width:100%;max-width:360px;margin-top:1rem}\r\n#ddf-custom-home .hero-actions .btn{width:100%}\r\n#ddf-custom-home .section{width:100%;padding:5rem 1.5rem}\r\n#ddf-custom-home .section--white{background:var(--white)}\r\n#ddf-custom-home .section--neutral{background:var(--bg-neutral)}\r\n#ddf-custom-home .section-head{text-align:center;max-width:820px;margin:0 auto 3rem}\r\n#ddf-custom-home .clientes{padding:3rem 0 3.5rem;background:var(--white)}\r\n#ddf-custom-home .logo-track{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%)}\r\n#ddf-custom-home .logo-strip{display:flex;align-items:center;gap:18px;width:max-content;will-change:transform;animation:ddf-logo-scroll 55s linear infinite}\r\n#ddf-custom-home .logo-track:hover .logo-strip{animation-play-state:paused}\r\n@keyframes ddf-logo-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}\r\n#ddf-custom-home .logo-card{flex-shrink:0;width:200px;height:110px;background:var(--white);border:1px solid var(--card-border);border-radius:14px;display:flex;align-items:center;justify-content:center;padding:22px 26px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .2s ease,box-shadow .2s ease}\r\n#ddf-custom-home .logo-card:hover{border-color:var(--card-border-hover);box-shadow:0 10px 22px -12px rgba(13,0,59,.12);transform:scale(1.04)}\r\n#ddf-custom-home .logo-card img{max-width:100%!important;max-height:80px!important;width:auto;height:auto!important;object-fit:contain;pointer-events:none;user-select:none}\r\n#ddf-custom-home .features{padding:4.5rem 1.5rem 5.5rem;background:var(--white)}\r\n#ddf-custom-home .features-head{text-align:center;max-width:820px;margin:0 auto 3rem}\r\n#ddf-custom-home .features-head h2{color:var(--title-color);font-weight:600;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.2;margin:0 0 1rem!important;text-wrap:balance}\r\n#ddf-custom-home .features-head p{color:var(--muted);font-size:1rem;line-height:1.6;max-width:640px;margin:0 auto!important}\r\n#ddf-custom-home .features-video-wrap{position:relative;width:100%;max-width:1100px;margin:0 auto 3.5rem;border-radius:22px;overflow:hidden;line-height:0;cursor:pointer;box-shadow:0 32px 64px -24px rgba(13,0,59,.22),0 8px 24px -12px rgba(13,0,59,.1);transition:box-shadow 300ms ease,transform 300ms ease}\r\n#ddf-custom-home .features-video-wrap:hover{transform:translateY(-3px);box-shadow:0 40px 72px -24px rgba(13,0,59,.28),0 12px 32px -12px rgba(13,0,59,.12)}\r\n#ddf-custom-home .features-video-wrap video{width:100%;height:auto;display:block;background:#0D003B;filter:blur(8px);transform:scale(1.02);transition:filter 600ms ease,transform 600ms ease}\r\n#ddf-custom-home .features-video-wrap.is-playing video,#ddf-custom-home .features-video-wrap.is-done video{filter:blur(0);transform:scale(1)}\r\n#ddf-custom-home .features-video-hint{position:absolute;inset:auto 0 18px 0;display:flex;justify-content:center;pointer-events:none;transition:opacity 400ms ease,transform 400ms ease}\r\n#ddf-custom-home .features-video-hint span{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-family:'Nunito',sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.82);background:rgba(13,0,59,.38);backdrop-filter:blur(8px);border-radius:999px;border:1px solid rgba(255,255,255,.15)}\r\n#ddf-custom-home .features-video-hint svg{width:11px;height:11px;opacity:.7}\r\n#ddf-custom-home .features-video-wrap.is-playing .features-video-hint,#ddf-custom-home .features-video-wrap.is-done .features-video-hint{opacity:0;transform:translateY(6px);pointer-events:none}\r\n#ddf-custom-home .features-stack{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}\r\n#ddf-custom-home .mini{border-radius:28px;padding:3rem 2.5rem;display:grid;grid-template-columns:1fr 1.05fr;gap:3rem;align-items:center;position:relative;overflow:hidden;border:1px solid var(--card-border)}\r\n#ddf-custom-home .mini--white{background:var(--white)}\r\n#ddf-custom-home .mini--neutral{background:var(--bg-neutral);border-color:transparent}\r\n#ddf-custom-home .mini--reverse{grid-template-columns:1.05fr 1fr}\r\n#ddf-custom-home .mini--reverse .mini-copy{order:2}\r\n#ddf-custom-home .mini--reverse .mini-visual{order:1}\r\n#ddf-custom-home .mini-copy{max-width:480px;display:flex;flex-direction:column;gap:1rem}\r\n#ddf-custom-home .mini-copy .eyebrow{margin-bottom:0}\r\n#ddf-custom-home .mini-copy h3{font-size:clamp(1.4rem,2.4vw,1.75rem);font-weight:700;line-height:1.2;color:var(--text-color);letter-spacing:-.005em;text-wrap:balance}\r\n#ddf-custom-home .mini-copy p{font-size:.98rem;line-height:1.6;color:var(--muted)}\r\n#ddf-custom-home .mini-cta{align-self:flex-start;margin-top:.5rem;background:var(--title-color);color:var(--white);font-weight:700;font-size:.88rem;padding:.85rem 1.4rem;border-radius:10px;display:inline-flex;align-items:center;gap:.5rem;transition:background 200ms ease,transform 200ms ease}\r\n#ddf-custom-home .mini-cta:hover{background:var(--title-hover);transform:translateY(-1px)}\r\n#ddf-custom-home .mini-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}\r\n#ddf-custom-home .mini-visual{position:relative;min-height:280px}\r\n#ddf-custom-home .viz{position:relative;background:var(--white);border:1px solid var(--card-border);border-radius:18px;box-shadow:0 22px 44px -22px rgba(13,0,59,.22),0 6px 18px -10px rgba(13,0,59,.08);overflow:hidden;min-height:320px;display:flex;flex-direction:column}\r\n#ddf-custom-home .mini--neutral .viz{background:var(--white)}\r\n#ddf-custom-home .viz-head{display:flex;align-items:center;gap:.5rem;padding:.75rem .95rem;border-bottom:1px solid #F1F2F7;background:linear-gradient(180deg,#FAFAFD,var(--white))}\r\n#ddf-custom-home .viz-head .dot{width:8px;height:8px;border-radius:50%;background:#E1E3EF}\r\n#ddf-custom-home .viz-head .dot:nth-child(2){background:#E8E9F2}\r\n#ddf-custom-home .viz-head .dot:nth-child(3){background:#EDEEF5}\r\n#ddf-custom-home .viz-head .title{margin-left:.5rem;font-size:.74rem;font-weight:700;color:var(--text-color);letter-spacing:.02em}\r\n#ddf-custom-home .viz-head .pill{margin-left:auto;font-size:.65rem;font-weight:700;color:var(--aurora-accent);background:rgba(59,191,240,.12);padding:4px 9px;border-radius:999px;letter-spacing:.06em;text-transform:uppercase}\r\n#ddf-custom-home .viz-body{padding:1.1rem;flex:1;display:flex;flex-direction:column}\r\n#ddf-custom-home .chat{flex:1;display:flex;flex-direction:column;gap:.55rem;padding:.1rem}\r\n#ddf-custom-home .bubble{max-width:84%;padding:.65rem .9rem;border-radius:14px;font-size:.8rem;line-height:1.45;color:var(--text-color);background:var(--bg-soft);border:1px solid var(--card-border);opacity:0;transform:translateY(6px);transition:opacity 420ms ease,transform 420ms ease}\r\n#ddf-custom-home .bubble--user{align-self:flex-end;background:var(--title-color);color:var(--white);border-color:var(--title-color)}\r\n#ddf-custom-home .is-visible .bubble{opacity:1;transform:translateY(0)}\r\n#ddf-custom-home .is-visible .bubble:nth-of-type(1){transition-delay:.25s}\r\n#ddf-custom-home .is-visible .bubble:nth-of-type(2){transition-delay:.95s}\r\n#ddf-custom-home .is-visible .bubble:nth-of-type(3){transition-delay:1.6s}\r\n#ddf-custom-home .bubble-meta{display:flex;align-items:center;gap:6px;font-size:.65rem;font-weight:800;color:var(--aurora-accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.25rem}\r\n#ddf-custom-home .bubble-meta::before{content:\"\";width:16px;height:16px;border-radius:50%;background:var(--title-color) url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M12 2 4 7v6c0 4.4 3.1 8.5 8 9 4.9-.5 8-4.6 8-9V7l-8-5z'\/><\/svg>\") center\/10px no-repeat}\r\n#ddf-custom-home .bubble-insight{display:flex;flex-direction:column;gap:5px;margin-top:.4rem}\r\n#ddf-custom-home .bubble-insight .row{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:8px;font-size:.7rem;color:var(--text-color);font-weight:600}\r\n#ddf-custom-home .bubble-insight .bar{height:5px;background:var(--card-border);border-radius:999px;overflow:hidden}\r\n#ddf-custom-home .bubble-insight .bar::after{content:\"\";display:block;height:100%;width:0;background:var(--title-color);transition:width 1s ease 1.9s}\r\n#ddf-custom-home .is-visible .bubble-insight .bar::after{width:var(--w,70%)}\r\n#ddf-custom-home .typing{align-self:flex-start;display:inline-flex;gap:4px;padding:.65rem .9rem;border-radius:14px;background:var(--bg-soft);border:1px solid var(--card-border);opacity:0;transition:opacity 320ms ease}\r\n#ddf-custom-home .is-visible .typing{opacity:1;transition-delay:.75s}\r\n#ddf-custom-home .typing span{width:5px;height:5px;border-radius:50%;background:#B0B4C8;animation:ddf-dot 1.2s ease-in-out infinite}\r\n#ddf-custom-home .typing span:nth-child(2){animation-delay:.15s}\r\n#ddf-custom-home .typing span:nth-child(3){animation-delay:.3s}\r\n@keyframes ddf-dot{0%,100%{transform:translateY(0);opacity:.5}50%{transform:translateY(-3px);opacity:1}}\r\n#ddf-custom-home .chart-stage{flex:1;display:flex;flex-direction:column;gap:.85rem}\r\n#ddf-custom-home .chart-kpis{display:flex;gap:1.5rem;padding:.25rem .1rem 0}\r\n#ddf-custom-home .chart-kpi{display:flex;flex-direction:column;gap:2px}\r\n#ddf-custom-home .chart-kpi-label{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-soft);font-weight:800}\r\n#ddf-custom-home .chart-kpi-val{font-size:1.35rem;font-weight:800;color:var(--text-color);letter-spacing:-.01em;display:inline-flex;align-items:baseline;gap:6px}\r\n#ddf-custom-home .chart-kpi-val .delta{font-size:.7rem;font-weight:700;color:#20B26B}\r\n#ddf-custom-home .area-stage{flex:1;position:relative;min-height:170px;border-radius:12px;background:linear-gradient(180deg,rgba(23,0,162,.03),transparent 60%);padding:.6rem .4rem .4rem}\r\n#ddf-custom-home .area-stage svg{width:100%;height:100%;min-height:160px;overflow:visible}\r\n#ddf-custom-home .area-grid line{stroke:#EFF0F6;stroke-width:1;stroke-dasharray:3 4}\r\n#ddf-custom-home .area-fill{fill:url(#areaGrad);opacity:0;transition:opacity 600ms ease .6s}\r\n#ddf-custom-home .area-line{fill:none;stroke:var(--title-color);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:600;stroke-dashoffset:600;transition:stroke-dashoffset 1.8s cubic-bezier(.4,0,.2,1)}\r\n#ddf-custom-home .area-dot{fill:var(--white);stroke:var(--title-color);stroke-width:2;opacity:0;transition:opacity 240ms ease 1.8s}\r\n#ddf-custom-home .is-visible .area-line{stroke-dashoffset:0}\r\n#ddf-custom-home .is-visible .area-fill{opacity:1}\r\n#ddf-custom-home .is-visible .area-dot{opacity:1}\r\n#ddf-custom-home .area-callout{position:absolute;top:8%;right:8%;background:var(--white);border:1px solid var(--card-border);border-radius:10px;padding:6px 10px;font-size:.7rem;font-weight:700;color:var(--text-color);box-shadow:0 8px 18px -10px rgba(13,0,59,.18);opacity:0;transform:translateY(-4px);transition:opacity 300ms ease 2s,transform 300ms ease 2s}\r\n#ddf-custom-home .is-visible .area-callout{opacity:1;transform:translateY(0)}\r\n#ddf-custom-home .area-callout span{color:#20B26B;font-weight:800}\r\n#ddf-custom-home .dash-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-template-rows:auto auto;gap:.75rem;flex:1}\r\n#ddf-custom-home .tile{background:var(--bg-soft);border:1px solid var(--card-border);border-radius:12px;padding:.75rem .85rem;display:flex;flex-direction:column;gap:.45rem;min-height:110px}\r\n#ddf-custom-home .tile-title{font-size:.66rem;font-weight:800;letter-spacing:.06em;color:var(--muted-soft);text-transform:uppercase}\r\n#ddf-custom-home .tile--area .mini-area{flex:1;height:70px;position:relative}\r\n#ddf-custom-home .mini-area svg{width:100%;height:100%;overflow:visible}\r\n#ddf-custom-home .mini-area .mini-area-fill{fill:rgba(23,0,162,.16);opacity:0;transition:opacity 600ms ease .4s}\r\n#ddf-custom-home .mini-area .mini-area-line{fill:none;stroke:var(--title-color);stroke-width:2;stroke-dasharray:280;stroke-dashoffset:280;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1)}\r\n#ddf-custom-home .is-visible .mini-area .mini-area-line{stroke-dashoffset:0}\r\n#ddf-custom-home .is-visible .mini-area .mini-area-fill{opacity:1}\r\n#ddf-custom-home .mini-area .mini-area-dot{fill:var(--title-color);opacity:0;transition:opacity 200ms ease 1.4s}\r\n#ddf-custom-home .is-visible .mini-area .mini-area-dot{opacity:1}\r\n#ddf-custom-home .dist-stack{display:flex;flex-direction:column;gap:.65rem;flex:1;justify-content:center}\r\n#ddf-custom-home .dist-bar{width:100%;height:12px;border-radius:999px;background:var(--card-border);overflow:hidden;display:flex}\r\n#ddf-custom-home .dist-bar>span{height:100%;width:0;transition:width 1.1s cubic-bezier(.4,0,.2,1)}\r\n#ddf-custom-home .is-visible .dist-bar>span{width:var(--w)}\r\n#ddf-custom-home .is-visible .dist-bar .d1{transition-delay:.2s}\r\n#ddf-custom-home .is-visible .dist-bar .d2{transition-delay:.36s}\r\n#ddf-custom-home .is-visible .dist-bar .d3{transition-delay:.52s}\r\n#ddf-custom-home .dist-bar .d1{background:var(--title-color)}\r\n#ddf-custom-home .dist-bar .d2{background:var(--aurora-accent)}\r\n#ddf-custom-home .dist-bar .d3{background:#C9CCEC}\r\n#ddf-custom-home .dist-legend{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:.66rem;color:var(--muted-soft);font-weight:700}\r\n#ddf-custom-home .dist-legend span{display:inline-flex;align-items:center;gap:5px}\r\n#ddf-custom-home .dist-legend span::before{content:\"\";width:8px;height:8px;border-radius:2px}\r\n#ddf-custom-home .dist-legend .l1::before{background:var(--title-color)}\r\n#ddf-custom-home .dist-legend .l2::before{background:var(--aurora-accent)}\r\n#ddf-custom-home .dist-legend .l3::before{background:#C9CCEC}\r\n#ddf-custom-home .hbars{display:flex;flex-direction:column;gap:6px;flex:1}\r\n#ddf-custom-home .hbars .row{display:grid;grid-template-columns:50px 1fr;align-items:center;gap:7px;font-size:.68rem;color:var(--muted-soft);font-weight:700}\r\n#ddf-custom-home .hbars .bar{height:8px;background:var(--card-border);border-radius:999px;overflow:hidden}\r\n#ddf-custom-home .hbars .bar::after{content:\"\";display:block;height:100%;width:0;background:var(--title-color);transition:width 1.1s cubic-bezier(.4,0,.2,1)}\r\n#ddf-custom-home .is-visible .hbars .bar::after{width:var(--w,60%)}\r\n#ddf-custom-home .is-visible .hbars .row:nth-child(1) .bar::after{transition-delay:.2s}\r\n#ddf-custom-home .is-visible .hbars .row:nth-child(2) .bar::after{transition-delay:.3s}\r\n#ddf-custom-home .is-visible .hbars .row:nth-child(3) .bar::after{transition-delay:.4s}\r\n#ddf-custom-home .is-visible .hbars .row:nth-child(4) .bar::after{transition-delay:.5s}\r\n#ddf-custom-home .tile--num{align-items:flex-start}\r\n#ddf-custom-home .tile--num .num{font-size:1.75rem;font-weight:800;color:var(--title-color);letter-spacing:-.02em;line-height:1}\r\n#ddf-custom-home .tile--num .spark{display:flex;align-items:flex-end;gap:3px;height:22px;margin-top:auto;width:100%}\r\n#ddf-custom-home .tile--num .spark span{flex:1;background:var(--chart-bar-1);border-radius:2px;transform-origin:bottom;transform:scaleY(0);transition:transform 800ms cubic-bezier(.2,.7,.2,1)}\r\n#ddf-custom-home .is-visible .tile--num .spark span{transform:scaleY(1)}\r\n#ddf-custom-home .is-visible .tile--num .spark span:nth-child(1){transition-delay:.15s}\r\n#ddf-custom-home .is-visible .tile--num .spark span:nth-child(2){transition-delay:.22s}\r\n#ddf-custom-home .is-visible .tile--num .spark span:nth-child(3){transition-delay:.3s}\r\n#ddf-custom-home .is-visible .tile--num .spark span:nth-child(4){transition-delay:.37s}\r\n#ddf-custom-home .is-visible .tile--num .spark span:nth-child(5){transition-delay:.44s}\r\n#ddf-custom-home .is-visible .tile--num .spark span:nth-child(6){transition-delay:.51s}\r\n#ddf-custom-home .is-visible .tile--num .spark span:nth-child(7){transition-delay:.58s}\r\n#ddf-custom-home .learn-stage{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;padding:.25rem;align-content:center}\r\n#ddf-custom-home .learn-card{background:var(--bg-soft);border:1px solid var(--card-border);border-radius:12px;padding:.8rem .75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;opacity:0;transform:translateY(8px);transition:opacity 480ms ease,transform 480ms ease,border-color 280ms ease,background 280ms ease}\r\n#ddf-custom-home .is-visible .learn-card{opacity:1;transform:translateY(0)}\r\n#ddf-custom-home .is-visible .learn-card:nth-child(1){transition-delay:.1s}\r\n#ddf-custom-home .is-visible .learn-card:nth-child(2){transition-delay:.18s}\r\n#ddf-custom-home .is-visible .learn-card:nth-child(3){transition-delay:.26s}\r\n#ddf-custom-home .is-visible .learn-card:nth-child(4){transition-delay:.34s}\r\n#ddf-custom-home .is-visible .learn-card:nth-child(5){transition-delay:.42s}\r\n#ddf-custom-home .is-visible .learn-card:nth-child(6){transition-delay:.5s}\r\n#ddf-custom-home .learn-card:hover{background:var(--white);border-color:var(--title-color)}\r\n#ddf-custom-home .learn-card .ic{width:28px;height:28px;border-radius:8px;background:rgba(23,0,162,.08);color:var(--title-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}\r\n#ddf-custom-home .learn-card .ic svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}\r\n#ddf-custom-home .learn-card .ic.is-grad{background:rgba(59,191,240,.15);color:var(--aurora-accent)}\r\n#ddf-custom-home .learn-card-title{font-size:.78rem;font-weight:800;color:var(--text-color);line-height:1.25}\r\n#ddf-custom-home .learn-card-meta{font-size:.66rem;font-weight:700;color:var(--muted-soft);letter-spacing:.04em}\r\n#ddf-custom-home .learn-progress{width:100%;height:4px;background:var(--card-border);border-radius:999px;overflow:hidden;margin-top:auto}\r\n#ddf-custom-home .learn-progress::after{content:\"\";display:block;height:100%;width:0;background:var(--title-color);transition:width 900ms ease}\r\n#ddf-custom-home .is-visible .learn-progress::after{width:var(--w,60%)}\r\n#ddf-custom-home .pricing-dots,#ddf-custom-home .features-dots{display:none}\r\n#ddf-custom-home .pricing{padding:5rem 1.5rem}\r\n#ddf-custom-home .pricing-header{text-align:center;margin-bottom:3rem}\r\n#ddf-custom-home .pricing-header h2{font-size:clamp(1.65rem,2.6vw,2.25rem);font-weight:600;color:var(--title-color);line-height:1.3;margin:0 0 1rem!important;text-wrap:balance}\r\n#ddf-custom-home .pricing-header p{font-size:1rem;color:var(--muted);line-height:1.6;max-width:600px;margin:0 auto!important}\r\n#ddf-custom-home .pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:940px;margin:0 auto}\r\n#ddf-custom-home .pricing-card{border-radius:22px;box-shadow:0 22px 44px -22px rgba(23,0,162,.18);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--card-border)}\r\n#ddf-custom-home .pricing-card:hover{transform:translateY(-6px);box-shadow:0 30px 50px -20px rgba(23,0,162,.28)}\r\n#ddf-custom-home .pricing-card.is-light{background:var(--white);color:var(--title-color)}\r\n#ddf-custom-home .pricing-card.is-light .pricing-card-header,#ddf-custom-home .pricing-card.is-light .pricing-card-footer{background:var(--bg-soft)}\r\n#ddf-custom-home .pricing-card.is-light .pricing-card-header{border-bottom:1px solid var(--border-blue)}\r\n#ddf-custom-home .pricing-card.is-light .pricing-card-footer{border-top:1px solid var(--border-blue)}\r\n#ddf-custom-home .pricing-card.is-dark{background:var(--title-color);color:var(--white);border-color:var(--title-color)}\r\n#ddf-custom-home .pricing-card.is-dark .pricing-card-header,#ddf-custom-home .pricing-card.is-dark .pricing-card-footer{background:var(--title-hover);border-color:var(--dark-blue)}\r\n#ddf-custom-home .pricing-card.is-dark .pricing-feature{color:var(--white)}\r\n#ddf-custom-home .pricing-card.is-dark .pricing-desc{color:rgba(255,255,255,.78)}\r\n#ddf-custom-home .pricing-card-header{padding:2rem 1.5rem;text-align:center}\r\n#ddf-custom-home .pricing-plan{font-weight:800;font-size:1.5rem}\r\n#ddf-custom-home .pricing-card-body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;align-items:center}\r\n#ddf-custom-home .pricing-desc{font-size:1rem;font-weight:500;margin-bottom:1.5rem!important;text-align:center;line-height:1.6}\r\n#ddf-custom-home .pricing-card.is-light .pricing-desc{color:rgba(23,0,162,.78)}\r\n#ddf-custom-home .pricing-features-title{font-weight:700;font-size:.95rem;margin-bottom:1rem!important;text-align:center;width:100%}\r\n#ddf-custom-home .pricing-features{display:flex;flex-direction:column;gap:.85rem;width:100%;max-width:320px}\r\n#ddf-custom-home .pricing-feature{display:flex;align-items:flex-start;gap:.65rem;font-size:.95rem;font-weight:500;text-align:left;line-height:1.5}\r\n#ddf-custom-home .pricing-feature svg{flex-shrink:0;margin-top:.15rem;width:18px;height:18px}\r\n#ddf-custom-home .pricing-card-footer{padding:1.5rem;display:flex;justify-content:center}\r\n#ddf-custom-home .pricing-btn{width:100%;padding:.95rem 1.5rem;min-height:52px;border-radius:10px;background:var(--orange);color:var(--white);font-family:inherit;font-weight:700;font-size:.92rem;transition:all .3s ease;text-align:center;line-height:1.4}\r\n#ddf-custom-home .pricing-btn:hover{transform:translateY(-2px);opacity:.92;box-shadow:0 10px 20px -5px rgba(255,152,0,.3)}\r\n#ddf-custom-home .orbit{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}\r\n#ddf-custom-home .orbit-card{width:100%;max-width:1200px;margin:2rem auto 0;background:var(--white);border:1px solid var(--card-border);border-radius:28px;box-shadow:0 20px 60px -30px rgba(13,0,59,.15),0 4px 16px -8px rgba(13,0,59,.06);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:560px}\r\n#ddf-custom-home .orbit-card-copy{padding:3.5rem 3rem;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}\r\n#ddf-custom-home .orbit-card-copy .orbit-cta-wrap{padding-top:.5rem;justify-content:flex-start}\r\n#ddf-custom-home .orbit-card-copy .orbit-title{text-align:left;width:100%}\r\n#ddf-custom-home .orbit-card-copy .orbit-title h2{text-align:left;margin:0!important}\r\n#ddf-custom-home .orbit-card-copy .orbit-subtitle{text-align:left;width:100%}\r\n#ddf-custom-home .orbit-card-copy .orbit-subtitle p{text-align:left;margin:0!important}\r\n#ddf-custom-home .orbit-card-visual{position:relative;height:560px;overflow:hidden;background:var(--white);border-left:1px solid var(--card-border)}\r\n#ddf-custom-home .orbit-card-visual .orbit-stage{position:absolute;inset:0;height:100%;margin:0}\r\n#ddf-custom-home .orbit-card-visual .orbit-container{transform:scale(.72)}\r\n#ddf-custom-home .orbit-mobile-wrap{display:none;width:100%;flex-direction:column;align-items:center}\r\n#ddf-custom-home .orbit-cta-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding-top:1rem}\r\n#ddf-custom-home .orbit-title h2{font-size:clamp(1.65rem,2.8vw,2.25rem);font-weight:600;line-height:1.2;color:var(--title-color);max-width:800px;text-align:center;margin:0 auto!important;text-wrap:balance}\r\n#ddf-custom-home .orbit-subtitle p{font-size:1rem;font-weight:500;line-height:1.6;color:var(--muted);max-width:740px;text-align:center;margin:1rem auto 0!important}\r\n#ddf-custom-home .orbit-title,#ddf-custom-home .orbit-subtitle{width:100%;text-align:center}\r\n#ddf-custom-home .orbit-stage{position:relative;width:100%;height:700px;display:flex;align-items:center;justify-content:center;margin:1.5rem 0}\r\n#ddf-custom-home .orbit-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:scale(.85)}\r\n#ddf-custom-home .orbit-cta-btn{background-color:var(--title-color);color:var(--white);font-size:.95rem;font-weight:700;padding:1.05rem 2.4rem;border-radius:999px;transition:all .3s ease;box-shadow:0 14px 26px -10px rgba(23,0,162,.4);display:inline-flex;align-items:center;justify-content:center;text-align:center;margin:0}\r\n#ddf-custom-home .orbit-cta-btn:hover{background-color:var(--title-hover);transform:translateY(-3px)}\r\n#ddf-custom-home .orbit-center{width:100px;height:100px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 10px 30px rgba(20,35,110,.15)}\r\n#ddf-custom-home .orbit-center img{width:70px!important}\r\n#ddf-custom-home .orbit-ring{position:absolute;border:2px dashed var(--light-blue);border-radius:50%;animation:ddf-orbit-rotate linear infinite}\r\n#ddf-custom-home .orbit-item{position:absolute;width:65px;height:65px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(20,35,110,.08);animation:ddf-orbit-counter linear infinite}\r\n#ddf-custom-home .orbit-item img{width:80px!important;height:80px!important;object-fit:contain}\r\n#ddf-custom-home .orbit-ring-1{width:286px;height:286px;animation-duration:18s!important}\r\n#ddf-custom-home .orbit-ring-2{width:494px;height:494px;animation-duration:32s!important}\r\n#ddf-custom-home .orbit-ring-3{width:702px;height:702px;animation-duration:50s!important}\r\n@keyframes ddf-orbit-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}\r\n@keyframes ddf-orbit-counter{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-360deg)}}\r\n#ddf-custom-home .orbit-container:hover .orbit-ring,#ddf-custom-home .orbit-container:hover .orbit-item{animation-play-state:paused!important}\r\n#ddf-custom-home .media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1200px;margin:0 auto}\r\n#ddf-custom-home .media-card{background:var(--white);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(13,0,59,.07);transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--card-border)}\r\n#ddf-custom-home .media-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(13,0,59,.14)}\r\n#ddf-custom-home .media-card img{width:100%!important;aspect-ratio:16\/9;object-fit:cover}\r\n#ddf-custom-home .media-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.65rem;flex-grow:1}\r\n#ddf-custom-home .media-card-title{font-size:1.05rem;font-weight:700;color:var(--title-color);line-height:1.3;margin:0!important}\r\n#ddf-custom-home .media-card-excerpt{font-size:.92rem;font-weight:500;color:var(--muted);line-height:1.55;margin:0!important}\r\n#ddf-custom-home .media-more{margin:2rem auto 0!important;font-size:1rem;font-weight:700;color:var(--title-color);text-decoration:underline!important;text-underline-offset:4px;text-align:center;display:block;width:fit-content;transition:opacity .2s ease}\r\n#ddf-custom-home .media-more:hover{opacity:.7}\r\n#ddf-custom-home .partner-track{display:none;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%)}\r\n@keyframes ddf-partner-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}\r\n#ddf-custom-home .partner-strip{display:flex;align-items:center;gap:14px;width:max-content;will-change:transform;animation:ddf-partner-scroll 120s linear infinite!important}\r\n#ddf-custom-home .partner-track:hover .partner-strip{animation-play-state:paused!important}\r\n#ddf-custom-home .partner-slide{flex-shrink:0;width:150px;height:85px;background:var(--white);border:1px solid var(--card-border);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:12px 14px}\r\n#ddf-custom-home .partner-slide img{width:auto;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain;pointer-events:none;user-select:none}\r\n#ddf-custom-home .parceiros-title{text-align:center;font-size:clamp(1.4rem,2.6vw,1.85rem);font-weight:600;color:var(--title-color);line-height:1.3;margin:0 auto 2.5rem!important;max-width:760px;text-wrap:balance}\r\n#ddf-custom-home .partner-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}\r\n#ddf-custom-home .partner-card{background:var(--white);border:1px solid var(--card-border);border-radius:14px;aspect-ratio:16\/9;display:flex;align-items:center;justify-content:center;padding:14px 16px;transition:transform .25s cubic-bezier(.34,1.56,.64,1),border-color .2s ease,box-shadow .2s ease}\r\n#ddf-custom-home .partner-card:hover{border-color:var(--card-border-hover);box-shadow:0 10px 22px -12px rgba(13,0,59,.12);transform:scale(1.04)}\r\n#ddf-custom-home .partner-card img{width:auto;height:auto!important;object-fit:contain;max-width:100%!important;max-height:100%!important}\r\n#ddf-custom-home .partner-card.is-wide img{max-width:100%!important;max-height:80%!important}\r\n#ddf-custom-home .partner-card.is-tall img{max-width:80%!important;max-height:100%!important}\r\n#ddf-custom-home .partner-card.is-stacked img{max-width:95%!important;max-height:100%!important}\r\n#ddf-custom-home .partner-card.is-tiny img{max-width:100%!important;max-height:100%!important}\r\n#ddf-custom-home .partner-card.is-small img{max-width:75%!important;max-height:65%!important}\r\n#ddf-custom-home .partner-card.is-xl{padding:6px 8px!important}\r\n#ddf-custom-home .partner-card.is-xl img{max-width:100%!important;max-height:100%!important;transform:none}\r\n@media(min-width:768px){#ddf-custom-home .hero-actions{flex-direction:row;max-width:none;width:auto;gap:1rem}#ddf-custom-home .hero-actions .btn{width:auto;padding:1.1rem 2.4rem;font-size:1rem}}\r\n@media(max-width:1024px){#ddf-custom-home .mini{grid-template-columns:1fr;gap:1.75rem;padding:2.25rem 1.75rem}#ddf-custom-home .mini--reverse .mini-copy{order:1}#ddf-custom-home .mini--reverse .mini-visual{order:2}#ddf-custom-home .mini-copy{max-width:none}#ddf-custom-home .mini-visual{min-height:0}#ddf-custom-home .partner-grid{grid-template-columns:repeat(4,1fr)}#ddf-custom-home .media-grid{grid-template-columns:1fr}#ddf-custom-home .pricing-grid{grid-template-columns:1fr}#ddf-custom-home .orbit-container{transform:scale(.6)}#ddf-custom-home .orbit-stage{height:540px}}\r\n@media(max-width:760px){#ddf-custom-home{--nav-offset:64px}#ddf-custom-home .hero{padding:calc(var(--nav-offset) + 3rem) 1.25rem 4.5rem}#ddf-custom-home .hero-actions{width:100%}#ddf-custom-home .section{padding:3.5rem 1.25rem}#ddf-custom-home .features{padding:3.5rem 0}#ddf-custom-home .pricing{padding:3.5rem 1.25rem}#ddf-custom-home .parceiros{padding:3.5rem 1.25rem}#ddf-custom-home .orbit{padding:3.5rem 1rem 4.5rem!important}#ddf-custom-home .orbit-container{transform:scale(.45)}#ddf-custom-home .orbit-stage{height:400px}#ddf-custom-home .orbit-cta-wrap{padding-top:.5rem}#ddf-custom-home .orbit-cta-btn{width:100%;max-width:320px;display:block;margin:0 auto;text-align:center}#ddf-custom-home .orbit-card{display:none!important}#ddf-custom-home .orbit-mobile-wrap{display:flex!important}#ddf-custom-home .features-head{padding:0 1.25rem;margin-bottom:1.75rem}#ddf-custom-home .features-video-wrap{border-radius:14px;margin-bottom:2rem}#ddf-custom-home .features-play-btn{width:56px;height:56px}#ddf-custom-home .features-play-btn svg{width:22px;height:22px}#ddf-custom-home .features-stack{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:1.25rem;gap:1rem;padding:0 1.25rem .5rem;scrollbar-width:none;-ms-overflow-style:none}#ddf-custom-home .features-stack::-webkit-scrollbar{display:none}#ddf-custom-home .mini{min-width:82%;max-width:82%;scroll-snap-align:center;flex-shrink:0;padding:1.75rem 1.5rem;border-radius:22px;grid-template-columns:1fr!important}#ddf-custom-home .mini .mini-visual{display:none!important}#ddf-custom-home .mini-copy{max-width:100%;text-align:left}#ddf-custom-home .features-dots{display:flex;justify-content:center;gap:8px;margin-top:1.25rem}#ddf-custom-home .features-dots .dot{width:8px;height:8px;border-radius:999px;background:#D7D7E2;transition:width .25s ease,background .25s ease}#ddf-custom-home .features-dots .dot.is-active{width:22px;background:var(--title-color)}#ddf-custom-home .pricing-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 1.25rem .5rem;scrollbar-width:none;-ms-overflow-style:none}#ddf-custom-home .pricing-grid::-webkit-scrollbar{display:none}#ddf-custom-home .pricing-card{min-width:82%!important;max-width:82%!important;flex-shrink:0;scroll-snap-align:center}#ddf-custom-home .pricing-dots{display:flex;justify-content:center;gap:8px;margin-top:1.25rem}#ddf-custom-home .pricing-dots .dot{width:8px;height:8px;border-radius:999px;background:#D7D7E2;transition:width .25s ease,background .25s ease;cursor:pointer}#ddf-custom-home .pricing-dots .dot.is-active{width:22px;background:var(--title-color)}#ddf-custom-home .partner-grid{grid-template-columns:repeat(3,1fr);gap:12px}#ddf-custom-home .partner-card{padding:10px 12px}#ddf-custom-home .partner-grid{display:none!important}#ddf-custom-home .partner-track{display:block}#ddf-custom-home .logo-card{width:170px;height:100px;padding:18px 22px}#ddf-custom-home .logo-card img{max-height:52px!important}#ddf-custom-home .pricing-card-header{padding:1.5rem 1.25rem}#ddf-custom-home .pricing-card-body{padding:1.25rem}}\r\n@media(prefers-reduced-motion:reduce){#ddf-custom-home *,#ddf-custom-home *::before,#ddf-custom-home *::after{animation-duration:.01ms!important;transition:none!important}#ddf-custom-home .logo-strip{animation:ddf-logo-scroll 55s linear infinite!important}#ddf-custom-home .partner-strip{animation:ddf-partner-scroll 120s linear infinite!important}}<\/style>\r\n\r\n<div id=\"ddf-custom-home\">\r\n  <main class=\"ddf-page\">\r\n\r\n    <section class=\"hero\">\r\n      <div class=\"hero-inner\">\r\n        <h1 class=\"hero-title\">\r\n          <span class=\"accent\">Organize Your Data, Optimize Your Decisions<\/span>\r\n          <span class=\"dark\">Scale with AI.<\/span>\r\n        <\/h1>\r\n        <p class=\"hero-sub\">Dadosfera connects and organizes all your data sources, applies AI, and delivers new applications and advanced analytics \u2014 all for faster, smarter decisions. More visibility, efficiency, and revenue for your business.<\/p>\r\n        <div class=\"hero-actions\">\r\n          <a href=\"#forms\" class=\"btn btn-primary\">Schedule a Demo<\/a>\r\n          <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=5531984740940&amp;text=Ol%C3%A1%2C%20gostaria%20de%20agendar%20uma%20sess%C3%A3o%20de%20descobrimento.&amp;type=phone_number&amp;app_absent=0\" class=\"btn btn-ghost\" target=\"_blank\" rel=\"noopener\">Talk to a Specialist<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"clientes\">\r\n      <div class=\"logo-track\" id=\"clientesTrack\">\r\n        <div class=\"logo-strip\" id=\"clientesStrip\"><\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"features\">\r\n      <div class=\"features-head\">\r\n        <h2>Efficiency and autonomy that accelerate results in mid-size and large enterprises.<\/h2>\r\n        <p>A ready-to-use platform that reduces operational effort, accelerates the time between data and revenue, and frees your teams for strategic decisions.<\/p>\r\n      <\/div>\r\n\r\n      <!-- V\u00cdDEO: lazy load via IntersectionObserver \u2014 sem preload=\"auto\" -->\r\n      <div class=\"features-video-wrap\" id=\"featuresVideoWrap\">\r\n        <video\r\n          id=\"featuresVideo\"\r\n          data-src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/Kling-O3-Pro-The-computer-screen-wakes-up_-revealing-a-modern-dashboard-with-dynamic-motion-graphi.mp4\"\r\n          muted\r\n          playsinline\r\n          preload=\"none\"\r\n          disablepictureinpicture\r\n          width=\"1100\"\r\n          height=\"619\"\r\n        ><\/video>\r\n        <div class=\"features-video-hint\" id=\"featuresVideoHint\">\r\n          <span>\r\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\r\n            Hover to play\r\n          <\/span>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"features-stack\" id=\"featuresStack\">\r\n\r\n        <article class=\"mini mini--neutral\" data-reveal>\r\n          <div class=\"mini-copy\">\r\n            <span class=\"eyebrow\">Artificial Intelligence<\/span>\r\n            <h3>Ask in plain language. AI answers with your data.<\/h3>\r\n            <p>Integrate multiple data sources without technical complexity. Your own AI agent interprets questions in natural language and returns actionable answers.<\/p>\r\n            <a href=\"#forms\" class=\"mini-cta\">Learn more <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/a>\r\n          <\/div>\r\n          <div class=\"mini-visual\">\r\n            <div class=\"viz\">\r\n              <div class=\"viz-head\"><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"title\">Dadosfera Assistant<\/span><span class=\"pill\">IA<\/span><\/div>\r\n              <div class=\"viz-body\">\r\n                <div class=\"chat\">\r\n                  <div class=\"bubble bubble--user\">Which region had the highest revenue growth last quarter?<\/div>\r\n                  <div class=\"typing\"><span><\/span><span><\/span><span><\/span><\/div>\r\n                  <div class=\"bubble\">\r\n                    <div class=\"bubble-meta\">Response<\/div>\r\n                    Southeast, followed by South. Movement driven by an increase in average ticket among recurring customers.\r\n                    <div class=\"bubble-insight\">\r\n                      <div class=\"row\"><span>Avg. ticket<\/span><div class=\"bar\" style=\"--w:88%\"><\/div><\/div>\r\n                      <div class=\"row\"><span>Retention<\/span><div class=\"bar\" style=\"--w:72%\"><\/div><\/div>\r\n                      <div class=\"row\"><span>Cross-sell<\/span><div class=\"bar\" style=\"--w:54%\"><\/div><\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <article class=\"mini mini--white mini--reverse\" data-reveal>\r\n          <div class=\"mini-copy\">\r\n            <span class=\"eyebrow\">Insights and Data Apps<\/span>\r\n            <h3>Insights ready for the teams that decide.<\/h3>\r\n            <p>Make insights and Data Apps available for Finance, Marketing, and Sales teams \u2014 with native platform governance.<\/p>\r\n            <a href=\"#forms\" class=\"mini-cta\">Learn more <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/a>\r\n          <\/div>\r\n          <div class=\"mini-visual\">\r\n            <div class=\"viz\">\r\n              <div class=\"viz-head\"><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"title\">Revenue by quarter<\/span><span class=\"pill\">Insight<\/span><\/div>\r\n              <div class=\"viz-body\">\r\n                <div class=\"chart-stage\">\r\n                  <div class=\"chart-kpis\">\r\n                    <div class=\"chart-kpi\"><span class=\"chart-kpi-label\">Revenue<\/span><span class=\"chart-kpi-val\">$2.4M <span class=\"delta\">+18%<\/span><\/span><\/div>\r\n                    <div class=\"chart-kpi\"><span class=\"chart-kpi-label\">Avg. Ticket<\/span><span class=\"chart-kpi-val\">$482 <span class=\"delta\">+7%<\/span><\/span><\/div>\r\n                  <\/div>\r\n                  <div class=\"area-stage\">\r\n                    <div class=\"area-callout\">Peak at <span>+22%<\/span><\/div>\r\n                    <svg viewBox=\"0 0 240 100\" preserveAspectRatio=\"none\">\r\n                      <defs><linearGradient id=\"areaGrad\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\"><stop offset=\"0%\" stop-color=\"#1700A2\" stop-opacity=\"0.32\"><\/stop><stop offset=\"100%\" stop-color=\"#1700A2\" stop-opacity=\"0\"><\/stop><\/linearGradient><\/defs>\r\n                      <g class=\"area-grid\"><line x1=\"0\" y1=\"25\" x2=\"240\" y2=\"25\"><\/line><line x1=\"0\" y1=\"55\" x2=\"240\" y2=\"55\"><\/line><line x1=\"0\" y1=\"85\" x2=\"240\" y2=\"85\"><\/line><\/g>\r\n                      <path class=\"area-fill\" d=\"M0,80 L24,70 L48,72 L72,55 L96,60 L120,40 L144,46 L168,28 L192,32 L216,18 L240,22 L240,100 L0,100 Z\"><\/path>\r\n                      <path class=\"area-line\" d=\"M0,80 L24,70 L48,72 L72,55 L96,60 L120,40 L144,46 L168,28 L192,32 L216,18 L240,22\"><\/path>\r\n                      <circle class=\"area-dot\" cx=\"120\" cy=\"40\" r=\"3.5\"><\/circle>\r\n                      <circle class=\"area-dot\" cx=\"168\" cy=\"28\" r=\"3.5\"><\/circle>\r\n                      <circle class=\"area-dot\" cx=\"216\" cy=\"18\" r=\"3.5\"><\/circle>\r\n                    <\/svg>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <article class=\"mini mini--neutral\" data-reveal>\r\n          <div class=\"mini-copy\">\r\n            <span class=\"eyebrow\">Interactive Dashboards<\/span>\r\n            <h3>Dashboards that answer your next \"what if?\"<\/h3>\r\n            <p>Visualize com Interactive Dashboards, an\u00e1lises preditivas e insights r\u00e1pidos. Compartilhe com seu time sem perder governan\u00e7a.<\/p>\r\n            <a href=\"#forms\" class=\"mini-cta\">Learn more <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/a>\r\n          <\/div>\r\n          <div class=\"mini-visual\">\r\n            <div class=\"viz\">\r\n              <div class=\"viz-head\"><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"title\">Operational Overview<\/span><span class=\"pill\">Dashboard<\/span><\/div>\r\n              <div class=\"viz-body\">\r\n                <div class=\"dash-grid\">\r\n                  <div class=\"tile tile--area\">\r\n                    <h5 class=\"tile-title\">Trend<\/h5>\r\n                    <div class=\"mini-area\">\r\n                      <svg viewBox=\"0 0 200 70\" preserveAspectRatio=\"none\">\r\n                        <path class=\"mini-area-fill\" d=\"M0,60 L25,46 L50,52 L75,32 L100,40 L125,22 L150,28 L175,12 L200,16 L200,70 L0,70 Z\"><\/path>\r\n                        <path class=\"mini-area-line\" d=\"M0,60 L25,46 L50,52 L75,32 L100,40 L125,22 L150,28 L175,12 L200,16\"><\/path>\r\n                        <circle class=\"mini-area-dot\" cx=\"125\" cy=\"22\" r=\"2.5\"><\/circle>\r\n                        <circle class=\"mini-area-dot\" cx=\"200\" cy=\"16\" r=\"2.5\"><\/circle>\r\n                      <\/svg>\r\n                    <\/div>\r\n                  <\/div>\r\n                  <div class=\"tile\">\r\n                    <h5 class=\"tile-title\">Distribution<\/h5>\r\n                    <div class=\"dist-stack\">\r\n                      <div class=\"dist-bar\"><span class=\"d1\" style=\"--w:52%\"><\/span><span class=\"d2\" style=\"--w:28%\"><\/span><span class=\"d3\" style=\"--w:20%\"><\/span><\/div>\r\n                      <div class=\"dist-legend\"><span class=\"l1\">Seg. A<\/span><span class=\"l2\">Seg. B<\/span><span class=\"l3\">Others<\/span><\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                  <div class=\"tile\">\r\n                    <h5 class=\"tile-title\">Top categories<\/h5>\r\n                    <div class=\"hbars\">\r\n                      <div class=\"row\"><span>Cat. A<\/span><div class=\"bar\" style=\"--w:92%\"><\/div><\/div>\r\n                      <div class=\"row\"><span>Cat. B<\/span><div class=\"bar\" style=\"--w:74%\"><\/div><\/div>\r\n                      <div class=\"row\"><span>Cat. C<\/span><div class=\"bar\" style=\"--w:58%\"><\/div><\/div>\r\n                      <div class=\"row\"><span>Cat. D<\/span><div class=\"bar\" style=\"--w:40%\"><\/div><\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                  <div class=\"tile tile--num\">\r\n                    <h5 class=\"tile-title\">KPI<\/h5>\r\n                    <div class=\"num\">+18%<\/div>\r\n                    <div class=\"spark\"><span style=\"height:40%\"><\/span><span style=\"height:55%\"><\/span><span style=\"height:50%\"><\/span><span style=\"height:70%\"><\/span><span style=\"height:65%\"><\/span><span style=\"height:88%\"><\/span><span style=\"height:100%\"><\/span><\/div>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <article class=\"mini mini--white mini--reverse\" data-reveal>\r\n          <div class=\"mini-copy\">\r\n            <span class=\"eyebrow\">Faster Onboarding<\/span>\r\n            <h3>Your Knowledge Base, accessible to the whole team.<\/h3>\r\n            <p>Access Autonomous Agents or Assistants with access to your Corporate Knowledge Base. Learn by doing, with no lengthy training required.<\/p>\r\n            <a href=\"#forms\" class=\"mini-cta\">Learn more <svg viewBox=\"0 0 24 24\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg><\/a>\r\n          <\/div>\r\n          <div class=\"mini-visual\">\r\n            <div class=\"viz\">\r\n              <div class=\"viz-head\"><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"title\">Knowledge Base<\/span><span class=\"pill\">Onboarding<\/span><\/div>\r\n              <div class=\"viz-body\">\r\n                <div class=\"learn-stage\">\r\n                  <div class=\"learn-card\"><div class=\"ic is-grad\"><svg viewBox=\"0 0 24 24\"><path d=\"M22 10 12 5 2 10l10 5 10-5z\"><\/path><path d=\"M6 12v5c0 2 2 3 6 3s6-1 6-3v-5\"><\/path><\/svg><\/div><span class=\"learn-card-title\">Getting started<\/span><span class=\"learn-card-meta\">5 min<\/span><div class=\"learn-progress\" style=\"--w:100%\"><\/div><\/div>\r\n                  <div class=\"learn-card\"><div class=\"ic\"><svg viewBox=\"0 0 24 24\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"><\/path><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"><\/path><\/svg><\/div><span class=\"learn-card-title\">Data Catalog<\/span><span class=\"learn-card-meta\">8 min<\/span><div class=\"learn-progress\" style=\"--w:72%\"><\/div><\/div>\r\n                  <div class=\"learn-card\"><div class=\"ic\"><svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><path d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"><\/path><\/svg><\/div><span class=\"learn-card-title\">AI Agents<\/span><span class=\"learn-card-meta\">12 min<\/span><div class=\"learn-progress\" style=\"--w:58%\"><\/div><\/div>\r\n                  <div class=\"learn-card\"><div class=\"ic\"><svg viewBox=\"0 0 24 24\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"><\/line><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"><\/line><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"><\/line><\/svg><\/div><span class=\"learn-card-title\">Dashboards<\/span><span class=\"learn-card-meta\">7 min<\/span><div class=\"learn-progress\" style=\"--w:44%\"><\/div><\/div>\r\n                  <div class=\"learn-card\"><div class=\"ic\"><svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\" rx=\"1.5\"><\/rect><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\" rx=\"1.5\"><\/rect><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\" rx=\"1.5\"><\/rect><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\" rx=\"1.5\"><\/rect><\/svg><\/div><span class=\"learn-card-title\">Data Apps<\/span><span class=\"learn-card-meta\">10 min<\/span><div class=\"learn-progress\" style=\"--w:30%\"><\/div><\/div>\r\n                  <div class=\"learn-card\"><div class=\"ic\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg><\/div><span class=\"learn-card-title\">Governance<\/span><span class=\"learn-card-meta\">6 min<\/span><div class=\"learn-progress\" style=\"--w:18%\"><\/div><\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/article>\r\n\r\n      <\/div>\r\n      <div class=\"features-dots\" id=\"featuresDots\"><span class=\"dot is-active\"><\/span><span class=\"dot\"><\/span><span class=\"dot\"><\/span><span class=\"dot\"><\/span><\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section section--neutral pricing\">\r\n      <header class=\"pricing-header\">\r\n        <h2>Results tailored to every stage of your business<\/h2>\r\n        <p>You focus on the business, Dadosfera delivers speed, reliability, and scale to generate insights and accelerate decision-making.<\/p>\r\n      <\/header>\r\n      <div class=\"pricing-grid\">\r\n        <article class=\"pricing-card is-light\">\r\n          <header class=\"pricing-card-header\"><div class=\"pricing-plan\">Mid-size &amp; Large Enterprises<\/div><\/header>\r\n          <div class=\"pricing-card-body\">\r\n            <p class=\"pricing-desc\">Make your company more efficient. Your AI-powered Data Intelligence, ready to use.<\/p>\r\n            <p class=\"pricing-features-title\">Key Benefits<\/p>\r\n            <ul class=\"pricing-features\">\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Implementation time reduced from months to weeks;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Your data team working on a single platform;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Integration with spreadsheets and various systems (CRM, ERP, etc.);<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>AI-accelerated insights;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Interactive Dashboards gerenciais e operacionais com atualiza\u00e7\u00f5es automatizadas;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Intelligent apps that can replace hundreds of spreadsheets with a Single Source of Truth.<\/span><\/li>\r\n            <\/ul>\r\n          <\/div>\r\n          <footer class=\"pricing-card-footer\"><button class=\"pricing-btn\" onclick=\"window.location.href='https:\/\/api.whatsapp.com\/send\/?phone=5531984740940&text=Ol%C3%A1%2C%20gostaria%20de%20agendar%20uma%20sess%C3%A3o%20de%20descobrimento.&type=phone_number&app_absent=0'\">Schedule a discovery session<\/button><\/footer>\r\n        <\/article>\r\n        <article class=\"pricing-card is-dark\">\r\n          <header class=\"pricing-card-header\"><div class=\"pricing-plan\">Enterprise<\/div><\/header>\r\n          <div class=\"pricing-card-body\">\r\n            <p class=\"pricing-desc\">One platform. All your data. Real-time decisions.<\/p>\r\n            <p class=\"pricing-features-title\">Key Benefits<\/p>\r\n            <ul class=\"pricing-features\">\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Implementation reduced from years to months;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Elevate team maturity by integrating Dadosfera with your corporate cloud;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Advanced data analytics with predictive insights;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Integrations with legacy systems, ERPs, and external APIs;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Escalabilidade real com foco em Performance, Governance e Seguran\u00e7a;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Dedicated 24x7 technical support team;<\/span><\/li>\r\n              <li class=\"pricing-feature\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><span>Accelerated resource availability for your company.<\/span><\/li>\r\n            <\/ul>\r\n          <\/div>\r\n          <footer class=\"pricing-card-footer\"><button class=\"pricing-btn\" onclick=\"window.location.href='https:\/\/api.whatsapp.com\/send\/?phone=5531984740940&text=Ol%C3%A1%2C%20gostaria%20de%20agendar%20uma%20sess%C3%A3o%20de%20descobrimento.&type=phone_number&app_absent=0'\">Schedule a discovery session<\/button><\/footer>\r\n        <\/article>\r\n      <\/div>\r\n      <div class=\"pricing-dots\" id=\"pricingDots\"><span class=\"dot is-active\"><\/span><span class=\"dot\"><\/span><\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section section--white orbit\">\r\n      <div class=\"orbit-card\">\r\n        <div class=\"orbit-card-copy\">\r\n          <div class=\"orbit-title\"><h2>We connect everything, end to end.<\/h2><\/div>\r\n          <div class=\"orbit-subtitle\"><p>Dadosfera integrates data from different systems, automates data pipelines, applies AI, and delivers the best decisions and results via Agents and Apps.<\/p><\/div>\r\n          <div class=\"orbit-cta-wrap\" style=\"padding-top:.5rem\"><a href=\"#forms\" class=\"orbit-cta-btn\">Request a Demo<\/a><\/div>\r\n        <\/div>\r\n        <div class=\"orbit-card-visual\">\r\n          <div class=\"orbit-stage\">\r\n            <div class=\"orbit-container\">\r\n              <div class=\"orbit-center\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/DF-IconBadge.wt-_2_.webp\" alt=\"Dadosfera\" width=\"70\" height=\"70\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-ring orbit-ring-1\">\r\n                <div class=\"orbit-item\" style=\"top:0%;left:50%;animation-duration:18s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/hubspot-logo.webp\" alt=\"HubSpot\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:50%;left:100%;animation-duration:18s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/google-sheets-icon.webp\" alt=\"Google Sheets\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:100%;left:50%;animation-duration:18s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/google-ads-icon.webp\" alt=\"Google Ads\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:50%;left:0%;animation-duration:18s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/Google_Docs_Logo_512px.webp\" alt=\"Google Docs\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <\/div>\r\n              <div class=\"orbit-ring orbit-ring-2\">\r\n                <div class=\"orbit-item\" style=\"top:15%;left:15%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/python\/python-original.svg\" alt=\"Python\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:15%;left:85%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/postgresql\/postgresql-original.svg\" alt=\"PostgreSQL\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:85%;left:85%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/docker\/docker-original.svg\" alt=\"Docker\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:50%;left:100%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/snowflake-color.webp\" alt=\"Snowflake\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:85%;left:15%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/microsoft-azure.webp\" alt=\"Microsoft Azure\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <\/div>\r\n              <div class=\"orbit-ring orbit-ring-3\">\r\n                <div class=\"orbit-item\" style=\"top:0%;left:50%;animation-duration:50s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/amazonwebservices\/amazonwebservices-original-wordmark.svg\" alt=\"AWS\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:50%;left:100%;animation-duration:50s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/github\/github-original.svg\" alt=\"GitHub\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:100%;left:50%;animation-duration:50s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/meta-logo.webp\" alt=\"Meta\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n                <div class=\"orbit-item\" style=\"top:50%;left:0%;animation-duration:50s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/google\/google-original.svg\" alt=\"Google\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"orbit-mobile-wrap\">\r\n        <div class=\"orbit-title\"><h2>We connect everything, end to end.<\/h2><\/div>\r\n        <div class=\"orbit-subtitle\"><p>Dadosfera integrates data from different systems, automates data pipelines, applies AI, and delivers the best decisions and results via Agents and Apps.<\/p><\/div>\r\n        <div class=\"orbit-stage\">\r\n          <div class=\"orbit-container\">\r\n            <div class=\"orbit-center\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/DF-IconBadge.wt-_2_.webp\" alt=\"Dadosfera\" width=\"70\" height=\"70\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n            <div class=\"orbit-ring orbit-ring-1\">\r\n              <div class=\"orbit-item\" style=\"top:0%;left:50%;animation-duration:18s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/hubspot-logo.webp\" alt=\"HubSpot\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:50%;left:100%;animation-duration:18s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/google-sheets-icon.webp\" alt=\"Google Sheets\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:100%;left:50%;animation-duration:18s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/google-ads-icon.webp\" alt=\"Google Ads\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:50%;left:0%;animation-duration:18s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/Google_Docs_Logo_512px.webp\" alt=\"Google Docs\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n            <\/div>\r\n            <div class=\"orbit-ring orbit-ring-2\">\r\n              <div class=\"orbit-item\" style=\"top:15%;left:15%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/python\/python-original.svg\" alt=\"Python\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:15%;left:85%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/postgresql\/postgresql-original.svg\" alt=\"PostgreSQL\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:85%;left:85%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/docker\/docker-original.svg\" alt=\"Docker\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:50%;left:100%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/snowflake-color.webp\" alt=\"Snowflake\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:85%;left:15%;animation-duration:32s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/microsoft-azure.webp\" alt=\"Microsoft Azure\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n            <\/div>\r\n            <div class=\"orbit-ring orbit-ring-3\">\r\n              <div class=\"orbit-item\" style=\"top:0%;left:50%;animation-duration:50s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/amazonwebservices\/amazonwebservices-original-wordmark.svg\" alt=\"AWS\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:50%;left:100%;animation-duration:50s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/github\/github-original.svg\" alt=\"GitHub\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:100%;left:50%;animation-duration:50s!important\"><img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/04\/meta-logo.webp\" alt=\"Meta\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n              <div class=\"orbit-item\" style=\"top:50%;left:0%;animation-duration:50s!important\"><img loading=\"lazy\" src=\"https:\/\/cdn.jsdelivr.net\/gh\/devicons\/devicon@latest\/icons\/google\/google-original.svg\" alt=\"Google\" width=\"80\" height=\"80\" loading=\"lazy\" decoding=\"async\"\/><\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"orbit-cta-wrap\"><a href=\"#forms\" class=\"orbit-cta-btn\">Request a Demo<\/a><\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section section--neutral\">\r\n      <div class=\"section-head\">\r\n        <h2 class=\"section-title\" style=\"margin-bottom:0\">Featured in the press<\/h2>\r\n      <\/div>\r\n      <div class=\"media-grid\">\r\n        <a href=\"https:\/\/www.cartacapital.com.br\/do-micro-ao-macro\/startup-e-ufmg-criam-ia-inedita-para-analise-de-dados-do-sus\/\" target=\"_blank\" rel=\"noopener\" class=\"media-card\">\r\n          <img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/DataSUS_CartaCapital-e1772344078173.webp\" alt=\"Startup and UFMG create unprecedented AI for health data analysis\" width=\"400\" height=\"225\" loading=\"lazy\" decoding=\"async\"\/>\r\n          <div class=\"media-card-body\"><p class=\"media-card-title\">Startup and UFMG create unprecedented AI for health data analysis<\/p><p class=\"media-card-excerpt\">The technology will allow anyone to query public health data in natural language...<\/p><\/div>\r\n        <\/a>\r\n        <a href=\"https:\/\/economiareal.uol.com.br\/noticia\/finde\/como-o-atletico-mg-usa-dados-para-decidir-dentro-e-fora-de-campo-630\" target=\"_blank\" rel=\"noopener\" class=\"media-card\">\r\n          <img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/HulkEconomiaReal.webp\" alt=\"How Atl\u00e9tico-MG uses data to make decisions on and off the field\" width=\"400\" height=\"225\" loading=\"lazy\" decoding=\"async\"\/>\r\n          <div class=\"media-card-body\"><p class=\"media-card-title\">How Atl\u00e9tico-MG uses data to make decisions on and off the field.<\/p><p class=\"media-card-excerpt\">A soccer match has action, emotion, and a lot of data. Every pass can be converted...<\/p><\/div>\r\n        <\/a>\r\n        <a href=\"https:\/\/sanpedrovalley.org.br\/a-ascensao-do-empreendedor-solo-por-inteligencia-artificial-ia-e-a-dadosfer\/\" target=\"_blank\" rel=\"noopener\" class=\"media-card\">\r\n          <img loading=\"lazy\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/Luis-e1772405467115.webp\" alt=\"The rise of the solo entrepreneur through AI and Dadosfera\" width=\"400\" height=\"225\" loading=\"lazy\" decoding=\"async\"\/>\r\n          <div class=\"media-card-body\"><p class=\"media-card-title\">The rise of the solo entrepreneur through artificial intelligence (AI) and Dadosfera<\/p><p class=\"media-card-excerpt\">We are living a rare moment in the history of technology \u2014 an inflection curve...<\/p><\/div>\r\n        <\/a>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section section--white parceiros\">\r\n      <h2 class=\"parceiros-title\">Technologies and partners that amplify your results \u2014 and ours \u2014 with data<\/h2>\r\n      <div class=\"partner-grid\" id=\"partnerGrid\"><\/div>\r\n      <div class=\"partner-track\" id=\"partnerTrack\">\r\n        <div class=\"partner-strip\" id=\"partnerStrip\"><\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n  <\/main>\r\n<\/div>\r\n\r\n<script>\r\n(function(){\r\n'use strict';\r\nvar cL=[\r\n  {label:'Magalu',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/magalu.webp'},\r\n  {label:'Unimed',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/unimed.webp'},\r\n  {label:'Boston Scientific',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/boston-scientific.webp'},\r\n  {label:'Algar Telecom',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/algar-telecom.webp'},\r\n  {label:'\u00c2nima',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/anima.webp'},\r\n  {label:'Atl\u00e9tico Mineiro',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/atletico-mineiro.webp'},\r\n  {label:'Beep',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/beep.webp'},\r\n  {label:'Bom Pra Cr\u00e9dito',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/bom-pra-credito.webp'},\r\n  {label:'Dux Nutrition Lab',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/dux-nutrition-lab.webp'},\r\n  {label:'Ecobonuz',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/ecobonuz.webp'},\r\n  {label:'Educbank',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/educbank.webp'},\r\n  {label:'Elven Works',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/elven-works.webp'},\r\n  {label:'Falconi',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/falconi.webp'},\r\n  {label:'Farmax',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/farmax.webp'},\r\n  {label:'Fatal Model',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/fatal-model.webp'},\r\n  {label:'Ibram',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/ibram.webp'},\r\n  {label:'Inter',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/inter.webp'},\r\n  {label:'Ipiranga',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/ipiranga.webp'},\r\n  {label:'Keycash',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/keycash.webp'},\r\n  {label:'MSD Animal Health',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/msd-animal-health.webp'},\r\n  {label:'NP1 Brasil',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/np1-brasil.webp'},\r\n  {label:'Pebmed',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/pebmed.webp'},\r\n  {label:'Petrobras',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/petrobras.webp'},\r\n  {label:'Prolar',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/prolar.webp'},\r\n  {label:'SBM Offshore',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/sbm-offshore.webp'},\r\n  {label:'Texas A&M',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/texas-am.webp'},\r\n  {label:'Trybe',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/trybe.webp'},\r\n  {label:'Usiminas',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/usiminas.webp'},\r\n  {label:'Vallourec',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/vallourec.webp'},\r\n  {label:'Veiling Holambra',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/veiling-holambra.webp'},\r\n  {label:'WEG',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/weg.webp'},\r\n  {label:'Yhub',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/yhub.webp'}\r\n];\r\nvar pL=[\r\n  {label:'UFMG',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/UFMG.svg-scaled.webp',size:'small'},\r\n  {label:'ByteDance',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/ByteDance_logo_English.svg.webp',size:'small'},\r\n  {label:'AWS Partner',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_100_2x.webp',size:'stacked'},\r\n  {label:'Founders Club',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_99_2x.webp',size:'tall'},\r\n  {label:'\u00d3rbi',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_98_2x.webp',size:'xl'},\r\n  {label:'World Trade Center',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_97_2x.webp',size:'xl'},\r\n  {label:'Endeavor',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/pro-inovacao-bdmg-scaled.webp',size:'tiny'},\r\n  {label:'SXSW',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_92_2x.webp'},\r\n  {label:'Vistage',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_89_2x.webp'},\r\n  {label:'SAP Partner',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_88_2x.webp',size:'tall'},\r\n  {label:'Magalu Cloud',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_87_2x.webp',size:'tall'},\r\n  {label:'DataHackers',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_85_2x.webp'},\r\n  {label:'MIT Alumni Angels',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_84_2x.webp',size:'tall'},\r\n  {label:'Snowflake Partner',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_83_2x.webp',size:'tall'},\r\n  {label:'Microsoft Azure',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_80_2x.webp'},\r\n  {label:'NVIDIA Inception',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_79_2x.webp',size:'stacked'},\r\n  {label:'Inno Science',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_78_2x.webp'},\r\n  {label:'Open Challenge',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_77_2x.webp'},\r\n  {label:'Oracle Partner',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_76_2x.webp',size:'xl'},\r\n  {label:'Google for Startups',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_74_2x.webp',size:'stacked'},\r\n  {label:'Microsoft for Startups',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_73_2x.webp',size:'wide'},\r\n  {label:'AWS for Startups',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/05\/logo-for-startups-1.webp',size:'tiny'},\r\n  {label:'Dell for Startups',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_71_2x.webp',size:'wide'},\r\n  {label:'Mixpanel for Startups',src:'https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/03\/group_70_2x.webp',size:'wide'}\r\n];\r\n\r\n\/* Dimens\u00f5es fixas para imagens nos strips \u2014 evita CLS *\/\r\nvar IMG_W=148,IMG_H=66;\r\n\r\nfunction mkImg(src,alt,w,h){\r\n  var i=document.createElement('img');\r\n  i.src=src;i.alt=alt;\r\n  i.width=w||IMG_W;i.height=h||IMG_H;\r\n  i.loading='lazy';i.decoding='async';\r\n  return i;\r\n}\r\n\r\nfunction buildLogoStrip(el,logos){\r\n  if(!el)return;\r\n  var f=document.createDocumentFragment();\r\n  logos.concat(logos).forEach(function(l,i){\r\n    var c=document.createElement('div');\r\n    c.className='logo-card';\r\n    c.setAttribute('aria-label',l.label);\r\n    if(i>=logos.length)c.setAttribute('aria-hidden','true');\r\n    c.appendChild(mkImg(l.src,i<logos.length?l.label:'',148,66));\r\n    f.appendChild(c);\r\n  });\r\n  el.appendChild(f);\r\n}\r\n\r\nfunction buildPartnerGrid(el,logos){\r\n  if(!el)return;\r\n  var f=document.createDocumentFragment();\r\n  logos.forEach(function(l){\r\n    var c=document.createElement('div');\r\n    c.className='partner-card'+(l.size?' is-'+l.size:'');\r\n    c.setAttribute('aria-label',l.label);\r\n    c.appendChild(mkImg(l.src,l.label,150,85));\r\n    f.appendChild(c);\r\n  });\r\n  el.appendChild(f);\r\n}\r\n\r\nfunction buildPartnerStrip(el,logos){\r\n  if(!el)return;\r\n  var f=document.createDocumentFragment();\r\n  logos.concat(logos).forEach(function(l,i){\r\n    var c=document.createElement('div');\r\n    c.className='partner-slide';\r\n    if(i>=logos.length)c.setAttribute('aria-hidden','true');\r\n    c.appendChild(mkImg(l.src,i<logos.length?l.label:'',126,71));\r\n    f.appendChild(c);\r\n  });\r\n  el.appendChild(f);\r\n}\r\n\r\nfunction bindFeaturesDots(){\r\n  var s=document.getElementById('featuresStack');\r\n  var dc=document.getElementById('featuresDots');\r\n  if(!s||!dc)return;\r\n  var dots=Array.prototype.slice.call(dc.querySelectorAll('.dot'));\r\n  var cards=Array.prototype.slice.call(s.querySelectorAll('.mini'));\r\n  var raf=null;\r\n  s.addEventListener('scroll',function(){\r\n    if(raf)return;\r\n    raf=requestAnimationFrame(function(){\r\n      raf=null;\r\n      if(s.scrollWidth<=s.clientWidth+4)return;\r\n      var a=0,m=Infinity;\r\n      cards.forEach(function(c,i){var d=Math.abs(s.scrollLeft-(c.offsetLeft-s.offsetLeft));if(d<m){m=d;a=i;}});\r\n      dots.forEach(function(d,i){d.classList.toggle('is-active',i===a);});\r\n    });\r\n  },{passive:true});\r\n  dots.forEach(function(d,i){\r\n    d.addEventListener('click',function(){\r\n      var c=cards[i];if(!c)return;\r\n      s.scrollTo({left:c.offsetLeft-s.offsetLeft,behavior:'smooth'});\r\n    });\r\n  });\r\n}\r\n\r\nfunction bindPricingDots(){\r\n  var g=document.querySelector('#ddf-custom-home .pricing-grid');\r\n  var dc=document.getElementById('pricingDots');\r\n  if(!g||!dc)return;\r\n  var dots=Array.prototype.slice.call(dc.querySelectorAll('.dot'));\r\n  var cards=Array.prototype.slice.call(g.querySelectorAll('.pricing-card'));\r\n  var raf=null;\r\n  g.addEventListener('scroll',function(){\r\n    if(raf)return;\r\n    raf=requestAnimationFrame(function(){\r\n      raf=null;\r\n      if(g.scrollWidth<=g.clientWidth+4)return;\r\n      var a=0,m=Infinity;\r\n      cards.forEach(function(c,i){var d=Math.abs(g.scrollLeft-(c.offsetLeft-g.offsetLeft));if(d<m){m=d;a=i;}});\r\n      dots.forEach(function(d,i){d.classList.toggle('is-active',i===a);});\r\n    });\r\n  },{passive:true});\r\n  dots.forEach(function(d,i){\r\n    d.addEventListener('click',function(){\r\n      var c=cards[i];if(!c)return;\r\n      g.scrollTo({left:c.offsetLeft-g.offsetLeft,behavior:'smooth'});\r\n    });\r\n  });\r\n}\r\n\r\nfunction bindReveal(){\r\n  var w=document.getElementById('ddf-custom-home');\r\n  var nodes=w?w.querySelectorAll('[data-reveal]'):[];\r\n  if(!('IntersectionObserver' in window)){\r\n    nodes.forEach(function(n){n.classList.add('is-visible');});return;\r\n  }\r\n  var io=new IntersectionObserver(function(entries){\r\n    entries.forEach(function(e){if(e.isIntersecting){e.target.classList.add('is-visible');io.unobserve(e.target);}});\r\n  },{threshold:0.18,rootMargin:'0px 0px -8% 0px'});\r\n  nodes.forEach(function(n){io.observe(n);});\r\n}\r\n\r\n\/* \u2500\u2500 V\u00cdDEO: lazy \u2014 s\u00f3 carrega src quando entra na viewport \u2500\u2500 *\/\r\nfunction bindFeaturesVideo(){\r\n  var wrap=document.getElementById('featuresVideoWrap');\r\n  var video=document.getElementById('featuresVideo');\r\n  if(!wrap||!video)return;\r\n\r\n  var srcLoaded=false;\r\n  var started=false;\r\n  var hasHover=window.matchMedia('(hover:hover) and (pointer:fine)').matches;\r\n\r\n  function loadSrc(){\r\n    if(srcLoaded)return;\r\n    srcLoaded=true;\r\n    var ds=video.getAttribute('data-src');\r\n    if(ds){video.src=ds;video.load();}\r\n  }\r\n\r\n  function startOnce(){\r\n    if(started)return;\r\n    loadSrc();\r\n    started=true;\r\n    wrap.classList.add('is-playing');\r\n    var p=video.play();\r\n    if(p&&typeof p.catch==='function'){\r\n      p.catch(function(){started=false;wrap.classList.remove('is-playing');});\r\n    }\r\n  }\r\n\r\n  video.addEventListener('ended',function(){\r\n    wrap.classList.remove('is-playing');\r\n    wrap.classList.add('is-done');\r\n  });\r\n\r\n  \/* Em desktop: hover dispara; em mobile\/touch: IntersectionObserver *\/\r\n  if(hasHover){\r\n    wrap.addEventListener('pointerenter',startOnce);\r\n  } else {\r\n    var mio=new IntersectionObserver(function(entries){\r\n      entries.forEach(function(e){if(e.isIntersecting&&e.intersectionRatio>=0.4){startOnce();mio.disconnect();}});\r\n    },{threshold:[0,0.4,1]});\r\n    mio.observe(wrap);\r\n  }\r\n  \/* Clique sempre funciona *\/\r\n  wrap.addEventListener('click',startOnce);\r\n\r\n  \/* Pr\u00e9-carrega src quando o wrap entra na viewport (sem tocar ainda) *\/\r\n  var preloadIO=new IntersectionObserver(function(entries){\r\n    entries.forEach(function(e){if(e.isIntersecting){loadSrc();preloadIO.disconnect();}});\r\n  },{rootMargin:'200px'});\r\n  preloadIO.observe(wrap);\r\n}\r\n\r\nfunction init(){\r\n  buildLogoStrip(document.getElementById('clientesStrip'),cL);\r\n  buildPartnerGrid(document.getElementById('partnerGrid'),pL);\r\n  buildPartnerStrip(document.getElementById('partnerStrip'),pL);\r\n  bindFeaturesDots();\r\n  bindPricingDots();\r\n  bindReveal();\r\n  bindFeaturesVideo();\r\n}\r\n\r\nif(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',init);}else{init();}\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-96a9f04 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"96a9f04\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-eae71a4\" data-id=\"eae71a4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-90c1e79 elementor-widget elementor-widget-menu-anchor\" data-id=\"90c1e79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"forms\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-df57ec5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"df57ec5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1142f9c\" data-id=\"1142f9c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc5b47f elementor-widget elementor-widget-heading\" data-id=\"dc5b47f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Connect your data, and Dadosfera handles the rest<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4584e05 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4584e05\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-51d3bd7\" data-id=\"51d3bd7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e1a6238 elementor-widget elementor-widget-html\" data-id=\"e1a6238\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- =====================================================\r\n     DADOSFERA \u2014 HubSpot Form (English embed version)\r\n     Shielded against Elementor and global styles.\r\n     Paste this entire block anywhere on your site.\r\n===================================================== -->\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n#ddf-root,\r\n#ddf-root *,\r\n#ddf-root *::before,\r\n#ddf-root *::after {\r\n  all: revert;\r\n  box-sizing: border-box !important;\r\n  font-family: 'Nunito', system-ui, -apple-system, sans-serif !important;\r\n}\r\n\r\n#ddf-root {\r\n  --ddf-white: #ffffff;\r\n  --ddf-bg-soft: #F7F8FC;\r\n  --ddf-accent: #3BBFF0;\r\n  --ddf-title: #1700A2;\r\n  --ddf-title-hover: #110080;\r\n  --ddf-text: #0D003B;\r\n  --ddf-muted: #4b5563;\r\n  --ddf-muted-soft: #6B7280;\r\n  --ddf-border: #ECECF2;\r\n  --ddf-border-blue: #e0e4fa;\r\n  --ddf-error: #e53e3e;\r\n  --ddf-success: #0F6E56;\r\n\r\n  display: block !important;\r\n  width: 100% !important;\r\n  padding: 2.5rem 1rem !important;\r\n  background: transparent !important;\r\n  color: var(--ddf-text) !important;\r\n  line-height: 1.5 !important;\r\n  -webkit-font-smoothing: antialiased !important;\r\n}\r\n\r\n#ddf-root .ddf-card {\r\n  display: block !important;\r\n  width: 100% !important;\r\n  max-width: 100% !important;\r\n  background: var(--ddf-white) !important;\r\n  border: 1px solid var(--ddf-border) !important;\r\n  border-radius: 20px !important;\r\n  padding: 2.5rem 3rem !important;\r\n  box-shadow: 0 4px 32px rgba(23, 0, 162, 0.06) !important;\r\n}\r\n\r\n#ddf-root .ddf-badge {\r\n  display: inline-block !important;\r\n  font-size: 11px !important;\r\n  font-weight: 700 !important;\r\n  letter-spacing: 0.08em !important;\r\n  text-transform: uppercase !important;\r\n  color: var(--ddf-accent) !important;\r\n  background: rgba(59, 191, 240, 0.1) !important;\r\n  border-radius: 100px !important;\r\n  padding: 4px 12px !important;\r\n  margin-bottom: 0.75rem !important;\r\n  line-height: 1.5 !important;\r\n}\r\n\r\n#ddf-root h2.ddf-title {\r\n  display: block !important;\r\n  font-size: 1.7rem !important;\r\n  font-weight: 700 !important;\r\n  color: var(--ddf-title) !important;\r\n  line-height: 1.25 !important;\r\n  margin: 0 0 0.5rem 0 !important;\r\n  padding: 0 !important;\r\n  border: none !important;\r\n  background: none !important;\r\n}\r\n\r\n#ddf-root .ddf-header-sub {\r\n  display: block !important;\r\n  font-size: 0.92rem !important;\r\n  color: var(--ddf-muted-soft) !important;\r\n  line-height: 1.6 !important;\r\n  margin: 0 0 1.5rem 0 !important;\r\n}\r\n\r\n#ddf-root .ddf-divider {\r\n  display: block !important;\r\n  height: 1px !important;\r\n  background: var(--ddf-border) !important;\r\n  margin: 0 0 1.75rem 0 !important;\r\n  border: none !important;\r\n}\r\n\r\n#ddf-root .ddf-row {\r\n  display: grid !important;\r\n  grid-template-columns: 1fr 1fr !important;\r\n  gap: 1rem !important;\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n}\r\n\r\n#ddf-root .ddf-field {\r\n  display: flex !important;\r\n  flex-direction: column !important;\r\n  gap: 6px !important;\r\n  margin-bottom: 1.1rem !important;\r\n  padding: 0 !important;\r\n}\r\n\r\n#ddf-root .ddf-field label {\r\n  display: flex !important;\r\n  align-items: center !important;\r\n  gap: 4px !important;\r\n  font-size: 13px !important;\r\n  font-weight: 600 !important;\r\n  color: var(--ddf-text) !important;\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n  line-height: 1.4 !important;\r\n  background: none !important;\r\n  border: none !important;\r\n  text-transform: none !important;\r\n  letter-spacing: normal !important;\r\n}\r\n\r\n#ddf-root .ddf-field label .ddf-req {\r\n  color: var(--ddf-accent) !important;\r\n  font-weight: 700 !important;\r\n}\r\n\r\n#ddf-root .ddf-field input[type=\"text\"],\r\n#ddf-root .ddf-field input[type=\"email\"],\r\n#ddf-root .ddf-field input[type=\"tel\"],\r\n#ddf-root .ddf-field select,\r\n#ddf-root .ddf-cargo select,\r\n#ddf-root .ddf-field textarea {\r\n  display: block !important;\r\n  width: 100% !important;\r\n  padding: 11px 14px !important;\r\n  font-size: 14px !important;\r\n  font-weight: 400 !important;\r\n  color: var(--ddf-text) !important;\r\n  background: var(--ddf-white) !important;\r\n  border: 1.5px solid var(--ddf-border) !important;\r\n  border-radius: 10px !important;\r\n  outline: none !important;\r\n  transition: border-color 0.18s, box-shadow 0.18s !important;\r\n  appearance: none !important;\r\n  -webkit-appearance: none !important;\r\n  -moz-appearance: none !important;\r\n  box-shadow: none !important;\r\n  margin: 0 !important;\r\n  line-height: 1.5 !important;\r\n  min-height: unset !important;\r\n  max-height: unset !important;\r\n}\r\n\r\n#ddf-root .ddf-field select,\r\n#ddf-root .ddf-cargo select {\r\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'\/%3E%3C\/svg%3E\") !important;\r\n  background-repeat: no-repeat !important;\r\n  background-position: right 12px center !important;\r\n  padding-right: 36px !important;\r\n  cursor: pointer !important;\r\n}\r\n\r\n#ddf-root .ddf-field input::placeholder,\r\n#ddf-root .ddf-field textarea::placeholder {\r\n  color: #C0BDD4 !important;\r\n  opacity: 1 !important;\r\n}\r\n\r\n#ddf-root .ddf-field input:focus,\r\n#ddf-root .ddf-field select:focus,\r\n#ddf-root .ddf-cargo select:focus,\r\n#ddf-root .ddf-field textarea:focus {\r\n  border-color: var(--ddf-accent) !important;\r\n  box-shadow: 0 0 0 3px rgba(59, 191, 240, 0.12) !important;\r\n  outline: none !important;\r\n}\r\n\r\n#ddf-root .ddf-field textarea {\r\n  resize: vertical !important;\r\n  min-height: 90px !important;\r\n}\r\n\r\n#ddf-root .ddf-error-msg {\r\n  display: none !important;\r\n  font-size: 12px !important;\r\n  color: var(--ddf-error) !important;\r\n  margin: 0 !important;\r\n  line-height: 1.4 !important;\r\n}\r\n\r\n#ddf-root .ddf-field.ddf-has-error .ddf-error-msg { display: block !important; }\r\n#ddf-root .ddf-cargo.ddf-has-error .ddf-error-msg { display: block !important; }\r\n\r\n#ddf-root .ddf-field.ddf-has-error input,\r\n#ddf-root .ddf-field.ddf-has-error select,\r\n#ddf-root .ddf-field.ddf-has-error textarea,\r\n#ddf-root .ddf-cargo.ddf-has-error select {\r\n  border-color: var(--ddf-error) !important;\r\n}\r\n\r\n#ddf-root .ddf-cargo {\r\n  display: none !important;\r\n  flex-direction: column !important;\r\n  gap: 6px !important;\r\n  margin-bottom: 1.1rem !important;\r\n}\r\n#ddf-root .ddf-cargo.ddf-visible {\r\n  display: flex !important;\r\n}\r\n#ddf-root .ddf-cargo label {\r\n  display: flex !important;\r\n  align-items: center !important;\r\n  gap: 4px !important;\r\n  font-size: 13px !important;\r\n  font-weight: 600 !important;\r\n  color: var(--ddf-text) !important;\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n  line-height: 1.4 !important;\r\n  background: none !important;\r\n  border: none !important;\r\n  text-transform: none !important;\r\n  letter-spacing: normal !important;\r\n}\r\n\r\n#ddf-root .ddf-consent {\r\n  display: block !important;\r\n  background: var(--ddf-bg-soft) !important;\r\n  border: 1px solid var(--ddf-border-blue) !important;\r\n  border-radius: 12px !important;\r\n  padding: 1rem 1.1rem !important;\r\n  margin: 1.2rem 0 !important;\r\n}\r\n\r\n#ddf-root .ddf-consent p {\r\n  display: block !important;\r\n  font-size: 12px !important;\r\n  color: var(--ddf-muted-soft) !important;\r\n  line-height: 1.6 !important;\r\n  margin: 0 0 0.75rem 0 !important;\r\n  padding: 0 !important;\r\n}\r\n\r\n#ddf-root .ddf-check-row {\r\n  display: flex !important;\r\n  align-items: flex-start !important;\r\n  gap: 10px !important;\r\n}\r\n\r\n#ddf-root .ddf-check-row input[type=\"checkbox\"] {\r\n  display: inline-block !important;\r\n  width: 16px !important;\r\n  height: 16px !important;\r\n  min-width: 16px !important;\r\n  border: 1.5px solid var(--ddf-border) !important;\r\n  border-radius: 4px !important;\r\n  cursor: pointer !important;\r\n  margin: 2px 0 0 0 !important;\r\n  padding: 0 !important;\r\n  accent-color: var(--ddf-title) !important;\r\n  box-shadow: none !important;\r\n  flex-shrink: 0 !important;\r\n}\r\n\r\n#ddf-root .ddf-check-row label {\r\n  font-size: 12px !important;\r\n  font-weight: 400 !important;\r\n  color: var(--ddf-muted) !important;\r\n  cursor: pointer !important;\r\n  line-height: 1.5 !important;\r\n  text-transform: none !important;\r\n  letter-spacing: normal !important;\r\n}\r\n\r\n#ddf-root .ddf-consent-footer {\r\n  display: block !important;\r\n  font-size: 11.5px !important;\r\n  color: var(--ddf-muted-soft) !important;\r\n  margin: 0.75rem 0 0 0 !important;\r\n  line-height: 1.5 !important;\r\n}\r\n\r\n#ddf-root .ddf-consent-footer a {\r\n  color: var(--ddf-title) !important;\r\n  text-decoration: underline !important;\r\n}\r\n\r\n#ddf-root .ddf-btn {\r\n  display: flex !important;\r\n  align-items: center !important;\r\n  justify-content: center !important;\r\n  width: 100% !important;\r\n  padding: 13px !important;\r\n  background: var(--ddf-title) !important;\r\n  color: #fff !important;\r\n  font-size: 15px !important;\r\n  font-weight: 700 !important;\r\n  border: none !important;\r\n  border-radius: 12px !important;\r\n  cursor: pointer !important;\r\n  transition: background 0.18s, transform 0.1s !important;\r\n  margin-top: 0.5rem !important;\r\n  line-height: 1 !important;\r\n  text-transform: none !important;\r\n  letter-spacing: normal !important;\r\n  box-shadow: none !important;\r\n  outline: none !important;\r\n  text-decoration: none !important;\r\n}\r\n\r\n#ddf-root .ddf-btn:hover { background: var(--ddf-title-hover) !important; }\r\n#ddf-root .ddf-btn:active { transform: scale(0.99) !important; }\r\n#ddf-root .ddf-btn:disabled { background: #a0a0c0 !important; cursor: not-allowed !important; }\r\n\r\n#ddf-root .ddf-btn .ddf-btn-label { display: block !important; }\r\n#ddf-root .ddf-btn .ddf-spinner {\r\n  display: none !important;\r\n  width: 18px !important;\r\n  height: 18px !important;\r\n  border: 2px solid rgba(255,255,255,0.4) !important;\r\n  border-top-color: white !important;\r\n  border-radius: 50% !important;\r\n  animation: ddf-spin 0.7s linear infinite !important;\r\n}\r\n#ddf-root .ddf-btn.ddf-loading .ddf-btn-label { display: none !important; }\r\n#ddf-root .ddf-btn.ddf-loading .ddf-spinner { display: block !important; }\r\n\r\n@keyframes ddf-spin { to { transform: rotate(360deg); } }\r\n\r\n#ddf-root .ddf-success {\r\n  display: none !important;\r\n  text-align: center !important;\r\n  padding: 2rem 1rem !important;\r\n}\r\n\r\n#ddf-root .ddf-success .ddf-check-icon {\r\n  display: flex !important;\r\n  align-items: center !important;\r\n  justify-content: center !important;\r\n  width: 56px !important;\r\n  height: 56px !important;\r\n  background: rgba(15,110,86,0.1) !important;\r\n  border-radius: 50% !important;\r\n  margin: 0 auto 1rem auto !important;\r\n}\r\n\r\n#ddf-root .ddf-success .ddf-check-icon svg {\r\n  display: block !important;\r\n  width: 28px !important;\r\n  height: 28px !important;\r\n  stroke: var(--ddf-success) !important;\r\n  fill: none !important;\r\n}\r\n\r\n#ddf-root .ddf-success h3 {\r\n  display: block !important;\r\n  font-size: 1.3rem !important;\r\n  font-weight: 700 !important;\r\n  color: var(--ddf-title) !important;\r\n  margin: 0 0 0.5rem 0 !important;\r\n  padding: 0 !important;\r\n  border: none !important;\r\n  background: none !important;\r\n}\r\n\r\n#ddf-root .ddf-success p {\r\n  font-size: 0.9rem !important;\r\n  color: var(--ddf-muted-soft) !important;\r\n  margin: 0 !important;\r\n}\r\n\r\n@media (max-width: 600px) {\r\n  #ddf-root .ddf-card { padding: 1.75rem 1.25rem !important; }\r\n  #ddf-root .ddf-row { grid-template-columns: 1fr !important; }\r\n}\r\n<\/style>\r\n\r\n<div id=\"ddf-root\">\r\n  <div class=\"ddf-card\">\r\n\r\n    <div id=\"ddf-form-content\">\r\n      <span class=\"ddf-badge\">Get in touch<\/span>\r\n      <h2 class=\"ddf-title\">Meet Dadosfera<\/h2>\r\n      <p class=\"ddf-header-sub\">Fill out the form and a specialist will get in touch with you shortly.<\/p>\r\n      <div class=\"ddf-divider\"><\/div>\r\n\r\n      <form id=\"ddf-hs-form\" novalidate>\r\n\r\n        <div class=\"ddf-field\" id=\"ddf-field-firstname\">\r\n          <label for=\"ddf-firstname\">Full name <span class=\"ddf-req\">*<\/span><\/label>\r\n          <input type=\"text\" id=\"ddf-firstname\" placeholder=\"John Smith\" autocomplete=\"name\" \/>\r\n          <span class=\"ddf-error-msg\">Please enter your name.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-row\">\r\n          <div class=\"ddf-field\" id=\"ddf-field-phone\">\r\n            <label for=\"ddf-phone\">Phone number <span class=\"ddf-req\">*<\/span><\/label>\r\n            <input type=\"tel\" id=\"ddf-phone\" placeholder=\"+1 (555) 000-0000\" autocomplete=\"tel\" \/>\r\n            <span class=\"ddf-error-msg\">Please enter a valid phone number.<\/span>\r\n          <\/div>\r\n          <div class=\"ddf-field\" id=\"ddf-field-email\">\r\n            <label for=\"ddf-email\">Corporate email <span class=\"ddf-req\">*<\/span><\/label>\r\n            <input type=\"email\" id=\"ddf-email\" placeholder=\"john@company.com\" autocomplete=\"email\" \/>\r\n            <span class=\"ddf-error-msg\">Please enter a valid email address.<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-field\" id=\"ddf-field-company\">\r\n          <label for=\"ddf-company\">Company <span class=\"ddf-req\">*<\/span><\/label>\r\n          <input type=\"text\" id=\"ddf-company\" placeholder=\"Your company name\" autocomplete=\"organization\" \/>\r\n          <span class=\"ddf-error-msg\">Please enter your company name.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-field\" id=\"ddf-field-department\">\r\n          <label for=\"ddf-department\">Department<\/label>\r\n          <select id=\"ddf-department\">\r\n            <option value=\"\">Select your department<\/option>\r\n            <option value=\"administrative\">Administrative<\/option>\r\n            <option value=\"accounting\">Finance<\/option>\r\n            <option value=\"business_development\">Sales \/ Business Development<\/option>\r\n            <option value=\"communications\">Marketing \/ Communications<\/option>\r\n            <option value=\"customer_service\">Customer Service<\/option>\r\n          <\/select>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-cargo\" id=\"ddf-cargo-administrative\">\r\n          <label for=\"ddf-jobtitle-adm\">Job title <span class=\"ddf-req\">*<\/span><\/label>\r\n          <select id=\"ddf-jobtitle-adm\">\r\n            <option value=\"\">Select your job title<\/option>\r\n            <option value=\"Administrative Assistant\">Administrative Assistant<\/option>\r\n            <option value=\"Administrative Analyst\">Administrative Analyst<\/option>\r\n            <option value=\"Administrative Coordinator\">Administrative Coordinator<\/option>\r\n            <option value=\"Administrative Manager\">Administrative Manager<\/option>\r\n            <option value=\"Office Manager\">Office Manager<\/option>\r\n            <option value=\"VP of Administration\">VP of Administration<\/option>\r\n            <option value=\"Other\">Other<\/option>\r\n          <\/select>\r\n          <span class=\"ddf-error-msg\">Please select your job title.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-cargo\" id=\"ddf-cargo-accounting\">\r\n          <label for=\"ddf-jobtitle-fin\">Job title <span class=\"ddf-req\">*<\/span><\/label>\r\n          <select id=\"ddf-jobtitle-fin\">\r\n            <option value=\"\">Select your job title<\/option>\r\n            <option value=\"Financial Analyst\">Financial Analyst<\/option>\r\n            <option value=\"Accountant\">Accountant<\/option>\r\n            <option value=\"Controller\">Controller<\/option>\r\n            <option value=\"Finance Manager\">Finance Manager<\/option>\r\n            <option value=\"Finance Director\">Finance Director<\/option>\r\n            <option value=\"CFO\">CFO<\/option>\r\n            <option value=\"Other\">Other<\/option>\r\n          <\/select>\r\n          <span class=\"ddf-error-msg\">Please select your job title.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-cargo\" id=\"ddf-cargo-business_development\">\r\n          <label for=\"ddf-jobtitle-com\">Job title <span class=\"ddf-req\">*<\/span><\/label>\r\n          <select id=\"ddf-jobtitle-com\">\r\n            <option value=\"\">Select your job title<\/option>\r\n            <option value=\"Sales Representative\">Sales Representative<\/option>\r\n            <option value=\"Account Executive\">Account Executive<\/option>\r\n            <option value=\"SDR\">SDR (Sales Development Rep)<\/option>\r\n            <option value=\"Sales Analyst\">Sales Analyst<\/option>\r\n            <option value=\"Key Account Manager\">Key Account Manager<\/option>\r\n            <option value=\"Sales Manager\">Sales Manager<\/option>\r\n            <option value=\"Head of Sales\">Head of Sales<\/option>\r\n            <option value=\"VP of Sales\">VP of Sales<\/option>\r\n            <option value=\"Chief Revenue Officer\">Chief Revenue Officer (CRO)<\/option>\r\n            <option value=\"Other\">Other<\/option>\r\n          <\/select>\r\n          <span class=\"ddf-error-msg\">Please select your job title.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-cargo\" id=\"ddf-cargo-communications\">\r\n          <label for=\"ddf-jobtitle-mkt\">Job title <span class=\"ddf-req\">*<\/span><\/label>\r\n          <select id=\"ddf-jobtitle-mkt\">\r\n            <option value=\"\">Select your job title<\/option>\r\n            <option value=\"Marketing Coordinator\">Marketing Coordinator<\/option>\r\n            <option value=\"Marketing Analyst\">Marketing Analyst<\/option>\r\n            <option value=\"Content Strategist\">Content Strategist<\/option>\r\n            <option value=\"Copywriter\">Copywriter<\/option>\r\n            <option value=\"Social Media Manager\">Social Media Manager<\/option>\r\n            <option value=\"Graphic Designer\">Graphic Designer<\/option>\r\n            <option value=\"Marketing Manager\">Marketing Manager<\/option>\r\n            <option value=\"Head of Marketing\">Head of Marketing<\/option>\r\n            <option value=\"VP of Marketing\">VP of Marketing<\/option>\r\n            <option value=\"CMO\">CMO<\/option>\r\n            <option value=\"Other\">Other<\/option>\r\n          <\/select>\r\n          <span class=\"ddf-error-msg\">Please select your job title.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-cargo\" id=\"ddf-cargo-customer_service\">\r\n          <label for=\"ddf-jobtitle-cs\">Job title <span class=\"ddf-req\">*<\/span><\/label>\r\n          <select id=\"ddf-jobtitle-cs\">\r\n            <option value=\"\">Select your job title<\/option>\r\n            <option value=\"Support Specialist\">Support Specialist<\/option>\r\n            <option value=\"Customer Success Analyst\">Customer Success Analyst<\/option>\r\n            <option value=\"Customer Success Manager\">Customer Success Manager (CSM)<\/option>\r\n            <option value=\"Customer Support Manager\">Customer Support Manager<\/option>\r\n            <option value=\"Head of Customer Experience\">Head of Customer Experience<\/option>\r\n            <option value=\"VP of Customer Success\">VP of Customer Success<\/option>\r\n            <option value=\"Other\">Other<\/option>\r\n          <\/select>\r\n          <span class=\"ddf-error-msg\">Please select your job title.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-field\" id=\"ddf-field-pain\">\r\n          <label for=\"ddf-pain\">What challenge are you looking to solve? <span class=\"ddf-req\">*<\/span><\/label>\r\n          <textarea id=\"ddf-pain\" placeholder=\"Briefly describe the challenge your company is facing...\"><\/textarea>\r\n          <span class=\"ddf-error-msg\">Please describe the challenge you need to solve.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"ddf-consent\">\r\n          <p>Dadosfera is committed to protecting and respecting your privacy. We will only use your personal information to manage your account and provide the products and services you requested.<\/p>\r\n          <div class=\"ddf-check-row\">\r\n            <input type=\"checkbox\" id=\"ddf-consent-check\" \/>\r\n            <label for=\"ddf-consent-check\">I agree to receive other communications from Dadosfera.<\/label>\r\n          <\/div>\r\n          <p class=\"ddf-consent-footer\">\r\n            By clicking submit, you consent to Dadosfera storing and processing the information provided above. You can unsubscribe at any time. For more information, please review our <a href=\"#\" target=\"_blank\">Privacy Policy<\/a>.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <button type=\"submit\" class=\"ddf-btn\" id=\"ddf-submit\">\r\n          <span class=\"ddf-btn-label\">Submit<\/span>\r\n          <div class=\"ddf-spinner\"><\/div>\r\n        <\/button>\r\n\r\n      <\/form>\r\n    <\/div>\r\n\r\n    <div class=\"ddf-success\" id=\"ddf-success\">\r\n      <div class=\"ddf-check-icon\">\r\n        <svg viewBox=\"0 0 24 24\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n          <polyline points=\"20 6 9 17 4 12\"><\/polyline>\r\n        <\/svg>\r\n      <\/div>\r\n      <h3>Message sent!<\/h3>\r\n      <p>A Dadosfera specialist will reach out to you shortly.<\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function() {\r\n  var PORTAL_ID = \"5149717\";\r\n  var FORM_ID   = \"347b4524-5551-430a-aab1-0934b3be2c8f\";\r\n\r\n  var cargoMap = {\r\n    administrative:       \"ddf-cargo-administrative\",\r\n    accounting:           \"ddf-cargo-accounting\",\r\n    business_development: \"ddf-cargo-business_development\",\r\n    communications:       \"ddf-cargo-communications\",\r\n    customer_service:     \"ddf-cargo-customer_service\"\r\n  };\r\n\r\n  var dept = document.getElementById(\"ddf-department\");\r\n\r\n  dept.addEventListener(\"change\", function() {\r\n    document.querySelectorAll(\"#ddf-root .ddf-cargo\").forEach(function(el) {\r\n      el.classList.remove(\"ddf-visible\");\r\n      el.querySelector(\"select\").value = \"\";\r\n    });\r\n    if (this.value && cargoMap[this.value]) {\r\n      document.getElementById(cargoMap[this.value]).classList.add(\"ddf-visible\");\r\n    }\r\n  });\r\n\r\n  function getCargoSel() {\r\n    var v = document.querySelector(\"#ddf-root .ddf-cargo.ddf-visible select\");\r\n    return v || null;\r\n  }\r\n\r\n  function validate(fieldId, inputEl) {\r\n    var val = inputEl.value.trim();\r\n    var ok = !!val;\r\n    if (ok && inputEl.type === \"email\") ok = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(val);\r\n    document.getElementById(fieldId).classList.toggle(\"ddf-has-error\", !ok);\r\n    return ok;\r\n  }\r\n\r\n  [\"firstname\",\"phone\",\"email\",\"company\",\"pain\"].forEach(function(id) {\r\n    var el = document.getElementById(\"ddf-\" + id);\r\n    if (!el) return;\r\n    el.addEventListener(\"input\", function() {\r\n      var f = document.getElementById(\"ddf-field-\" + id);\r\n      if (f) f.classList.remove(\"ddf-has-error\");\r\n    });\r\n  });\r\n\r\n  document.getElementById(\"ddf-hs-form\").addEventListener(\"submit\", async function(e) {\r\n    e.preventDefault();\r\n    var ok = true;\r\n    if (!validate(\"ddf-field-firstname\", document.getElementById(\"ddf-firstname\"))) ok = false;\r\n    if (!validate(\"ddf-field-phone\",     document.getElementById(\"ddf-phone\")))     ok = false;\r\n    if (!validate(\"ddf-field-email\",     document.getElementById(\"ddf-email\")))     ok = false;\r\n    if (!validate(\"ddf-field-company\",   document.getElementById(\"ddf-company\")))   ok = false;\r\n    if (!validate(\"ddf-field-pain\",      document.getElementById(\"ddf-pain\")))      ok = false;\r\n\r\n    var cargoSel = getCargoSel();\r\n    if (cargoSel && !cargoSel.value) {\r\n      cargoSel.closest(\".ddf-cargo\").classList.add(\"ddf-has-error\");\r\n      ok = false;\r\n    }\r\n    if (!ok) return;\r\n\r\n    var btn = document.getElementById(\"ddf-submit\");\r\n    btn.classList.add(\"ddf-loading\");\r\n    btn.disabled = true;\r\n\r\n    var fields = [\r\n      { name: \"firstname\", value: document.getElementById(\"ddf-firstname\").value.trim() },\r\n      { name: \"phone\",     value: document.getElementById(\"ddf-phone\").value.trim() },\r\n      { name: \"email\",     value: document.getElementById(\"ddf-email\").value.trim() },\r\n      { name: \"company\",   value: document.getElementById(\"ddf-company\").value.trim() },\r\n      { name: \"dorperformancelatenciacusto\", value: document.getElementById(\"ddf-pain\").value.trim() }\r\n    ];\r\n\r\n    if (dept.value) fields.push({ name: \"department\", value: dept.value });\r\n    if (cargoSel && cargoSel.value) fields.push({ name: \"jobtitle\", value: cargoSel.value });\r\n\r\n    var payload = {\r\n      fields: fields,\r\n      context: { pageUri: window.location.href, pageName: document.title },\r\n      legalConsentOptions: {\r\n        consent: {\r\n          consentToProcess: true,\r\n          text: \"By clicking submit, you consent to Dadosfera storing and processing the information provided.\",\r\n          communications: [{\r\n            value: document.getElementById(\"ddf-consent-check\").checked,\r\n            subscriptionTypeId: 999,\r\n            text: \"I agree to receive other communications from Dadosfera.\"\r\n          }]\r\n        }\r\n      }\r\n    };\r\n\r\n    try {\r\n      var res = await fetch(\r\n        \"https:\/\/api.hsforms.com\/submissions\/v3\/integration\/submit\/\" + PORTAL_ID + \"\/\" + FORM_ID,\r\n        { method: \"POST\", headers: { \"Content-Type\": \"application\/json\" }, body: JSON.stringify(payload) }\r\n      );\r\n      if (res.ok) {\r\n        document.getElementById(\"ddf-form-content\").style.display = \"none\";\r\n        document.getElementById(\"ddf-success\").style.display = \"block\";\r\n      } else {\r\n        var err = await res.json();\r\n        console.error(\"HubSpot error:\", err);\r\n        alert(\"Submission failed. Please try again.\");\r\n        btn.classList.remove(\"ddf-loading\");\r\n        btn.disabled = false;\r\n      }\r\n    } catch(err) {\r\n      console.error(err);\r\n      alert(\"Connection error. Please check your internet and try again.\");\r\n      btn.classList.remove(\"ddf-loading\");\r\n      btn.disabled = false;\r\n    }\r\n  });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5f6f4de elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5f6f4de\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a5f7ddb\" data-id=\"a5f7ddb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-285d71b elementor-widget elementor-widget-spacer\" data-id=\"285d71b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7564526 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"7564526\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-491bc58\" data-id=\"491bc58\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8582986 elementor-widget elementor-widget-html\" data-id=\"8582986\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  .ddf-footer-global-wrapper {\r\n    all: unset !important;\r\n    display: block !important;\r\n    width: 100% !important;\r\n    position: relative;\r\n    box-sizing: border-box !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    font-family: 'Nunito', sans-serif !important;\r\n    -webkit-font-smoothing: antialiased;\r\n    text-rendering: optimizeLegibility;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper *,\r\n  .ddf-footer-global-wrapper *::before,\r\n  .ddf-footer-global-wrapper *::after {\r\n    box-sizing: border-box;\r\n    margin: 0;\r\n    padding: 0;\r\n    font-family: 'Nunito', sans-serif !important;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper a {\r\n    text-decoration: none;\r\n    color: inherit;\r\n    transition: color 0.3s ease;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper ul {\r\n    list-style: none;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper img {\r\n    max-width: 100%;\r\n    display: block;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .ddf-footer-inner {\r\n    --white: #ffffff;\r\n    --transparent: transparent;\r\n    --aurora-accent: #3BBFF0;\r\n    --title-color: #1700A2;\r\n    --text-color: #0D003B;\r\n    --btn-hover: #0D003B;\r\n\r\n    background: var(--transparent);\r\n    color: var(--text-color);\r\n    width: 100%;\r\n    padding: 4rem 1rem;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .footer-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    width: 100%;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .footer-top {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 3rem;\r\n    margin-bottom: 3rem;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .brand-section {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    text-align: center;\r\n    gap: 1.5rem;\r\n    width: 100%;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .brand-header {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .brand-header img {\r\n    height: 48px;\r\n    width: auto;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .brand-desc {\r\n    font-size: 0.875rem;\r\n    font-weight: 600;\r\n    line-height: 1.6;\r\n    max-width: 320px;\r\n    color: var(--text-color);\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .social-links {\r\n    display: flex;\r\n    gap: 1.25rem;\r\n    align-items: center;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .social-links a {\r\n    color: var(--text-color);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    transition: color 0.3s ease, transform 0.3s ease;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .social-links a:hover {\r\n    color: var(--title-color);\r\n    transform: translateY(-2px);\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .social-links svg {\r\n    width: 20px;\r\n    height: 20px;\r\n    fill: currentColor;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .links-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, 1fr);\r\n    gap: 2rem;\r\n    width: 100%;\r\n    text-align: center;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .link-col h3 {\r\n    font-size: 1rem;\r\n    font-weight: 800;\r\n    color: var(--text-color);\r\n    margin-bottom: 1.25rem;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .link-col ul {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 0.875rem;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .link-col li a {\r\n    font-size: 0.875rem;\r\n    font-weight: 600;\r\n    color: var(--text-color);\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .link-col li a:hover {\r\n    color: var(--title-color);\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .footer-bottom {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 1rem;\r\n    border-top: 1px solid rgba(13, 0, 59, 0.1);\r\n    padding-top: 2rem;\r\n    font-size: 0.75rem;\r\n    font-weight: 600;\r\n    color: var(--text-color);\r\n    text-align: center;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .legal-links {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n    gap: 1rem;\r\n  }\r\n\r\n  .ddf-footer-global-wrapper .legal-links a:hover {\r\n    color: var(--title-color);\r\n  }\r\n\r\n  \/* RESPONSIVE *\/\r\n  @media (min-width: 768px) {\r\n    .ddf-footer-global-wrapper .links-grid {\r\n      grid-template-columns: repeat(2, 1fr);\r\n      text-align: left;\r\n    }\r\n    .ddf-footer-global-wrapper .brand-section {\r\n      align-items: flex-start;\r\n      text-align: left;\r\n    }\r\n    .ddf-footer-global-wrapper .brand-header {\r\n      justify-content: flex-start;\r\n    }\r\n  }\r\n\r\n  @media (min-width: 1024px) {\r\n    .ddf-footer-global-wrapper .ddf-footer-inner {\r\n      padding: 5rem 2rem;\r\n    }\r\n    .ddf-footer-global-wrapper .footer-top {\r\n      flex-direction: row;\r\n      justify-content: space-between;\r\n      gap: 4rem;\r\n      align-items: flex-start;\r\n    }\r\n    .ddf-footer-global-wrapper .brand-section {\r\n      width: 30%;\r\n    }\r\n    .ddf-footer-global-wrapper .links-grid {\r\n      width: 70%;\r\n      grid-template-columns: repeat(4, 1fr);\r\n    }\r\n    .ddf-footer-global-wrapper .footer-bottom {\r\n      flex-direction: row;\r\n      justify-content: space-between;\r\n      text-align: left;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"ddf-footer-global-wrapper\">\r\n  <div class=\"ddf-footer-inner\">\r\n    <div class=\"footer-container\">\r\n\r\n      <div class=\"footer-top\">\r\n\r\n        <div class=\"brand-section\">\r\n          <div class=\"brand-header\">\r\n            <a href=\"https:\/\/dadosfera.ai\/en\">\r\n              <img decoding=\"async\" src=\"https:\/\/dadosfera.info\/dev\/wp-content\/uploads\/2026\/02\/Logo_Dadosfera.svg\" alt=\"Dadosfera\">\r\n            <\/a>\r\n          <\/div>\r\n          <p class=\"brand-desc\">\r\n            Dadosfera integrates data from different systems, automates workflows, applies AI, and delivers results through Agents and Apps.\r\n          <\/p>\r\n          <div class=\"social-links\">\r\n            <a href=\"https:\/\/www.instagram.com\/dadosfera.ai\/\" target=\"_blank\" aria-label=\"Instagram\">\r\n              <svg viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"\/><\/svg>\r\n            <\/a>\r\n            <a href=\"https:\/\/www.linkedin.com\/company\/dadosfera\/\" target=\"_blank\" aria-label=\"LinkedIn\" rel=\"noopener\">\r\n              <svg viewBox=\"0 0 448 512\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"\/><\/svg>\r\n            <\/a>\r\n            <a href=\"https:\/\/github.com\/dadosfera\" target=\"_blank\" aria-label=\"GitHub\" rel=\"noopener\">\r\n              <svg viewBox=\"0 0 496 512\"><path d=\"M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3 .3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5 .3-6.2 2.3zm44.2-1.7c-2.9 .7-4.9 2.6-4.6 4.9 .3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3 .7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3 .3 2.9 2.3 3.9 1.6 1 3.6 .7 4.3-.7 .7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3 .7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3 .7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z\"\/><\/svg>\r\n            <\/a>\r\n            <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=5531984740940&amp;text&amp;type=phone_number&amp;app_absent=0\" target=\"_blank\" aria-label=\"WhatsApp\" rel=\"noopener\">\r\n              <svg viewBox=\"0 0 448 512\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zM223.9 414.7c-33.1 0-65.6-8.9-94-25.7l-6.7-4-69.8 18.3L72 334.3l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.9 83.1-185 185.1-185 49.4 0 95.8 19.3 130.8 54.2 35 35 54.3 81.6 54.3 131.1 0 102-83.1 185.3-185.7 185.3zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-2.1-3.6 2.1-3.2 7.6-14.1 1.4-2.8 .7-5.2-.2-8-1.5-3-12.5-30.2-17.1-41.3-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"\/><\/svg>\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"links-grid\">\r\n\r\n          <div class=\"link-col\">\r\n            <h3>Product<\/h3>\r\n            <ul>\r\n              <li><a href=\"https:\/\/dadosfera.ai\/en\/saas\/\">SaaS Platform<\/a><\/li>\r\n              <li><a href=\"https:\/\/mkthb.dadosfera.ai\/en\/dataapps-solutions-autodriveddf\/wdec?_gl=1*115aclw*_gcl_au*Mjg2NTU5NDUyLjE3NzQ5MDg4NjU.\" target=\"_blank\">AutoDriveDDF<\/a><\/li>\r\n            <\/ul>\r\n          <\/div>\r\n\r\n          <div class=\"link-col\">\r\n            <h3>Contact<\/h3>\r\n            <ul>\r\n              <li><a href=\"https:\/\/share.hsforms.com\/1IoRmplXrQdKJkcCuVSM-Yg32djp\" target=\"_blank\" rel=\"noopener\">Talk to Us<\/a><\/li>\r\n              <li><a href=\"https:\/\/suporte.dadosfera.ai\/hc\/pt-br\" target=\"_blank\">Support<\/a><\/li>\r\n            <\/ul>\r\n          <\/div>\r\n\r\n          <div class=\"link-col\">\r\n            <h3>About Us<\/h3>\r\n            <ul>\r\n              <li><a href=\"https:\/\/dadosfera.ai\/en\/about-us\/\">Who we are<\/a><\/li>\r\n            <\/ul>\r\n          <\/div>\r\n\r\n          <div class=\"link-col\">\r\n            <h3>Careers<\/h3>\r\n            <ul>\r\n              <li><a href=\"https:\/\/mkthb.dadosfera.ai\/en\/dadosfera-careers?_gl=1*8dkyai*_gcl_au*Mjg2NTU5NDUyLjE3NzQ5MDg4NjU.\" target=\"_blank\">Work with Us<\/a><\/li>\r\n            <\/ul>\r\n          <\/div>\r\n\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"footer-bottom\">\r\n        <p>\u00a9 2026 Dadosfera. All rights reserved.<\/p>\r\n        <div class=\"legal-links\">\r\n          <a href=\"https:\/\/dadosfera.ai\/termo-de-uso-produto\/\" target=\"_blank\">Terms of Use<\/a>\r\n          <a href=\"https:\/\/dadosfera.ai\/aviso-de-privacidade\/\" target=\"_blank\">Privacy Policy<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Organize Your Data, Optimize Your Decisions Scale with AI. Dadosfera connects and organizes all your data sources, applies AI, and delivers new applications and advanced analytics<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-1407","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dadosfera.ai\/en\/wp-json\/wp\/v2\/pages\/1407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dadosfera.ai\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dadosfera.ai\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dadosfera.ai\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/dadosfera.ai\/en\/wp-json\/wp\/v2\/comments?post=1407"}],"version-history":[{"count":94,"href":"https:\/\/dadosfera.ai\/en\/wp-json\/wp\/v2\/pages\/1407\/revisions"}],"predecessor-version":[{"id":1620,"href":"https:\/\/dadosfera.ai\/en\/wp-json\/wp\/v2\/pages\/1407\/revisions\/1620"}],"wp:attachment":[{"href":"https:\/\/dadosfera.ai\/en\/wp-json\/wp\/v2\/media?parent=1407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}