{"id":29,"date":"2026-02-05T11:38:13","date_gmt":"2026-02-05T11:38:13","guid":{"rendered":"https:\/\/whoer.io\/?page_id=29"},"modified":"2026-02-07T03:37:56","modified_gmt":"2026-02-07T03:37:56","slug":"about-us","status":"publish","type":"page","link":"https:\/\/whoer.io\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; theme_builder_area=&#8221;post_content&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221;][et_pb_fullwidth_code _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; theme_builder_area=&#8221;post_content&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;]    \r\n    <style>\r\n        :root {\r\n            --who-about-primary: #062868;\r\n            --who-about-secondary: #189DCB;\r\n            --who-about-light: #f8f9fa;\r\n            --who-about-dark: #212529;\r\n            --who-about-gray: #6c757d;\r\n            --who-about-success: #10b981;\r\n            --who-about-danger: #ef4444;\r\n            --who-about-warning: #f59e0b;\r\n            --who-about-gradient: linear-gradient(135deg, #062868 0%, #189DCB 100%);\r\n        }\r\n        \r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n\r\n        \r\n        \/* Hero Section *\/\r\n        .who-about-hero {\r\n            padding: 120px 0 80px;\r\n            background: linear-gradient(135deg, #062868 0%, #189DCB 100%);\r\n            color: white;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .who-about-hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1440 320\"><path fill=\"%23ffffff\" fill-opacity=\"0.1\" d=\"M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"><\/path><\/svg>') no-repeat bottom;\r\n            background-size: cover;\r\n        }\r\n        \r\n        .who-about-hero-content {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n        \r\n        .who-about-breadcrumb {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            margin-bottom: 30px;\r\n            font-size: 0.95rem;\r\n        }\r\n        \r\n        .who-about-breadcrumb a {\r\n            color: rgba(255, 255, 255, 0.8);\r\n            text-decoration: none;\r\n            transition: color 0.3s;\r\n        }\r\n        \r\n        .who-about-breadcrumb a:hover {\r\n            color: white;\r\n        }\r\n        \r\n        .who-about-breadcrumb span {\r\n            color: rgba(255, 255, 255, 0.6);\r\n        }\r\n        \r\n        .who-about-hero-title {\r\n            font-size: 3.5rem;\r\n            font-weight: 800;\r\n            margin-bottom: 20px;\r\n            line-height: 1.2;\r\n        }\r\n        \r\n        .who-about-hero-subtitle {\r\n            font-size: 1.4rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            max-width: 700px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Mission Section *\/\r\n        .who-about-mission {\r\n            padding: 100px 0;\r\n            background: white;\r\n        }\r\n        \r\n        .who-about-section-badge {\r\n            display: inline-block;\r\n            background: var(--who-about-gradient);\r\n            color: white;\r\n            padding: 8px 20px;\r\n            border-radius: 50px;\r\n            font-size: 0.85rem;\r\n            font-weight: 600;\r\n            margin-bottom: 20px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n        \r\n        .who-about-section-title {\r\n            font-size: 2.5rem;\r\n            font-weight: 800;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 20px;\r\n            line-height: 1.2;\r\n        }\r\n        \r\n        .who-about-section-subtitle {\r\n            font-size: 1.2rem;\r\n            color: var(--who-about-gray);\r\n            margin-bottom: 40px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        .who-about-mission-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .who-about-mission-card {\r\n            text-align: center;\r\n            padding: 40px 30px;\r\n            background: #f8faff;\r\n            border-radius: 20px;\r\n            transition: all 0.3s;\r\n            border: 1px solid rgba(24, 157, 203, 0.1);\r\n        }\r\n        \r\n        .who-about-mission-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 40px rgba(6, 40, 104, 0.1);\r\n        }\r\n        \r\n        .who-about-mission-icon-wrapper {\r\n            width: 80px;\r\n            height: 80px;\r\n            background: var(--who-about-gradient);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 25px;\r\n        }\r\n        \r\n        .who-about-mission-icon {\r\n            font-size: 2.5rem;\r\n            color: white;\r\n        }\r\n        \r\n        .who-about-mission-title {\r\n            font-size: 1.4rem;\r\n            font-weight: 700;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .who-about-mission-desc {\r\n            color: var(--who-about-gray);\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Story Section *\/\r\n        .who-about-story {\r\n            padding: 100px 0;\r\n            background: linear-gradient(135deg, #f8faff 0%, #e6f3ff 100%);\r\n        }\r\n        \r\n        .who-about-story-content {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 60px;\r\n            align-items: center;\r\n        }\r\n        \r\n        .who-about-story-text h3 {\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .who-about-story-text p {\r\n            color: var(--who-about-gray);\r\n            line-height: 1.8;\r\n            margin-bottom: 20px;\r\n            font-size: 1.05rem;\r\n        }\r\n        \r\n        .who-about-story-image {\r\n            position: relative;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            box-shadow: 0 20px 40px rgba(6, 40, 104, 0.15);\r\n        }\r\n        \r\n        .who-about-story-image img {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n        }\r\n        \r\n        .who-about-story-stats {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 20px;\r\n            margin-top: 40px;\r\n        }\r\n        \r\n        .who-about-stat-item {\r\n            background: white;\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            text-align: center;\r\n            border: 1px solid rgba(24, 157, 203, 0.1);\r\n        }\r\n        \r\n        .who-about-stat-number {\r\n            font-size: 2.5rem;\r\n            font-weight: 800;\r\n            background: var(--who-about-gradient);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n        \r\n        .who-about-stat-label {\r\n            color: var(--who-about-gray);\r\n            font-size: 0.95rem;\r\n            margin-top: 5px;\r\n        }\r\n        \r\n        \/* Team Section *\/\r\n        .who-about-team {\r\n            padding: 100px 0;\r\n            background: white;\r\n        }\r\n        \r\n        .who-about-team-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .who-about-team-card {\r\n            background: #f8faff;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            transition: all 0.3s;\r\n            border: 1px solid rgba(24, 157, 203, 0.1);\r\n        }\r\n        \r\n        .who-about-team-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 40px rgba(6, 40, 104, 0.15);\r\n        }\r\n        \r\n        .who-about-team-image {\r\n            height: 300px;\r\n            background: var(--who-about-gradient);\r\n            position: relative;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n        \r\n        .who-about-team-image i {\r\n            font-size: 5rem;\r\n            color: rgba(255, 255, 255, 0.8);\r\n        }\r\n        \r\n        .who-about-team-info {\r\n            padding: 30px;\r\n            text-align: center;\r\n        }\r\n        \r\n        .who-about-team-name {\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .who-about-team-role {\r\n            color: var(--who-about-secondary);\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .who-about-team-desc {\r\n            color: var(--who-about-gray);\r\n            font-size: 0.95rem;\r\n            line-height: 1.6;\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .who-about-team-social {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 15px;\r\n        }\r\n        \r\n        .who-about-team-social a {\r\n            width: 35px;\r\n            height: 35px;\r\n            background: rgba(24, 157, 203, 0.1);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: var(--who-about-secondary);\r\n            transition: all 0.3s;\r\n        }\r\n        \r\n        .who-about-team-social a:hover {\r\n            background: var(--who-about-gradient);\r\n            color: white;\r\n            transform: translateY(-3px);\r\n        }\r\n        \r\n        \/* Values Section *\/\r\n        .who-about-values {\r\n            padding: 100px 0;\r\n            background: linear-gradient(135deg, #062868 0%, #189DCB 100%);\r\n            color: white;\r\n        }\r\n        \r\n        .who-about-values .who-about-section-title {\r\n            color: white;\r\n        }\r\n        \r\n        .who-about-values .who-about-section-subtitle {\r\n            color: rgba(255, 255, 255, 0.8);\r\n        }\r\n        \r\n        .who-about-values-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .who-about-value-card {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            border-radius: 20px;\r\n            padding: 35px 25px;\r\n            text-align: center;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n            transition: all 0.3s;\r\n        }\r\n        \r\n        .who-about-value-card:hover {\r\n            background: rgba(255, 255, 255, 0.15);\r\n            transform: translateY(-5px);\r\n        }\r\n        \r\n        .who-about-value-icon {\r\n            font-size: 3rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .who-about-value-title {\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n\t\t\t\t\t  color:#fff;\r\n        }\r\n        \r\n        .who-about-value-desc {\r\n            color: rgba(255, 255, 255, 0.8);\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Technology Section *\/\r\n        .who-about-tech {\r\n            padding: 100px 0;\r\n            background: white;\r\n        }\r\n        \r\n        .who-about-tech-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .who-about-tech-item {\r\n            text-align: center;\r\n            padding: 30px 20px;\r\n            border-radius: 15px;\r\n            transition: all 0.3s;\r\n        }\r\n        \r\n        .who-about-tech-item:hover {\r\n            background: #f8faff;\r\n            transform: translateY(-5px);\r\n        }\r\n        \r\n        .who-about-tech-icon-wrapper {\r\n            width: 70px;\r\n            height: 70px;\r\n            background: linear-gradient(135deg, rgba(24, 157, 203, 0.1) 0%, rgba(6, 40, 104, 0.1) 100%);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 20px;\r\n        }\r\n        \r\n        .who-about-tech-icon {\r\n            font-size: 2rem;\r\n            background: var(--who-about-gradient);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n        \r\n        .who-about-tech-title {\r\n            font-size: 1.1rem;\r\n            font-weight: 700;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 10px;\r\n        }\r\n        \r\n        .who-about-tech-desc {\r\n            color: var(--who-about-gray);\r\n            font-size: 0.9rem;\r\n            line-height: 1.5;\r\n        }\r\n        \r\n        \/* Partners Section *\/\r\n        .who-about-partners {\r\n            padding: 80px 0;\r\n            background: #f8faff;\r\n        }\r\n        \r\n        .who-about-partners-logos {\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            flex-wrap: wrap;\r\n            gap: 60px;\r\n            margin-top: 50px;\r\n        }\r\n        \r\n        .who-about-partner-logo {\r\n            width: 150px;\r\n            height: 80px;\r\n            background: rgba(24, 157, 203, 0.1);\r\n            border-radius: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-weight: 700;\r\n            color: var(--who-about-gray);\r\n            transition: all 0.3s;\r\n            font-size: 1.2rem;\r\n        }\r\n        \r\n        .who-about-partner-logo:hover {\r\n            background: var(--who-about-gradient);\r\n            color: white;\r\n            transform: scale(1.1);\r\n        }\r\n        \r\n        \/* CTA Section *\/\r\n        .who-about-cta {\r\n            padding: 100px 0;\r\n            background: var(--who-about-gradient);\r\n            color: white;\r\n            text-align: center;\r\n        }\r\n        \r\n        .who-about-cta .who-about-section-title {\r\n            color: white;\r\n            font-size: 3rem;\r\n        }\r\n        \r\n        .who-about-cta .who-about-section-subtitle {\r\n            color: rgba(255, 255, 255, 0.9);\r\n            font-size: 1.3rem;\r\n        }\r\n        \r\n        .who-about-cta-buttons {\r\n            margin-top: 40px;\r\n            display: flex;\r\n            gap: 20px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n        \r\n        .who-about-btn-primary {\r\n            background: white;\r\n            color: var(--who-about-primary);\r\n            border: none;\r\n            padding: 15px 40px;\r\n            border-radius: 50px;\r\n            font-size: 1.1rem;\r\n            font-weight: 700;\r\n            transition: all 0.3s;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n        }\r\n        \r\n        .who-about-btn-primary:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);\r\n            color: var(--who-about-primary);\r\n        }\r\n        \r\n        .who-about-btn-secondary {\r\n            background: transparent;\r\n            color: white;\r\n            border: 2px solid white;\r\n            padding: 13px 35px;\r\n            border-radius: 50px;\r\n            font-size: 1.1rem;\r\n            font-weight: 600;\r\n            transition: all 0.3s;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n        }\r\n        \r\n        .who-about-btn-secondary:hover {\r\n            background: white;\r\n            color: var(--who-about-primary);\r\n            transform: translateY(-3px);\r\n        }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .who-about-hero-title {\r\n                font-size: 2.5rem;\r\n            }\r\n            \r\n            .who-about-hero-subtitle {\r\n                font-size: 1.2rem;\r\n            }\r\n            \r\n            .who-about-story-content {\r\n                grid-template-columns: 1fr;\r\n                gap: 40px;\r\n            }\r\n            \r\n            .who-about-section-title {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .who-about-cta .who-about-section-title {\r\n                font-size: 2.5rem;\r\n            }\r\n            \r\n            .who-about-cta-buttons {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n            \r\n            .who-about-btn-primary,\r\n            .who-about-btn-secondary {\r\n                width: 100%;\r\n                max-width: 300px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"who-about-hero\">\r\n        <div class=\"container\">\r\n            <div class=\"who-about-hero-content\" data-aos=\"fade-up\">\r\n                <div class=\"who-about-breadcrumb\">\r\n                    <a href=\"#\">Home<\/a>\r\n                    <span>\u203a<\/span>\r\n                    <span>About Us<\/span>\r\n                <\/div>\r\n                <h1 class=\"who-about-hero-title text-light\">Pioneering Digital Privacy Since 2015<\/h1>\r\n                <p class=\"who-about-hero-subtitle\">We're on a mission to empower individuals and businesses with the tools and knowledge to protect their digital identity in an increasingly connected world.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Mission Section -->\r\n    <section class=\"who-about-mission\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Our Mission<\/span>\r\n                <h2 class=\"who-about-section-title\">Making Privacy Accessible to Everyone<\/h2>\r\n                <p class=\"who-about-section-subtitle\">We believe that privacy is a fundamental right. Our mission is to provide powerful, easy-to-use tools that help you understand and protect your digital footprint.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-mission-grid\">\r\n                <div class=\"who-about-mission-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"who-about-mission-icon-wrapper\">\r\n                        <i class='bx bx-shield-alt who-about-mission-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-mission-title\">Protect<\/h3>\r\n                    <p class=\"who-about-mission-desc\">Provide cutting-edge tools that protect your IP address, location data, and online activities from prying eyes.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-mission-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"who-about-mission-icon-wrapper\">\r\n                        <i class='bx bx-book-reader who-about-mission-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-mission-title\">Educate<\/h3>\r\n                    <p class=\"who-about-mission-desc\">Empower users with knowledge about digital privacy, security best practices, and emerging threats.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-mission-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"who-about-mission-icon-wrapper\">\r\n                        <i class='bx bx-rocket who-about-mission-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-mission-title\">Innovate<\/h3>\r\n                    <p class=\"who-about-mission-desc\">Continuously develop new technologies and methodologies to stay ahead of evolving privacy challenges.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Story Section -->\r\n    <section class=\"who-about-story\">\r\n        <div class=\"container\">\r\n            <div class=\"who-about-story-content\">\r\n                <div class=\"who-about-story-text\" data-aos=\"fade-right\">\r\n                    <h3>Our Journey<\/h3>\r\n                    <p>Founded in 2015 by a team of cybersecurity experts and privacy advocates, Whoer.io began as a simple IP checker tool. We recognized a growing need for comprehensive privacy protection as digital surveillance and data collection became increasingly sophisticated.<\/p>\r\n                    <p>What started as a passion project quickly evolved into a platform serving millions of users worldwide. Today, we offer a comprehensive suite of privacy tools that help individuals, businesses, and organizations protect their digital identities.<\/p>\r\n                    <p>Our commitment to privacy goes beyond our tools \u2013 we actively advocate for stronger privacy protections, contribute to open-source privacy projects, and work with policymakers to promote digital rights.<\/p>\r\n                    \r\n                    <div class=\"who-about-story-stats\">\r\n                        <div class=\"who-about-stat-item\" data-aos=\"zoom-in\" data-aos-delay=\"100\">\r\n                            <div class=\"who-about-stat-number\">10M+<\/div>\r\n                            <div class=\"who-about-stat-label\">Active Users<\/div>\r\n                        <\/div>\r\n                        <div class=\"who-about-stat-item\" data-aos=\"zoom-in\" data-aos-delay=\"200\">\r\n                            <div class=\"who-about-stat-number\">195<\/div>\r\n                            <div class=\"who-about-stat-label\">Countries<\/div>\r\n                        <\/div>\r\n                        <div class=\"who-about-stat-item\" data-aos=\"zoom-in\" data-aos-delay=\"300\">\r\n                            <div class=\"who-about-stat-number\">99.9%<\/div>\r\n                            <div class=\"who-about-stat-label\">Uptime<\/div>\r\n                        <\/div>\r\n                        <div class=\"who-about-stat-item\" data-aos=\"zoom-in\" data-aos-delay=\"400\">\r\n                            <div class=\"who-about-stat-number\">24\/7<\/div>\r\n                            <div class=\"who-about-stat-label\">Support<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"who-about-story-image\" data-aos=\"fade-left\">\r\n                    <img decoding=\"async\" src=\"https:\/\/whoer.io\/wp-content\/uploads\/2026\/02\/Our-Journey-whoer.jpg\" alt=\"Whoer.io Team\">\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Team Section -->\r\n    <section class=\"who-about-team\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Leadership Team<\/span>\r\n                <h2 class=\"who-about-section-title\">Meet the Visionaries Behind Whoer.io<\/h2>\r\n                <p class=\"who-about-section-subtitle\">Our diverse team brings together expertise from cybersecurity, privacy law, and software development to create the best privacy protection tools.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-team-grid\">\r\n                <div class=\"who-about-team-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"who-about-team-image\">\r\n                        <i class='bx bx-user'><\/i>\r\n                    <\/div>\r\n                    <div class=\"who-about-team-info\">\r\n                        <h3 class=\"who-about-team-name\">Alexandra Chen<\/h3>\r\n                        <p class=\"who-about-team-role\">CEO & Co-Founder<\/p>\r\n                        <p class=\"who-about-team-desc\">Former cybersecurity analyst at Fortune 500 companies with 15+ years in privacy protection and digital rights advocacy.<\/p>\r\n                        <div class=\"who-about-team-social\">\r\n                            <a href=\"#\"><i class='bx bxl-linkedin'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-twitter'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-github'><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"who-about-team-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"who-about-team-image\">\r\n                        <i class='bx bx-user'><\/i>\r\n                    <\/div>\r\n                    <div class=\"who-about-team-info\">\r\n                        <h3 class=\"who-about-team-name\">Marcus Rodriguez<\/h3>\r\n                        <p class=\"who-about-team-role\">CTO & Co-Founder<\/p>\r\n                        <p class=\"who-about-team-desc\">Lead architect of our privacy infrastructure. Previously built security systems for major cloud providers and government agencies.<\/p>\r\n                        <div class=\"who-about-team-social\">\r\n                            <a href=\"#\"><i class='bx bxl-linkedin'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-twitter'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-github'><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"who-about-team-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"who-about-team-image\">\r\n                        <i class='bx bx-user'><\/i>\r\n                    <\/div>\r\n                    <div class=\"who-about-team-info\">\r\n                        <h3 class=\"who-about-team-name\">Dr. Sarah Williams<\/h3>\r\n                        <p class=\"who-about-team-role\">Chief Privacy Officer<\/p>\r\n                        <p class=\"who-about-team-desc\">Privacy law expert and former regulator. Ensures our practices exceed global privacy standards and advocate for user rights.<\/p>\r\n                        <div class=\"who-about-team-social\">\r\n                            <a href=\"#\"><i class='bx bxl-linkedin'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-twitter'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-medium'><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"who-about-team-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <div class=\"who-about-team-image\">\r\n                        <i class='bx bx-user'><\/i>\r\n                    <\/div>\r\n                    <div class=\"who-about-team-info\">\r\n                        <h3 class=\"who-about-team-name\">David Kim<\/h3>\r\n                        <p class=\"who-about-team-role\">Head of Engineering<\/p>\r\n                        <p class=\"who-about-team-desc\">Leads our development team with expertise in distributed systems, cryptography, and privacy-preserving technologies.<\/p>\r\n                        <div class=\"who-about-team-social\">\r\n                            <a href=\"#\"><i class='bx bxl-linkedin'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-github'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-stack-overflow'><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Values Section -->\r\n    <section class=\"who-about-values\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Core Values<\/span>\r\n                <h2 class=\"who-about-section-title\">The Principles That Guide Us<\/h2>\r\n                <p class=\"who-about-section-subtitle\">Our values shape every decision we make and every product we build.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-values-grid\">\r\n                <div class=\"who-about-value-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <i class='bx bx-lock who-about-value-icon'><\/i>\r\n                    <h3 class=\"who-about-value-title\">Privacy First<\/h3>\r\n                    <p class=\"who-about-value-desc\">User privacy is not an afterthought \u2013 it's the foundation of everything we build and every decision we make.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-value-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <i class='bx bx-bulb who-about-value-icon'><\/i>\r\n                    <h3 class=\"who-about-value-title\">Transparency<\/h3>\r\n                    <p class=\"who-about-value-desc\">We believe in open communication about our practices, algorithms, and how we protect your data.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-value-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <i class='bx bx-lock who-about-value-icon'><\/i>\r\n                    <h3 class=\"who-about-value-title\">Security<\/h3>\r\n                    <p class=\"who-about-value-desc\">We implement military-grade security measures and continuously audit our systems to ensure maximum protection.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-value-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <i class='bx bx-heart who-about-value-icon'><\/i>\r\n                    <h3 class=\"who-about-value-title\">User-Centric<\/h3>\r\n                    <p class=\"who-about-value-desc\">Your needs and feedback drive our innovation. We're here to serve you, not exploit you.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Technology Section -->\r\n    <section class=\"who-about-tech\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Technology Stack<\/span>\r\n                <h2 class=\"who-about-section-title\">Powered by Cutting-Edge Technology<\/h2>\r\n                <p class=\"who-about-section-subtitle\">We leverage the latest advancements in cryptography, AI, and distributed systems to deliver unparalleled privacy protection.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-tech-grid\">\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-code-block who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">End-to-End Encryption<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Military-grade AES-256 encryption for all data transmissions and storage.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-server who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">Distributed Infrastructure<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Global network of servers ensuring fast, reliable service worldwide.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-bot who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">AI-Powered Detection<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Machine learning algorithms for real-time threat detection and analysis.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-data who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">Big Data Analytics<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Processing billions of data points to provide accurate insights.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-shield-alt who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">Zero-Knowledge Architecture<\/h3>\r\n                    <p class=\"who-about-tech-desc\">We can't access your data even if we wanted to.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-git-branch who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">Open Source<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Many of our tools are open source for community verification.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Partners Section -->\r\n    <section class=\"who-about-partners\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Trusted By<\/span>\r\n                <h2 class=\"who-about-section-title\">Partners & Certifications<\/h2>\r\n                <p class=\"who-about-section-subtitle\">We work with leading organizations and maintain industry certifications to ensure the highest standards.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-partners-logos\">\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"100\">AWS<\/div>\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"200\">Cloudflare<\/div>\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"300\">ISO 27001<\/div>\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"400\">GDPR<\/div>\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"500\">SOC 2<\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- CTA Section -->\r\n    <section class=\"who-about-cta\">\r\n        <div class=\"container text-center\" data-aos=\"fade-up\">\r\n            <h2 class=\"who-about-section-title\">Ready to Take Control of Your Privacy?<\/h2>\r\n            <p class=\"who-about-section-subtitle\">Join millions who trust Whoer.io to protect their digital identity<\/p>\r\n            <div class=\"who-about-cta-buttons\">\r\n                <a href=\"#\" class=\"who-about-btn-primary\">Start Free Check<\/a>\r\n                <a href=\"#\" class=\"who-about-btn-secondary\">Contact Sales<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Bootstrap JS -->\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n    \r\n    <!-- AOS Animation JS -->\r\n    <script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\r\n    \r\n    <script>\r\n        \/\/ Initialize AOS\r\n        AOS.init({\r\n            duration: 800,\r\n            once: true,\r\n            offset: 100\r\n        });\r\n        \r\n        \/\/ Smooth scrolling for anchor links\r\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n            anchor.addEventListener('click', function (e) {\r\n                e.preventDefault();\r\n                const target = document.querySelector(this.getAttribute('href'));\r\n                if (target) {\r\n                    target.scrollIntoView({\r\n                        behavior: 'smooth',\r\n                        block: 'start'\r\n                    });\r\n                }\r\n            });\r\n        });\r\n        \r\n        \/\/ Animate stats on scroll\r\n        const animateValue = (element, start, end, duration) => {\r\n            let startTimestamp = null;\r\n            const step = (timestamp) => {\r\n                if (!startTimestamp) startTimestamp = timestamp;\r\n                const progress = Math.min((timestamp - startTimestamp) \/ duration, 1);\r\n                element.innerHTML = Math.floor(progress * (end - start) + start) + element.dataset.suffix;\r\n                if (progress < 1) {\r\n                    window.requestAnimationFrame(step);\r\n                }\r\n            };\r\n            window.requestAnimationFrame(step);\r\n        };\r\n        \r\n        \/\/ Intersection Observer for stats animation\r\n        const statsObserver = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    const statNumbers = entry.target.querySelectorAll('.who-about-stat-number');\r\n                    statNumbers.forEach(stat => {\r\n                        const text = stat.textContent;\r\n                        if (text.includes('M+')) {\r\n                            stat.dataset.suffix = 'M+';\r\n                            animateValue(stat, 0, 10, 2000);\r\n                        } else if (text.includes('%')) {\r\n                            stat.dataset.suffix = '%';\r\n                            animateValue(stat, 0, 99, 2000);\r\n                        } else {\r\n                            stat.dataset.suffix = '+';\r\n                            animateValue(stat, 0, 195, 2000);\r\n                        }\r\n                    });\r\n                    statsObserver.unobserve(entry.target);\r\n                }\r\n            });\r\n        });\r\n        \r\n        const statsSection = document.querySelector('.who-about-story-stats');\r\n        if (statsSection) {\r\n            statsObserver.observe(statsSection);\r\n        }\r\n        \r\n        \/\/ Add parallax effect to hero section\r\n\/\/         window.addEventListener('scroll', () => {\r\n\/\/             const scrolled = window.pageYOffset;\r\n\/\/             const hero = document.querySelector('.who-about-hero');\r\n\/\/             if (hero && scrolled < hero.offsetHeight) {\r\n\/\/                 hero.style.transform = `translateY(${scrolled * 0.5}px)`;\r\n\/\/             }\r\n\/\/         });\r\n    <\/script>\r\n[\/et_pb_fullwidth_code][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"    \r\n    <style>\r\n        :root {\r\n            --who-about-primary: #062868;\r\n            --who-about-secondary: #189DCB;\r\n            --who-about-light: #f8f9fa;\r\n            --who-about-dark: #212529;\r\n            --who-about-gray: #6c757d;\r\n            --who-about-success: #10b981;\r\n            --who-about-danger: #ef4444;\r\n            --who-about-warning: #f59e0b;\r\n            --who-about-gradient: linear-gradient(135deg, #062868 0%, #189DCB 100%);\r\n        }\r\n        \r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n\r\n        \r\n        \/* Hero Section *\/\r\n        .who-about-hero {\r\n            padding: 120px 0 80px;\r\n            background: linear-gradient(135deg, #062868 0%, #189DCB 100%);\r\n            color: white;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .who-about-hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1440 320\"><path fill=\"%23ffffff\" fill-opacity=\"0.1\" d=\"M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"><\/path><\/svg>') no-repeat bottom;\r\n            background-size: cover;\r\n        }\r\n        \r\n        .who-about-hero-content {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n        \r\n        .who-about-breadcrumb {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            margin-bottom: 30px;\r\n            font-size: 0.95rem;\r\n        }\r\n        \r\n        .who-about-breadcrumb a {\r\n            color: rgba(255, 255, 255, 0.8);\r\n            text-decoration: none;\r\n            transition: color 0.3s;\r\n        }\r\n        \r\n        .who-about-breadcrumb a:hover {\r\n            color: white;\r\n        }\r\n        \r\n        .who-about-breadcrumb span {\r\n            color: rgba(255, 255, 255, 0.6);\r\n        }\r\n        \r\n        .who-about-hero-title {\r\n            font-size: 3.5rem;\r\n            font-weight: 800;\r\n            margin-bottom: 20px;\r\n            line-height: 1.2;\r\n        }\r\n        \r\n        .who-about-hero-subtitle {\r\n            font-size: 1.4rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            max-width: 700px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Mission Section *\/\r\n        .who-about-mission {\r\n            padding: 100px 0;\r\n            background: white;\r\n        }\r\n        \r\n        .who-about-section-badge {\r\n            display: inline-block;\r\n            background: var(--who-about-gradient);\r\n            color: white;\r\n            padding: 8px 20px;\r\n            border-radius: 50px;\r\n            font-size: 0.85rem;\r\n            font-weight: 600;\r\n            margin-bottom: 20px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n        \r\n        .who-about-section-title {\r\n            font-size: 2.5rem;\r\n            font-weight: 800;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 20px;\r\n            line-height: 1.2;\r\n        }\r\n        \r\n        .who-about-section-subtitle {\r\n            font-size: 1.2rem;\r\n            color: var(--who-about-gray);\r\n            margin-bottom: 40px;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        .who-about-mission-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .who-about-mission-card {\r\n            text-align: center;\r\n            padding: 40px 30px;\r\n            background: #f8faff;\r\n            border-radius: 20px;\r\n            transition: all 0.3s;\r\n            border: 1px solid rgba(24, 157, 203, 0.1);\r\n        }\r\n        \r\n        .who-about-mission-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 40px rgba(6, 40, 104, 0.1);\r\n        }\r\n        \r\n        .who-about-mission-icon-wrapper {\r\n            width: 80px;\r\n            height: 80px;\r\n            background: var(--who-about-gradient);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 25px;\r\n        }\r\n        \r\n        .who-about-mission-icon {\r\n            font-size: 2.5rem;\r\n            color: white;\r\n        }\r\n        \r\n        .who-about-mission-title {\r\n            font-size: 1.4rem;\r\n            font-weight: 700;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .who-about-mission-desc {\r\n            color: var(--who-about-gray);\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Story Section *\/\r\n        .who-about-story {\r\n            padding: 100px 0;\r\n            background: linear-gradient(135deg, #f8faff 0%, #e6f3ff 100%);\r\n        }\r\n        \r\n        .who-about-story-content {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 60px;\r\n            align-items: center;\r\n        }\r\n        \r\n        .who-about-story-text h3 {\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .who-about-story-text p {\r\n            color: var(--who-about-gray);\r\n            line-height: 1.8;\r\n            margin-bottom: 20px;\r\n            font-size: 1.05rem;\r\n        }\r\n        \r\n        .who-about-story-image {\r\n            position: relative;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            box-shadow: 0 20px 40px rgba(6, 40, 104, 0.15);\r\n        }\r\n        \r\n        .who-about-story-image img {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n        }\r\n        \r\n        .who-about-story-stats {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 20px;\r\n            margin-top: 40px;\r\n        }\r\n        \r\n        .who-about-stat-item {\r\n            background: white;\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            text-align: center;\r\n            border: 1px solid rgba(24, 157, 203, 0.1);\r\n        }\r\n        \r\n        .who-about-stat-number {\r\n            font-size: 2.5rem;\r\n            font-weight: 800;\r\n            background: var(--who-about-gradient);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n        \r\n        .who-about-stat-label {\r\n            color: var(--who-about-gray);\r\n            font-size: 0.95rem;\r\n            margin-top: 5px;\r\n        }\r\n        \r\n        \/* Team Section *\/\r\n        .who-about-team {\r\n            padding: 100px 0;\r\n            background: white;\r\n        }\r\n        \r\n        .who-about-team-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .who-about-team-card {\r\n            background: #f8faff;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            transition: all 0.3s;\r\n            border: 1px solid rgba(24, 157, 203, 0.1);\r\n        }\r\n        \r\n        .who-about-team-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 40px rgba(6, 40, 104, 0.15);\r\n        }\r\n        \r\n        .who-about-team-image {\r\n            height: 300px;\r\n            background: var(--who-about-gradient);\r\n            position: relative;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n        \r\n        .who-about-team-image i {\r\n            font-size: 5rem;\r\n            color: rgba(255, 255, 255, 0.8);\r\n        }\r\n        \r\n        .who-about-team-info {\r\n            padding: 30px;\r\n            text-align: center;\r\n        }\r\n        \r\n        .who-about-team-name {\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 5px;\r\n        }\r\n        \r\n        .who-about-team-role {\r\n            color: var(--who-about-secondary);\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n        }\r\n        \r\n        .who-about-team-desc {\r\n            color: var(--who-about-gray);\r\n            font-size: 0.95rem;\r\n            line-height: 1.6;\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .who-about-team-social {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 15px;\r\n        }\r\n        \r\n        .who-about-team-social a {\r\n            width: 35px;\r\n            height: 35px;\r\n            background: rgba(24, 157, 203, 0.1);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: var(--who-about-secondary);\r\n            transition: all 0.3s;\r\n        }\r\n        \r\n        .who-about-team-social a:hover {\r\n            background: var(--who-about-gradient);\r\n            color: white;\r\n            transform: translateY(-3px);\r\n        }\r\n        \r\n        \/* Values Section *\/\r\n        .who-about-values {\r\n            padding: 100px 0;\r\n            background: linear-gradient(135deg, #062868 0%, #189DCB 100%);\r\n            color: white;\r\n        }\r\n        \r\n        .who-about-values .who-about-section-title {\r\n            color: white;\r\n        }\r\n        \r\n        .who-about-values .who-about-section-subtitle {\r\n            color: rgba(255, 255, 255, 0.8);\r\n        }\r\n        \r\n        .who-about-values-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .who-about-value-card {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            border-radius: 20px;\r\n            padding: 35px 25px;\r\n            text-align: center;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n            transition: all 0.3s;\r\n        }\r\n        \r\n        .who-about-value-card:hover {\r\n            background: rgba(255, 255, 255, 0.15);\r\n            transform: translateY(-5px);\r\n        }\r\n        \r\n        .who-about-value-icon {\r\n            font-size: 3rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .who-about-value-title {\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n\t\t\t\t\t  color:#fff;\r\n        }\r\n        \r\n        .who-about-value-desc {\r\n            color: rgba(255, 255, 255, 0.8);\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Technology Section *\/\r\n        .who-about-tech {\r\n            padding: 100px 0;\r\n            background: white;\r\n        }\r\n        \r\n        .who-about-tech-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n        \r\n        .who-about-tech-item {\r\n            text-align: center;\r\n            padding: 30px 20px;\r\n            border-radius: 15px;\r\n            transition: all 0.3s;\r\n        }\r\n        \r\n        .who-about-tech-item:hover {\r\n            background: #f8faff;\r\n            transform: translateY(-5px);\r\n        }\r\n        \r\n        .who-about-tech-icon-wrapper {\r\n            width: 70px;\r\n            height: 70px;\r\n            background: linear-gradient(135deg, rgba(24, 157, 203, 0.1) 0%, rgba(6, 40, 104, 0.1) 100%);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 20px;\r\n        }\r\n        \r\n        .who-about-tech-icon {\r\n            font-size: 2rem;\r\n            background: var(--who-about-gradient);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n        \r\n        .who-about-tech-title {\r\n            font-size: 1.1rem;\r\n            font-weight: 700;\r\n            color: var(--who-about-primary);\r\n            margin-bottom: 10px;\r\n        }\r\n        \r\n        .who-about-tech-desc {\r\n            color: var(--who-about-gray);\r\n            font-size: 0.9rem;\r\n            line-height: 1.5;\r\n        }\r\n        \r\n        \/* Partners Section *\/\r\n        .who-about-partners {\r\n            padding: 80px 0;\r\n            background: #f8faff;\r\n        }\r\n        \r\n        .who-about-partners-logos {\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            flex-wrap: wrap;\r\n            gap: 60px;\r\n            margin-top: 50px;\r\n        }\r\n        \r\n        .who-about-partner-logo {\r\n            width: 150px;\r\n            height: 80px;\r\n            background: rgba(24, 157, 203, 0.1);\r\n            border-radius: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-weight: 700;\r\n            color: var(--who-about-gray);\r\n            transition: all 0.3s;\r\n            font-size: 1.2rem;\r\n        }\r\n        \r\n        .who-about-partner-logo:hover {\r\n            background: var(--who-about-gradient);\r\n            color: white;\r\n            transform: scale(1.1);\r\n        }\r\n        \r\n        \/* CTA Section *\/\r\n        .who-about-cta {\r\n            padding: 100px 0;\r\n            background: var(--who-about-gradient);\r\n            color: white;\r\n            text-align: center;\r\n        }\r\n        \r\n        .who-about-cta .who-about-section-title {\r\n            color: white;\r\n            font-size: 3rem;\r\n        }\r\n        \r\n        .who-about-cta .who-about-section-subtitle {\r\n            color: rgba(255, 255, 255, 0.9);\r\n            font-size: 1.3rem;\r\n        }\r\n        \r\n        .who-about-cta-buttons {\r\n            margin-top: 40px;\r\n            display: flex;\r\n            gap: 20px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n        \r\n        .who-about-btn-primary {\r\n            background: white;\r\n            color: var(--who-about-primary);\r\n            border: none;\r\n            padding: 15px 40px;\r\n            border-radius: 50px;\r\n            font-size: 1.1rem;\r\n            font-weight: 700;\r\n            transition: all 0.3s;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n        }\r\n        \r\n        .who-about-btn-primary:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);\r\n            color: var(--who-about-primary);\r\n        }\r\n        \r\n        .who-about-btn-secondary {\r\n            background: transparent;\r\n            color: white;\r\n            border: 2px solid white;\r\n            padding: 13px 35px;\r\n            border-radius: 50px;\r\n            font-size: 1.1rem;\r\n            font-weight: 600;\r\n            transition: all 0.3s;\r\n            text-decoration: none;\r\n            display: inline-block;\r\n        }\r\n        \r\n        .who-about-btn-secondary:hover {\r\n            background: white;\r\n            color: var(--who-about-primary);\r\n            transform: translateY(-3px);\r\n        }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .who-about-hero-title {\r\n                font-size: 2.5rem;\r\n            }\r\n            \r\n            .who-about-hero-subtitle {\r\n                font-size: 1.2rem;\r\n            }\r\n            \r\n            .who-about-story-content {\r\n                grid-template-columns: 1fr;\r\n                gap: 40px;\r\n            }\r\n            \r\n            .who-about-section-title {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .who-about-cta .who-about-section-title {\r\n                font-size: 2.5rem;\r\n            }\r\n            \r\n            .who-about-cta-buttons {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n            \r\n            .who-about-btn-primary,\r\n            .who-about-btn-secondary {\r\n                width: 100%;\r\n                max-width: 300px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"who-about-hero\">\r\n        <div class=\"container\">\r\n            <div class=\"who-about-hero-content\" data-aos=\"fade-up\">\r\n                <div class=\"who-about-breadcrumb\">\r\n                    <a href=\"#\">Home<\/a>\r\n                    <span>\u203a<\/span>\r\n                    <span>About Us<\/span>\r\n                <\/div>\r\n                <h1 class=\"who-about-hero-title text-light\">Pioneering Digital Privacy Since 2015<\/h1>\r\n                <p class=\"who-about-hero-subtitle\">We're on a mission to empower individuals and businesses with the tools and knowledge to protect their digital identity in an increasingly connected world.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Mission Section -->\r\n    <section class=\"who-about-mission\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Our Mission<\/span>\r\n                <h2 class=\"who-about-section-title\">Making Privacy Accessible to Everyone<\/h2>\r\n                <p class=\"who-about-section-subtitle\">We believe that privacy is a fundamental right. Our mission is to provide powerful, easy-to-use tools that help you understand and protect your digital footprint.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-mission-grid\">\r\n                <div class=\"who-about-mission-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"who-about-mission-icon-wrapper\">\r\n                        <i class='bx bx-shield-alt who-about-mission-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-mission-title\">Protect<\/h3>\r\n                    <p class=\"who-about-mission-desc\">Provide cutting-edge tools that protect your IP address, location data, and online activities from prying eyes.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-mission-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"who-about-mission-icon-wrapper\">\r\n                        <i class='bx bx-book-reader who-about-mission-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-mission-title\">Educate<\/h3>\r\n                    <p class=\"who-about-mission-desc\">Empower users with knowledge about digital privacy, security best practices, and emerging threats.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-mission-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"who-about-mission-icon-wrapper\">\r\n                        <i class='bx bx-rocket who-about-mission-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-mission-title\">Innovate<\/h3>\r\n                    <p class=\"who-about-mission-desc\">Continuously develop new technologies and methodologies to stay ahead of evolving privacy challenges.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Story Section -->\r\n    <section class=\"who-about-story\">\r\n        <div class=\"container\">\r\n            <div class=\"who-about-story-content\">\r\n                <div class=\"who-about-story-text\" data-aos=\"fade-right\">\r\n                    <h3>Our Journey<\/h3>\r\n                    <p>Founded in 2015 by a team of cybersecurity experts and privacy advocates, Whoer.io began as a simple IP checker tool. We recognized a growing need for comprehensive privacy protection as digital surveillance and data collection became increasingly sophisticated.<\/p>\r\n                    <p>What started as a passion project quickly evolved into a platform serving millions of users worldwide. Today, we offer a comprehensive suite of privacy tools that help individuals, businesses, and organizations protect their digital identities.<\/p>\r\n                    <p>Our commitment to privacy goes beyond our tools \u2013 we actively advocate for stronger privacy protections, contribute to open-source privacy projects, and work with policymakers to promote digital rights.<\/p>\r\n                    \r\n                    <div class=\"who-about-story-stats\">\r\n                        <div class=\"who-about-stat-item\" data-aos=\"zoom-in\" data-aos-delay=\"100\">\r\n                            <div class=\"who-about-stat-number\">10M+<\/div>\r\n                            <div class=\"who-about-stat-label\">Active Users<\/div>\r\n                        <\/div>\r\n                        <div class=\"who-about-stat-item\" data-aos=\"zoom-in\" data-aos-delay=\"200\">\r\n                            <div class=\"who-about-stat-number\">195<\/div>\r\n                            <div class=\"who-about-stat-label\">Countries<\/div>\r\n                        <\/div>\r\n                        <div class=\"who-about-stat-item\" data-aos=\"zoom-in\" data-aos-delay=\"300\">\r\n                            <div class=\"who-about-stat-number\">99.9%<\/div>\r\n                            <div class=\"who-about-stat-label\">Uptime<\/div>\r\n                        <\/div>\r\n                        <div class=\"who-about-stat-item\" data-aos=\"zoom-in\" data-aos-delay=\"400\">\r\n                            <div class=\"who-about-stat-number\">24\/7<\/div>\r\n                            <div class=\"who-about-stat-label\">Support<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"who-about-story-image\" data-aos=\"fade-left\">\r\n                    <img decoding=\"async\" src=\"https:\/\/whoer.io\/wp-content\/uploads\/2026\/02\/Our-Journey-whoer.jpg\" alt=\"Whoer.io Team\">\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Team Section -->\r\n    <section class=\"who-about-team\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Leadership Team<\/span>\r\n                <h2 class=\"who-about-section-title\">Meet the Visionaries Behind Whoer.io<\/h2>\r\n                <p class=\"who-about-section-subtitle\">Our diverse team brings together expertise from cybersecurity, privacy law, and software development to create the best privacy protection tools.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-team-grid\">\r\n                <div class=\"who-about-team-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"who-about-team-image\">\r\n                        <i class='bx bx-user'><\/i>\r\n                    <\/div>\r\n                    <div class=\"who-about-team-info\">\r\n                        <h3 class=\"who-about-team-name\">Alexandra Chen<\/h3>\r\n                        <p class=\"who-about-team-role\">CEO & Co-Founder<\/p>\r\n                        <p class=\"who-about-team-desc\">Former cybersecurity analyst at Fortune 500 companies with 15+ years in privacy protection and digital rights advocacy.<\/p>\r\n                        <div class=\"who-about-team-social\">\r\n                            <a href=\"#\"><i class='bx bxl-linkedin'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-twitter'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-github'><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"who-about-team-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"who-about-team-image\">\r\n                        <i class='bx bx-user'><\/i>\r\n                    <\/div>\r\n                    <div class=\"who-about-team-info\">\r\n                        <h3 class=\"who-about-team-name\">Marcus Rodriguez<\/h3>\r\n                        <p class=\"who-about-team-role\">CTO & Co-Founder<\/p>\r\n                        <p class=\"who-about-team-desc\">Lead architect of our privacy infrastructure. Previously built security systems for major cloud providers and government agencies.<\/p>\r\n                        <div class=\"who-about-team-social\">\r\n                            <a href=\"#\"><i class='bx bxl-linkedin'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-twitter'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-github'><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"who-about-team-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"who-about-team-image\">\r\n                        <i class='bx bx-user'><\/i>\r\n                    <\/div>\r\n                    <div class=\"who-about-team-info\">\r\n                        <h3 class=\"who-about-team-name\">Dr. Sarah Williams<\/h3>\r\n                        <p class=\"who-about-team-role\">Chief Privacy Officer<\/p>\r\n                        <p class=\"who-about-team-desc\">Privacy law expert and former regulator. Ensures our practices exceed global privacy standards and advocate for user rights.<\/p>\r\n                        <div class=\"who-about-team-social\">\r\n                            <a href=\"#\"><i class='bx bxl-linkedin'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-twitter'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-medium'><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"who-about-team-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <div class=\"who-about-team-image\">\r\n                        <i class='bx bx-user'><\/i>\r\n                    <\/div>\r\n                    <div class=\"who-about-team-info\">\r\n                        <h3 class=\"who-about-team-name\">David Kim<\/h3>\r\n                        <p class=\"who-about-team-role\">Head of Engineering<\/p>\r\n                        <p class=\"who-about-team-desc\">Leads our development team with expertise in distributed systems, cryptography, and privacy-preserving technologies.<\/p>\r\n                        <div class=\"who-about-team-social\">\r\n                            <a href=\"#\"><i class='bx bxl-linkedin'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-github'><\/i><\/a>\r\n                            <a href=\"#\"><i class='bx bxl-stack-overflow'><\/i><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Values Section -->\r\n    <section class=\"who-about-values\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Core Values<\/span>\r\n                <h2 class=\"who-about-section-title\">The Principles That Guide Us<\/h2>\r\n                <p class=\"who-about-section-subtitle\">Our values shape every decision we make and every product we build.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-values-grid\">\r\n                <div class=\"who-about-value-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <i class='bx bx-lock who-about-value-icon'><\/i>\r\n                    <h3 class=\"who-about-value-title\">Privacy First<\/h3>\r\n                    <p class=\"who-about-value-desc\">User privacy is not an afterthought \u2013 it's the foundation of everything we build and every decision we make.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-value-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <i class='bx bx-bulb who-about-value-icon'><\/i>\r\n                    <h3 class=\"who-about-value-title\">Transparency<\/h3>\r\n                    <p class=\"who-about-value-desc\">We believe in open communication about our practices, algorithms, and how we protect your data.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-value-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <i class='bx bx-lock who-about-value-icon'><\/i>\r\n                    <h3 class=\"who-about-value-title\">Security<\/h3>\r\n                    <p class=\"who-about-value-desc\">We implement military-grade security measures and continuously audit our systems to ensure maximum protection.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-value-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <i class='bx bx-heart who-about-value-icon'><\/i>\r\n                    <h3 class=\"who-about-value-title\">User-Centric<\/h3>\r\n                    <p class=\"who-about-value-desc\">Your needs and feedback drive our innovation. We're here to serve you, not exploit you.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Technology Section -->\r\n    <section class=\"who-about-tech\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Technology Stack<\/span>\r\n                <h2 class=\"who-about-section-title\">Powered by Cutting-Edge Technology<\/h2>\r\n                <p class=\"who-about-section-subtitle\">We leverage the latest advancements in cryptography, AI, and distributed systems to deliver unparalleled privacy protection.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-tech-grid\">\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"100\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-code-block who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">End-to-End Encryption<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Military-grade AES-256 encryption for all data transmissions and storage.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"200\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-server who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">Distributed Infrastructure<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Global network of servers ensuring fast, reliable service worldwide.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"300\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-bot who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">AI-Powered Detection<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Machine learning algorithms for real-time threat detection and analysis.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"400\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-data who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">Big Data Analytics<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Processing billions of data points to provide accurate insights.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"500\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-shield-alt who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">Zero-Knowledge Architecture<\/h3>\r\n                    <p class=\"who-about-tech-desc\">We can't access your data even if we wanted to.<\/p>\r\n                <\/div>\r\n                <div class=\"who-about-tech-item\" data-aos=\"fade-up\" data-aos-delay=\"600\">\r\n                    <div class=\"who-about-tech-icon-wrapper\">\r\n                        <i class='bx bx-git-branch who-about-tech-icon'><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"who-about-tech-title\">Open Source<\/h3>\r\n                    <p class=\"who-about-tech-desc\">Many of our tools are open source for community verification.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Partners Section -->\r\n    <section class=\"who-about-partners\">\r\n        <div class=\"container\">\r\n            <div class=\"text-center\" data-aos=\"fade-up\">\r\n                <span class=\"who-about-section-badge\">Trusted By<\/span>\r\n                <h2 class=\"who-about-section-title\">Partners & Certifications<\/h2>\r\n                <p class=\"who-about-section-subtitle\">We work with leading organizations and maintain industry certifications to ensure the highest standards.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"who-about-partners-logos\">\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"100\">AWS<\/div>\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"200\">Cloudflare<\/div>\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"300\">ISO 27001<\/div>\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"400\">GDPR<\/div>\r\n                <div class=\"who-about-partner-logo\" data-aos=\"zoom-in\" data-aos-delay=\"500\">SOC 2<\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- CTA Section -->\r\n    <section class=\"who-about-cta\">\r\n        <div class=\"container text-center\" data-aos=\"fade-up\">\r\n            <h2 class=\"who-about-section-title\">Ready to Take Control of Your Privacy?<\/h2>\r\n            <p class=\"who-about-section-subtitle\">Join millions who trust Whoer.io to protect their digital identity<\/p>\r\n            <div class=\"who-about-cta-buttons\">\r\n                <a href=\"#\" class=\"who-about-btn-primary\">Start Free Check<\/a>\r\n                <a href=\"#\" class=\"who-about-btn-secondary\">Contact Sales<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Bootstrap JS -->\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.0\/dist\/js\/bootstrap.bundle.min.js\"><\/script>\r\n    \r\n    <!-- AOS Animation JS -->\r\n    <script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\r\n    \r\n    <script>\r\n        \/\/ Initialize AOS\r\n        AOS.init({\r\n            duration: 800,\r\n            once: true,\r\n            offset: 100\r\n        });\r\n        \r\n        \/\/ Smooth scrolling for anchor links\r\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n            anchor.addEventListener('click', function (e) {\r\n                e.preventDefault();\r\n                const target = document.querySelector(this.getAttribute('href'));\r\n                if (target) {\r\n                    target.scrollIntoView({\r\n                        behavior: 'smooth',\r\n                        block: 'start'\r\n                    });\r\n                }\r\n            });\r\n        });\r\n        \r\n        \/\/ Animate stats on scroll\r\n        const animateValue = (element, start, end, duration) => {\r\n            let startTimestamp = null;\r\n            const step = (timestamp) => {\r\n                if (!startTimestamp) startTimestamp = timestamp;\r\n                const progress = Math.min((timestamp - startTimestamp) \/ duration, 1);\r\n                element.innerHTML = Math.floor(progress * (end - start) + start) + element.dataset.suffix;\r\n                if (progress < 1) {\r\n                    window.requestAnimationFrame(step);\r\n                }\r\n            };\r\n            window.requestAnimationFrame(step);\r\n        };\r\n        \r\n        \/\/ Intersection Observer for stats animation\r\n        const statsObserver = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    const statNumbers = entry.target.querySelectorAll('.who-about-stat-number');\r\n                    statNumbers.forEach(stat => {\r\n                        const text = stat.textContent;\r\n                        if (text.includes('M+')) {\r\n                            stat.dataset.suffix = 'M+';\r\n                            animateValue(stat, 0, 10, 2000);\r\n                        } else if (text.includes('%')) {\r\n                            stat.dataset.suffix = '%';\r\n                            animateValue(stat, 0, 99, 2000);\r\n                        } else {\r\n                            stat.dataset.suffix = '+';\r\n                            animateValue(stat, 0, 195, 2000);\r\n                        }\r\n                    });\r\n                    statsObserver.unobserve(entry.target);\r\n                }\r\n            });\r\n        });\r\n        \r\n        const statsSection = document.querySelector('.who-about-story-stats');\r\n        if (statsSection) {\r\n            statsObserver.observe(statsSection);\r\n        }\r\n        \r\n        \/\/ Add parallax effect to hero section\r\n\/\/         window.addEventListener('scroll', () => {\r\n\/\/             const scrolled = window.pageYOffset;\r\n\/\/             const hero = document.querySelector('.who-about-hero');\r\n\/\/             if (hero && scrolled < hero.offsetHeight) {\r\n\/\/                 hero.style.transform = `translateY(${scrolled * 0.5}px)`;\r\n\/\/             }\r\n\/\/         });\r\n    <\/script>\r\n\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:divi\/placeholder \/-->","_et_gb_content_width":"","footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/whoer.io\/wp-json\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/whoer.io\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/whoer.io\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/whoer.io\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/whoer.io\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":4,"href":"https:\/\/whoer.io\/wp-json\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":60,"href":"https:\/\/whoer.io\/wp-json\/wp\/v2\/pages\/29\/revisions\/60"}],"wp:attachment":[{"href":"https:\/\/whoer.io\/wp-json\/wp\/v2\/media?parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}