{"id":130,"date":"2026-03-29T08:58:18","date_gmt":"2026-03-29T08:58:18","guid":{"rendered":"https:\/\/blueagency.io\/?page_id=130"},"modified":"2026-03-29T11:00:38","modified_gmt":"2026-03-29T11:00:38","slug":"our-story","status":"publish","type":"page","link":"https:\/\/blueagency.io\/?page_id=130","title":{"rendered":"Our Story"},"content":{"rendered":"\n<style>\n\/* --- ABOUT HERO GRID --- *\/\n.about-hero {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr; \n    gap: 50px;\n    align-items: center;\n    margin-bottom: 40px;\n}\n\n\/* --- IMAGE OVERLAP DESIGN --- *\/\n.image-grid-wrapper {\n    position: relative;\n    width: 100%;\n    padding: 20px;\n}\n\n.image-grid-wrapper::after {\n    content: '';\n    position: absolute;\n    top: -5px;\n    right: 0px;\n    width: 140px;\n    height: 140px;\n    background: radial-gradient(circle, rgba(36,93,255,0.15) 20%, transparent 20%), radial-gradient(circle, rgba(36,93,255,0.15) 20%, transparent 20%);\n    background-size: 20px 20px;\n    background-position: 0 0, 10px 10px;\n    z-index: 0;\n    border-radius: 50%;\n}\n\n.photo-layout {\n    position: relative;\n    width: 100%;\n    height: 520px; \n    z-index: 2;\n}\n\n.photo-main {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 70%;\n    height: 80%;\n    object-fit: cover;\n    object-position: center 20%;\n    border-radius: 16px;\n    box-shadow: 0 10px 30px rgba(18,31,53,0.1);\n    transition: transform 0.3s ease;\n}\n\n.photo-secondary {\n    position: absolute;\n    bottom: 0;\n    right: 0;\n    width: 75%;\n    height: 45%;\n    object-fit: cover;\n    object-position: center;\n    border-radius: 16px;\n    border: 8px solid #ffffff;\n    box-shadow: 0 15px 35px rgba(18,31,53,0.15);\n    transition: transform 0.3s ease;\n    z-index: 3;\n}\n\n.photo-main:hover, .photo-secondary:hover {\n    transform: scale(1.02);\n    z-index: 4;\n}\n\n.floating-badge {\n    position: absolute;\n    background: #fff;\n    padding: 12px 16px;\n    border-radius: 16px;\n    box-shadow: 0 15px 35px rgba(18,31,53,.15);\n    font-weight: 700;\n    font-size: 14px;\n    color: #111827;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    border: 1px solid #cbd5e1;\n    z-index: 5;\n}\n\n.floating-badge.bottom-right { bottom: 20px; left: -10px; }\n\n\/* --- TIMELINE --- *\/\n.timeline {\n    margin-top: 32px;\n    position: relative;\n}\n\n.timeline::before {\n    content: '';\n    position: absolute;\n    left: 11px;\n    top: 5px;\n    bottom: 5px;\n    width: 2px;\n    background: #cbd5e1;\n    z-index: 0;\n}\n\n.timeline-progress {\n    position: absolute;\n    left: 11px;\n    top: 5px;\n    bottom: 5px;\n    width: 2px;\n    background: #245dff;\n    z-index: 1;\n    transform-origin: top;\n    transform: scaleY(0);\n    animation: drawLine 5s linear forwards;\n}\n\n@keyframes drawLine {\n    0% { transform: scaleY(0); }\n    100% { transform: scaleY(1); }\n}\n\n.timeline-item {\n    position: relative;\n    padding-left: 40px;\n    margin-bottom: 24px;\n}\n\n.timeline-item:last-child { margin-bottom: 0; }\n\n.timeline-dot {\n    position: absolute;\n    left: 0;\n    top: 4px;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: #ffffff;\n    border: 2px solid #cbd5e1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 2;\n}\n\n@keyframes fillDot {\n    100% {\n        background: #245dff;\n        border-color: #245dff;\n        box-shadow: 0 0 0 4px rgba(36,93,255,.2);\n    }\n}\n\n.timeline-item:nth-child(2) .timeline-dot { animation: fillDot 0.2s forwards; animation-delay: 0s; }   \n.timeline-item:nth-child(3) .timeline-dot { animation: fillDot 0.2s forwards; animation-delay: 1.6s; }  \n.timeline-item:nth-child(4) .timeline-dot { animation: fillDot 0.2s forwards; animation-delay: 3.3s; }  \n.timeline-item:nth-child(5) .timeline-dot { animation: fillDot 0.2s forwards; animation-delay: 5s; }    \n\n.timeline-year {\n    font-weight: 900;\n    color: #245dff;\n    font-size: 14px;\n    margin-bottom: 4px;\n    letter-spacing: 0.05em;\n}\n\n.timeline-content h4 {\n    margin: 0 0 6px 0;\n    font-size: 16px;\n    color: #111827;\n}\n\n.timeline-content p {\n    font-size: 14px;\n}\n\n\/* --- CTA BUTTON --- *\/\n.cta-wrapper {\n    margin: 24px 0;\n    display: flex;\n    justify-content: flex-start; \/* aligned left *\/\n    min-height: 50px;\n    padding: 0;\n}\n\n.magic-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: #245dff;\n    color: #ffffff !important;\n    padding: 12px 24px;\n    border-radius: 8px;\n    font-weight: 600;\n    font-size: 15px;\n    text-decoration: none;\n    box-shadow: 0 10px 25px rgba(36,93,255,0.25);\n\n    width: auto;\n    text-align: center;\n\n    opacity: 0;\n    transform: translateY(15px);\n    pointer-events: none;\n\n    animation: popInButton 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;\n    animation-delay: 0.2s;\n    transition: background-color 0.3s ease, transform 0.2s ease;\n}\n\n.magic-btn:hover {\n    background-color: #1a45cc;\n    transform: translateY(-2px);\n}\n\n@keyframes popInButton {\n    to {\n        opacity: 1;\n        transform: translateY(0);\n        pointer-events: auto;\n    }\n}\n\n\/* --- RESPONSIVE MOBILE --- *\/\n@media (max-width: 900px) {\n    .about-hero { grid-template-columns: 1fr; }\n    .photo-layout { height: 450px; }\n    .floating-badge.bottom-right { right: 0px; left: auto; bottom: 10px; }\n}\n\n@media (max-width: 600px) {\n    .magic-btn {\n        padding: 10px 20px;\n        font-size: 14px;\n    }\n}\n<\/style>\n\n<div class=\"panel\" style=\"margin-top: 40px; padding: 40px;\">\n    <div class=\"about-hero\">\n        <div>\n            <span class=\"badge violet\" style=\"margin-bottom: 16px;\">About Us &#038; History<\/span>\n            <h2 style=\"font-size: 36px; margin-bottom: 20px;\">Born from IT practice.<br>Built for the AI future.<\/h2>\n            \n            <!-- CTA aligned left under headline -->\n            <div class=\"cta-wrapper\">\n                <a href=\"https:\/\/calendar.app.google\/Y6YxDyiW3iWmy4yH7\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"magic-btn\">\n                    Let&#8217;s talk\n                <\/a>\n            <\/div>\n\n            <p class=\"lead\" style=\"margin-bottom: 24px;\">\n                I am Karl Pusch, founder of blueagency.io. My goal is simple: <strong>protect businesses and significantly ease their workload.<\/strong> With over two decades of experience in IT infrastructure, data protection, and deep business processes, I know exactly where the daily pain points lie. We don&#8217;t build gimmicks; we build AI agents that do real work.\n            <\/p>\n\n            <div class=\"timeline\">\n                <div class=\"timeline-progress\"><\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">2003<\/div>\n                        <h4>Roots in Enterprise IT<\/h4>\n                        <p>Started in the HP training center and implementing robust Novell solutions. This is where I learned the importance of stable systems for businesses.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">Growth<\/div>\n                        <h4>Communication &#038; Full Service<\/h4>\n                        <p>Building deep expertise through IP telephone systems. Founding and scaling my own IT company and a full-service provider for internet lines and VoIP.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">The Pivot<\/div>\n                        <h4>Sale &#038; Focus on Data Protection<\/h4>\n                        <p>Successful sale of the IT company. Shifting focus to the most important asset of digitalization: data. Development of <em>blueoceanprivacy.io<\/em> in the context of the emerging AI wave.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <div class=\"timeline-year\">TODAY<\/div>\n                        <h4>Full Throttle AI Agents<\/h4>\n                        <p>With <strong>blueagency.io<\/strong>, we bring it all together: deep process knowledge, uncompromising data protection, and state-of-the-art AI. We automate what holds you back, so you can focus on what matters.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"image-grid-wrapper\">\n            <div class=\"photo-layout\">\n                <img decoding=\"async\" src=\"https:\/\/blueagency.io\/wp-content\/uploads\/2026\/03\/karl-pusch.jpg\" alt=\"Karl Pusch\" class=\"photo-main\">\n                <img decoding=\"async\" src=\"https:\/\/blueagency.io\/wp-content\/uploads\/2026\/03\/karl-pusch-kunde.jpg\" alt=\"Karl Pusch mit Kunden\" class=\"photo-secondary\">\n            <\/div>\n            \n            <div class=\"floating-badge bottom-right\">\n                <span style=\"font-size: 18px;\">\u2699\ufe0f<\/span> 20+ Years IT Experience\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>About Us &#038; History Born from IT practice.Built for the AI future. Let&#8217;s talk I am Karl Pusch, founder of blueagency.io. My goal is simple: protect businesses and significantly ease their workload. With over two decades of experience in IT infrastructure, data protection, and deep business processes, I know exactly where the daily pain points [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-130","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blueagency.io\/index.php?rest_route=\/wp\/v2\/pages\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blueagency.io\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blueagency.io\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blueagency.io\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blueagency.io\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=130"}],"version-history":[{"count":5,"href":"https:\/\/blueagency.io\/index.php?rest_route=\/wp\/v2\/pages\/130\/revisions"}],"predecessor-version":[{"id":170,"href":"https:\/\/blueagency.io\/index.php?rest_route=\/wp\/v2\/pages\/130\/revisions\/170"}],"wp:attachment":[{"href":"https:\/\/blueagency.io\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}