{"id":8682,"date":"2026-02-12T14:45:40","date_gmt":"2026-02-12T14:45:40","guid":{"rendered":"https:\/\/octopussignage.com\/?page_id=8682"},"modified":"2026-02-12T15:36:44","modified_gmt":"2026-02-12T15:36:44","slug":"octoai","status":"publish","type":"page","link":"https:\/\/octopussignage.com\/en\/octoai\/","title":{"rendered":"OctoAI"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"8682\" class=\"elementor elementor-8682\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bdbf022 e-flex e-con-boxed e-con e-parent\" data-id=\"bdbf022\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-593e824 elementor-widget elementor-widget-html\" data-id=\"593e824\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"tr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>OctoAI - Design, Manage, Protect: Integrated AI Ecosystem<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;600;700;800;900&family=Manrope:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --Text-White: #FFF;\n            --Text-Body: #AEAEB8;\n            --Background: #1C201C;\n            --Card-Background: #121512;\n            --Accent-Color: #00FF44;\n            --Border-Color: rgba(255, 255, 255, 0.10);\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            background-color: var(--Background);\n            color: var(--Text-White);\n            font-family: 'Manrope', -apple-system, Roboto, Helvetica, sans-serif;\n            line-height: 1.6;\n        }\n\n        .container {\n            width: 100%;\n            max-width: 1008px;\n            margin: 0 auto;\n            padding: 100px 20px;\n        }\n\n        \/* Badge Styling *\/\n        .badge {\n            display: inline-flex;\n            padding: 6px 16px;\n            justify-content: center;\n            align-items: center;\n            border-radius: 99px;\n            border: 1px solid rgba(255, 255, 255, 0.10);\n            background: linear-gradient(93deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);\n            box-shadow: 0 0 0 0 #E5E5E8 inset, 0 -1px 4px 0 rgba(0, 0, 0, 0.25) inset;\n            font-family: 'Manrope', sans-serif;\n            font-size: 13px;\n            font-weight: 500;\n            line-height: 18px;\n            color: rgba(255, 255, 255, 1);\n        }\n\n        \/* Heading Section *\/\n        .heading {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            gap: 20px;\n            margin-bottom: 74px;\n            text-align: center;\n        }\n\n        .main-heading {\n            width: 100%;\n            max-width: 800px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .gradient-text {\n            font-family: 'Roboto', sans-serif;\n            font-size: 50px;\n            font-weight: 600;\n            line-height: 48px;\n            letter-spacing: -1.82px;\n            background: linear-gradient(90deg, #0F0 0%, #CAFFCA 51.92%, #FFF 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            max-width: 523px;\n            margin: 0 auto;\n        }\n\n        .description {\n            font-family: 'Manrope', sans-serif;\n            font-size: 16px;\n            font-weight: 400;\n            line-height: 26px;\n            color: rgba(174, 174, 184, 1);\n            max-width: 100%;\n        }\n\n        \/* Features Section *\/\n        .features {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            gap: 32px;\n        }\n\n        .features-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 16px;\n            width: 100%;\n        }\n\n        .feature-card {\n            display: flex;\n            padding: 32px;\n            flex-direction: column;\n            align-items: flex-start;\n            gap: 20px;\n            border-radius: 30px;\n            background: var(--Card-Background);\n            position: relative;\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(0, 255, 68, 0.1);\n        }\n\n        .icon-wrapper {\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n\n        .feature-content {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .feature-title {\n            font-family: 'Inter', sans-serif;\n            font-size: 20px;\n            font-weight: 600;\n            line-height: 28px;\n            color: rgba(255, 255, 255, 1);\n        }\n\n        .feature-description {\n            font-family: 'Manrope', sans-serif;\n            font-size: 16px;\n            font-weight: 400;\n            line-height: 26px;\n            color: rgba(174, 174, 184, 1);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .container {\n                padding: 60px 16px;\n            }\n\n            .gradient-text {\n                font-size: 36px;\n                line-height: 40px;\n                letter-spacing: -1px;\n            }\n\n            .description {\n                font-size: 14px;\n                line-height: 24px;\n            }\n\n            .features-row {\n                grid-template-columns: 1fr;\n            }\n\n            .feature-card {\n                padding: 24px;\n                gap: 16px;\n            }\n\n            .heading {\n                margin-bottom: 48px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .container {\n                padding: 40px 12px;\n            }\n\n            .gradient-text {\n                font-size: 28px;\n                line-height: 32px;\n            }\n\n            .badge {\n                font-size: 11px;\n                padding: 5px 12px;\n            }\n\n            .feature-card {\n                padding: 20px;\n            }\n\n            .feature-title {\n                font-size: 18px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Heading Section -->\n        <div class=\"heading\">\n            <!-- Badge -->\n            <div class=\"badge\">Welcome OctoAI<\/div>\n\n            <!-- Main Content -->\n            <div class=\"main-heading\">\n                <h1 class=\"gradient-text\">Design, Manage, Protect: Integrated AI Ecosystem<\/h1>\n                <p class=\"description\">Meet the Octopus AI ecosystem: Develop strategies with the AI Content Advisor, produce content in seconds with the AI Designer, and ensure your hardware health with AI Technical.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Features Section -->\n        <div class=\"features\">\n            <div class=\"features-row\">\n                <!-- Feature 1: AI Technical -->\n                <div class=\"feature-card\">\n                    <div class=\"icon-wrapper\">\n                        <svg width=\"40\" height=\"40\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M31.8667 24.8984L32.4 25.9818C32.6667 26.5151 33.35 27.0151 33.9167 27.1151L34.6334 27.2318C36.8167 27.5984 37.3167 29.1984 35.7667 30.7651L35.1 31.4318C34.65 31.8818 34.4167 32.7484 34.55 33.3818L34.6334 33.7818C35.2334 36.4151 33.8334 37.4318 31.55 36.0484L31.0667 35.7484C30.4833 35.3984 29.5167 35.3984 28.9334 35.7484L28.45 36.0484C26.15 37.4318 24.7667 36.4151 25.3667 33.7818L25.45 33.3818C25.5834 32.7651 25.35 31.8818 24.9 31.4318L24.2333 30.7651C22.6833 29.1818 23.1833 27.5984 25.3667 27.2318L26.0833 27.1151C26.6667 27.0151 27.3333 26.5151 27.6 25.9818L28.1333 24.8984C29.1667 22.8151 30.8334 22.8151 31.8667 24.8984Z\" fill=\"url(#paint0_linear_1)\"\/>\n                            <path d=\"M26.9835 3.33594H13.0168C6.95016 3.33594 3.3335 6.9526 3.3335 13.0193V26.9859C3.3335 33.0526 6.95016 36.6693 13.0168 36.6693H21.8168C22.4002 36.6693 22.8168 36.0693 22.7502 35.4859C22.6835 34.8526 22.7168 34.1026 22.9168 33.2359C22.9502 33.1193 22.9168 32.9859 22.8168 32.8859L22.4502 32.5193C21.0335 31.0859 20.5168 29.3526 21.0168 27.7693C21.5335 26.2026 22.9668 25.1026 24.9502 24.7693L25.4502 24.6859L25.9002 23.7859C26.8168 21.9193 28.3168 20.8359 30.0002 20.8359C31.6835 20.8359 33.1835 21.9193 34.1002 23.7859L34.3502 24.3026C34.4668 24.5526 34.7002 24.7193 34.9668 24.7693C35.1168 24.8026 35.2668 24.8359 35.4168 24.8693C36.0002 25.0193 36.6668 24.5526 36.6668 23.9359V13.0193C36.6668 6.9526 33.0502 3.33594 26.9835 3.33594ZM27.1002 14.9359L23.2502 19.9026C22.7668 20.5193 22.0835 20.9193 21.3002 21.0026C20.5335 21.1026 19.7502 20.8859 19.1502 20.4026L16.1002 18.0359C15.9835 17.9359 15.8502 17.9359 15.7835 17.9526C15.7168 17.9526 15.6002 17.9859 15.5002 18.1193L11.5335 23.2693C11.2835 23.5859 10.9168 23.7526 10.5335 23.7526C10.2668 23.7526 10.0002 23.6693 9.76683 23.4859C9.21683 23.0693 9.11683 22.2859 9.5335 21.7359L13.5002 16.5859C13.9835 15.9693 14.6668 15.5693 15.4502 15.4693C16.2335 15.3693 17.0002 15.5859 17.6168 16.0693L20.6668 18.4693C20.7835 18.5693 20.9002 18.5526 20.9835 18.5526C21.0502 18.5526 21.1668 18.5193 21.2668 18.3859L25.1168 13.4193C25.5335 12.8693 26.3168 12.7693 26.8668 13.2026C27.4335 13.6193 27.5168 14.4026 27.1002 14.9359Z\" fill=\"url(#paint1_linear_1)\"\/>\n                            <defs>\n                                <lineargradient id=\"paint0_linear_1\" x1=\"30\" y1=\"23.3359\" x2=\"30\" y2=\"36.6667\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                                <lineargradient id=\"paint1_linear_1\" x1=\"20.0002\" y1=\"3.33594\" x2=\"20.0002\" y2=\"36.6693\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                            <\/defs>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <div class=\"feature-title\">AI Technical<\/div>\n                        <div class=\"feature-description\">Our AI continuously monitors display hardware to prevent glitches, ensuring your visual network remains flawless 24\/7.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 2: AI Content Advisor -->\n                <div class=\"feature-card\">\n                    <div class=\"icon-wrapper\">\n                        <svg width=\"40\" height=\"40\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M25.6501 8.68021L28.0001 13.3802C28.3167 14.0302 29.1667 14.6469 29.8834 14.7802L34.1334 15.4802C36.8501 15.9302 37.4834 17.8969 35.5334 19.8635L32.2167 23.1802C31.6667 23.7302 31.3501 24.8135 31.5334 25.5969L32.4834 29.6969C33.2334 32.9302 31.5001 34.1969 28.6501 32.4969L24.6667 30.1302C23.9501 29.6969 22.7501 29.6969 22.0334 30.1302L18.0501 32.4969C15.2001 34.1802 13.4667 32.9302 14.2167 29.6969L15.1667 25.5969C15.3167 24.7969 15.0001 23.7135 14.4501 23.1635L11.1334 19.8469C9.1834 17.8969 9.81673 15.9302 12.5334 15.4635L16.7834 14.7635C17.5001 14.6469 18.3501 14.0135 18.6667 13.3635L21.0167 8.66355C22.3001 6.13021 24.3667 6.13021 25.6501 8.68021Z\" fill=\"url(#paint0_linear_2)\"\/>\n                            <path d=\"M13.3335 9.58594H3.3335C2.65016 9.58594 2.0835 9.01927 2.0835 8.33594C2.0835 7.6526 2.65016 7.08594 3.3335 7.08594H13.3335C14.0168 7.08594 14.5835 7.6526 14.5835 8.33594C14.5835 9.01927 14.0168 9.58594 13.3335 9.58594Z\" fill=\"url(#paint1_linear_2)\"\/>\n                            <path d=\"M8.3335 32.9141H3.3335C2.65016 32.9141 2.0835 32.3474 2.0835 31.6641C2.0835 30.9807 2.65016 30.4141 3.3335 30.4141H8.3335C9.01683 30.4141 9.5835 30.9807 9.5835 31.6641C9.5835 32.3474 9.01683 32.9141 8.3335 32.9141Z\" fill=\"url(#paint2_linear_2)\"\/>\n                            <path d=\"M5.00016 21.25H3.3335C2.65016 21.25 2.0835 20.6833 2.0835 20C2.0835 19.3167 2.65016 18.75 3.3335 18.75H5.00016C5.6835 18.75 6.25016 19.3167 6.25016 20C6.25016 20.6833 5.6835 21.25 5.00016 21.25Z\" fill=\"url(#paint3_linear_2)\"\/>\n                            <defs>\n                                <lineargradient id=\"paint0_linear_2\" x1=\"23.3334\" y1=\"6.76562\" x2=\"23.3334\" y2=\"33.2529\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                                <lineargradient id=\"paint1_linear_2\" x1=\"8.3335\" y1=\"7.08594\" x2=\"8.3335\" y2=\"9.58594\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                                <lineargradient id=\"paint2_linear_2\" x1=\"5.8335\" y1=\"30.4141\" x2=\"5.8335\" y2=\"32.9141\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                                <lineargradient id=\"paint3_linear_2\" x1=\"4.16683\" y1=\"18.75\" x2=\"4.16683\" y2=\"21.25\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                            <\/defs>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <div class=\"feature-title\">AI Content Advisor<\/div>\n                        <div class=\"feature-description\">Turn data into action. Our AI analyzes display coverage to suggest optimizations\u2014like higher video ratios\u2014for peak performance 24\/7.<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Feature 3: AI Designer -->\n                <div class=\"feature-card\">\n                    <div class=\"icon-wrapper\">\n                        <svg width=\"40\" height=\"40\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M32.4999 12.5021L30.0166 14.9854L25.0166 9.98542L27.4999 7.50208C28.1999 6.80208 29.0999 6.46875 29.9999 6.46875C30.8999 6.46875 31.7999 6.80208 32.4999 7.50208C33.8833 8.88542 33.8833 11.1188 32.4999 12.5021Z\" fill=\"url(#paint0_linear_3)\"\/>\n                            <path d=\"M28.8501 16.1641L10.8334 34.1641C9.45007 35.5474 7.21673 35.5474 5.8334 34.1641C4.45007 32.7807 4.45007 30.5474 5.8334 29.1641L23.8501 11.1641L28.8501 16.1641Z\" fill=\"url(#paint1_linear_3)\"\/>\n                            <path d=\"M16.5835 5.83678L17.2669 3.52011C17.3335 3.30345 17.2669 3.07011 17.1169 2.90345C16.9669 2.73678 16.7002 2.67011 16.4835 2.73678L14.1669 3.42011L11.8502 2.73678C11.6335 2.67011 11.4002 2.73678 11.2335 2.88678C11.0669 3.05345 11.0169 3.28678 11.0835 3.50345L11.7502 5.83678L11.0669 8.15345C11.0002 8.37011 11.0669 8.60345 11.2169 8.77011C11.3835 8.93678 11.6169 8.98678 11.8335 8.92011L14.1669 8.25345L16.4835 8.93678C16.5502 8.95345 16.6002 8.97011 16.6669 8.97011C16.8335 8.97011 16.9835 8.90345 17.1169 8.78678C17.2835 8.62011 17.3335 8.38678 17.2669 8.17011L16.5835 5.83678Z\" fill=\"url(#paint2_linear_3)\"\/>\n                            <path d=\"M9.91653 15.8368L10.5999 13.5201C10.6665 13.3034 10.5999 13.0701 10.4499 12.9034C10.2832 12.7368 10.0499 12.6868 9.8332 12.7534L7.49987 13.4201L5.1832 12.7368C4.96653 12.6701 4.7332 12.7368 4.56653 12.8868C4.39987 13.0534 4.34987 13.2868 4.41653 13.5034L5.0832 15.8368L4.39987 18.1534C4.3332 18.3701 4.39987 18.6034 4.54987 18.7701C4.71653 18.9368 4.94987 18.9868 5.16653 18.9201L7.4832 18.2368L9.79987 18.9201C9.84987 18.9368 9.91653 18.9368 9.9832 18.9368C10.1499 18.9368 10.2999 18.8701 10.4332 18.7534C10.5999 18.5868 10.6499 18.3534 10.5832 18.1368L9.91653 15.8368Z\" fill=\"url(#paint3_linear_3)\"\/>\n                            <path d=\"M34.9167 24.1666L35.6 21.8499C35.6667 21.6333 35.6 21.3999 35.45 21.2333C35.2834 21.0666 35.05 21.0166 34.8334 21.0833L32.5167 21.7666L30.2 21.0833C29.9834 21.0166 29.75 21.0833 29.5834 21.2333C29.4167 21.3999 29.3667 21.6333 29.4334 21.8499L30.1167 24.1666L29.4334 26.4833C29.3667 26.6999 29.4334 26.9333 29.5834 27.0999C29.75 27.2666 29.9834 27.3166 30.2 27.2499L32.5167 26.5666L34.8334 27.2499C34.8834 27.2666 34.95 27.2666 35.0167 27.2666C35.1834 27.2666 35.3334 27.1999 35.4667 27.0833C35.6334 26.9166 35.6834 26.6833 35.6167 26.4666L34.9167 24.1666Z\" fill=\"url(#paint4_linear_3)\"\/>\n                            <defs>\n                                <lineargradient id=\"paint0_linear_3\" x1=\"29.277\" y1=\"6.46875\" x2=\"29.277\" y2=\"14.9854\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                                <lineargradient id=\"paint1_linear_3\" x1=\"16.823\" y1=\"11.1641\" x2=\"16.823\" y2=\"35.2016\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                                <lineargradient id=\"paint2_linear_3\" x1=\"14.1682\" y1=\"2.71094\" x2=\"14.1682\" y2=\"8.97011\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                                <lineargradient id=\"paint3_linear_3\" x1=\"7.49987\" y1=\"12.7109\" x2=\"7.49987\" y2=\"18.9487\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                                <lineargradient id=\"paint4_linear_3\" x1=\"32.525\" y1=\"21.0547\" x2=\"32.525\" y2=\"27.2785\" gradientunits=\"userSpaceOnUse\">\n                                    <stop stop-color=\"white\"\/>\n                                    <stop offset=\"1\" stop-color=\"#95FF84\"\/>\n                                <\/lineargradient>\n                            <\/defs>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"feature-content\">\n                        <div class=\"feature-title\">AI Designer<\/div>\n                        <div class=\"feature-description\">Turn ideas into brand-ready visuals. Describe your needs, and the AI populates custom templates with high-res media. You provide the vision; AI handles production.<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-84178e3 e-con-full e-flex e-con e-parent\" data-id=\"84178e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6aa3de8 elementor-widget elementor-widget-html\" data-id=\"6aa3de8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  Elementor usage:\n  - Add an \"HTML\" widget\n  - Paste EVERYTHING from this file\n-->\n\n<section class=\"octoai-why-section\">\n  <style>\n    \/* Optional: load fonts to match Figma *\/\n    @import url(\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600&family=Roboto:wght@400;500;600&display=swap\");\n\n    .octoai-why-section {\n      background: #1C201C;\n      width: 100%;\n      overflow-x: hidden;\n\n      \/* Figma export variables (scoped; avoids global :root pollution) *\/\n      --Text-White: #fff;\n      --Text-Body: #aeaeb8;\n      --Colors-Primary-700: #00b500;\n      --Colors-Primary-950: #050;\n      --White: #fff;\n    }\n\n    .octoai-why-section,\n    .octoai-why-section * {\n      box-sizing: border-box;\n    }\n\n    \/* Helps prevent flex children causing horizontal overflow *\/\n    .octoai-why-section [layer-name=\"Container\"],\n    .octoai-why-section [layer-name=\"Left\"],\n    .octoai-why-section [layer-name=\"Right\"] {\n      min-width: 0;\n    }\n\n    \/* Wrapper used by the mobile scaler script *\/\n    .octoai-why-section .octoai-scale-wrap {\n      width: 100%;\n      max-width: 100%;\n      align-self: stretch;\n      overflow: hidden;\n    }\n\n    \/* Center the 1440px design inside Elementor *\/\n    .octoai-why-section [layer-name=\"Why Choose ClayAI\"] {\n      width: 100% !important;\n      max-width: 1440px !important;\n      margin: 0 auto !important;\n    }\n\n    \/* Keep inner 1008px container responsive *\/\n    .octoai-why-section [layer-name=\"Why Choose ClayAI\"] > [layer-name=\"Container\"] {\n      width: 100% !important;\n      max-width: 1008px !important;\n    }\n\n    \/* Make the 640 heading block fluid *\/\n    .octoai-why-section [layer-name=\"Heading\"] {\n      width: 100% !important;\n    }\n    .octoai-why-section [layer-name=\"Heading\"] > div[style*=\"width:640px\"] {\n      width: 100% !important;\n      max-width: 640px !important;\n    }\n\n    \/* Main title gradient (green -> white) *\/\n    .octoai-why-section [layer-name=\"One Intelligence for All Your Screens\"] {\n      white-space: nowrap;\n    }\n    .octoai-why-section [layer-name=\"One Intelligence for All Your Screens\"] span {\n      display: inline-block;\n      background: linear-gradient(90deg, #00bd45 0%, #ffffff 72%);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent !important;\n      -webkit-text-fill-color: transparent;\n      white-space: nowrap;\n\n      \/* Keep one line by scaling down when needed *\/\n      font-size: clamp(14px, 4.2vw, 50px) !important;\n      line-height: 1.05 !important;\n    }\n\n    \/* Responsive stacking *\/\n    @media (max-width: 1024px) {\n      .octoai-why-section [layer-name=\"Why Choose ClayAI\"] {\n        padding: 56px !important;\n        gap: 72px !important;\n      }\n\n      .octoai-why-section\n        [layer-name=\"Why Choose ClayAI\"]\n        > [layer-name=\"Container\"]\n        > [layer-name=\"Container\"] {\n        width: 100% !important;\n        flex-direction: column !important;\n      }\n\n      .octoai-why-section [layer-name=\"Left\"],\n      .octoai-why-section [layer-name=\"Right\"] {\n        width: 100% !important;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .octoai-why-section [layer-name=\"Why Choose ClayAI\"] {\n        padding: 28px !important;\n        gap: 52px !important;\n      }\n    }\n  <\/style>\n\n  <!-- Figma selected node: Why Choose ClayAI -->\n  <div layer-name=\"Why Choose ClayAI\" style=\"display:flex;width:1440px;padding:96px;flex-direction:column;align-items:center;gap:100px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.00) 20%);overflow:hidden;position:relative\"><div layer-name=\"Heading\" style=\"display:flex;max-width:640px;flex-direction:column;justify-content:center;align-items:center;gap:24px;position:relative\"><div layer-name=\"Feature Badge\" data-component-name=\"Feature Badge\" style=\"display:flex;padding:6px 16px;justify-content:center;align-items:center;border-radius:99px;border:1px solid rgba(255, 255, 255, 0.10);background:var(--clayai-framer-website-linear-nero-nero, linear-gradient(93deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%));box-shadow:0 0 0 0 #E5E5E8 inset, 0 -1px 4px 0 rgba(0, 0, 0, 0.25) inset;position:relative\"><div layer-name=\"CRM Design\" style=\"color:#FFF;font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:18px \/* 138.462% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:13px;color:rgba(255,255,255,1)\">Why OctoAI?<\/span><\/div><\/div><div style=\"display:flex;width:640px;flex-direction:column;align-items:center;gap:16px;position:relative\"><div layer-name=\"One Intelligence for All Your Screens\" style=\"color:#FFF;font-family:Roboto;font-size:50px;font-style:normal;font-weight:600;line-height:48px \/* 96% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:50px;color:rgba(255,255,255,1)\">One Intelligence for All Your Screens<\/span><\/div><div layer-name=\"Manage all processes from content creation to performance analysis from a single hub. Octopus takes on the operational load, allowing you to focus on efficiency.\" style=\"align-self:stretch;color:#AEAEB8;text-align:center;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:26px \/* 162.5% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:16px;color:rgba(174,174,184,1)\">Manage all processes from content creation to performance analysis from a single hub. Octopus takes on the operational load, allowing you to focus on efficiency.<\/span><\/div><\/div><\/div><div layer-name=\"Container\" style=\"display:flex;width:1008px;flex-direction:column;align-items:flex-start;position:relative\"><div layer-name=\"Container\" style=\"display:flex;align-items:flex-start;gap:32px;align-self:stretch;position:relative\"><div layer-name=\"Left\" style=\"display:flex;flex-direction:column;align-items:flex-start;gap:32px;flex:1 0 0;position:relative\"><div layer-name=\"1\" style=\"display:flex;height:236px;padding:40px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch;border-radius:16px;background:linear-gradient(180deg, #02CFBA 0%, #00BD45 100%);overflow:hidden;position:relative\"><svg id=\"24492:39185\" layer-name=\"calendar-tick\" data-component-name=\"calendar-tick\" data-variant-name=\"Style=bulk\" style=\"flex-shrink:0;position:relative\" width=\"40\" height=\"40\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M27.9169 5.93593V3.33594C27.9169 2.6526 27.3502 2.08594 26.6669 2.08594C25.9835 2.08594 25.4169 2.6526 25.4169 3.33594V5.83594H14.5836V3.33594C14.5836 2.6526 14.0169 2.08594 13.3336 2.08594C12.6502 2.08594 12.0836 2.6526 12.0836 3.33594V5.93593C7.58355 6.3526 5.40022 9.03593 5.06689 13.0193C5.03355 13.5026 5.43355 13.9026 5.90022 13.9026H34.1002C34.5835 13.9026 34.9835 13.4859 34.9335 13.0193C34.6002 9.03593 32.4169 6.3526 27.9169 5.93593Z\" fill=\"#E6FFE6\"\/>\n<path opacity=\"0.4\" d=\"M35 18.0662V20.9661C35 21.9828 34.1 22.7662 33.1 22.5995C32.6333 22.5328 32.15 22.4828 31.6667 22.4828C26.6167 22.4828 22.5 26.5995 22.5 31.6495C22.5 32.4162 22.8 33.4829 23.1167 34.4495C23.4833 35.5329 22.6833 36.6495 21.5333 36.6495H13.3333C7.5 36.6495 5 33.3162 5 28.3162V18.0495C5 17.1328 5.75 16.3828 6.66667 16.3828H33.3333C34.25 16.3995 35 17.1495 35 18.0662Z\" fill=\"#E6FFE6\"\/>\n<path d=\"M31.6667 25C27.9833 25 25 27.9833 25 31.6667C25 32.9167 25.35 34.1 25.9667 35.1C27.1167 37.0333 29.2333 38.3333 31.6667 38.3333C34.1 38.3333 36.2167 37.0333 37.3667 35.1C37.9833 34.1 38.3333 32.9167 38.3333 31.6667C38.3333 27.9833 35.35 25 31.6667 25ZM35.1167 30.95L31.5667 34.2333C31.3333 34.45 31.0167 34.5667 30.7167 34.5667C30.4 34.5667 30.0833 34.45 29.8333 34.2L28.1833 32.55C27.7 32.0667 27.7 31.2667 28.1833 30.7833C28.6667 30.3 29.4667 30.3 29.95 30.7833L30.75 31.5834L33.4167 29.1167C33.9167 28.65 34.7167 28.6833 35.1833 29.1833C35.65 29.6833 35.6167 30.4667 35.1167 30.95Z\" fill=\"#E6FFE6\"\/>\n<path d=\"M14.1667 24.9989C13.7333 24.9989 13.3 24.8155 12.9833 24.5155C12.6833 24.1989 12.5 23.7655 12.5 23.3322C12.5 22.8989 12.6833 22.4656 12.9833 22.1489C13.3667 21.7656 13.95 21.5822 14.5 21.6989C14.6 21.7155 14.7 21.7489 14.8 21.7989C14.9 21.8322 15 21.8822 15.1 21.9489C15.1833 22.0156 15.2667 22.0822 15.35 22.1489C15.65 22.4656 15.8333 22.8989 15.8333 23.3322C15.8333 23.7655 15.65 24.1989 15.35 24.5155C15.2667 24.5822 15.1833 24.6489 15.1 24.7155C15 24.7822 14.9 24.8322 14.8 24.8656C14.7 24.9156 14.6 24.9489 14.5 24.9656C14.3833 24.9822 14.2667 24.9989 14.1667 24.9989Z\" fill=\"#E6FFE6\"\/>\n<path d=\"M20.0002 25C19.5668 25 19.1335 24.8166 18.8168 24.5166C18.5168 24.2 18.3335 23.7667 18.3335 23.3333C18.3335 22.9 18.5168 22.4667 18.8168 22.15C19.4502 21.5333 20.5668 21.5333 21.1835 22.15C21.4835 22.4667 21.6668 22.9 21.6668 23.3333C21.6668 23.7667 21.4835 24.2 21.1835 24.5166C20.8668 24.8166 20.4335 25 20.0002 25Z\" fill=\"#E6FFE6\"\/>\n<path d=\"M14.1667 30.8315C13.7333 30.8315 13.3 30.6481 12.9833 30.3481C12.6833 30.0315 12.5 29.5982 12.5 29.1648C12.5 28.7315 12.6833 28.2982 12.9833 27.9815C13.15 27.8315 13.3167 27.7148 13.5333 27.6315C14.15 27.3648 14.8833 27.5148 15.35 27.9815C15.65 28.2982 15.8333 28.7315 15.8333 29.1648C15.8333 29.5982 15.65 30.0315 15.35 30.3481C15.0333 30.6481 14.6 30.8315 14.1667 30.8315Z\" fill=\"#E6FFE6\"\/>\n<\/svg>\n<div style=\"display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;position:relative\"><div layer-name=\"Smart Broadcast Streaming\" style=\"align-self:stretch;color:#FFF;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:26px \/* 130% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:20px;color:rgba(255,255,255,1)\">Smart Broadcast Streaming<\/span><\/div><div layer-name=\"AI Content Advisor analyzes the most suitable ads for your target audience and the time of day, creates automated schedules, and boosts your screen revenues.\" style=\"align-self:stretch;color:#FFF;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:22px \/* 137.5% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:16px;color:rgba(255,255,255,1)\">AI Content Advisor analyzes the most suitable ads for your target audience and the time of day, creates automated schedules, and boosts your screen revenues.<\/span><\/div><\/div><\/div><div layer-name=\"3\" style=\"display:flex;padding:40px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;border-radius:16px;border:1px solid rgba(255, 255, 255, 0.20);background:radial-gradient(48.77% 44.41% at 51.18% -3.02%, #006540 0%, #071602 100%);overflow:hidden;position:relative\"><div layer-name=\"Container\" style=\"display:flex;width:408px;flex-direction:column;align-items:flex-start;gap:24px;position:relative\"><svg id=\"24492:39191\" layer-name=\"monitor\" data-component-name=\"monitor\" data-variant-name=\"Style=bulk\" style=\"position:relative\" width=\"40\" height=\"40\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path opacity=\"0.4\" d=\"M36.6168 10.6859V21.5193H3.3335V10.6859C3.3335 6.63594 6.6335 3.33594 10.6835 3.33594H29.2668C33.3168 3.33594 36.6168 6.63594 36.6168 10.6859Z\" fill=\"white\"\/>\n<path d=\"M3.3335 21.5312V21.8646C3.3335 25.9312 6.6335 29.2146 10.6835 29.2146H17.0835C18.0002 29.2146 18.7502 29.9646 18.7502 30.8813V32.4979C18.7502 33.4146 18.0002 34.1646 17.0835 34.1646H13.0502C12.3668 34.1646 11.8002 34.7312 11.8002 35.4146C11.8002 36.0979 12.3502 36.6646 13.0502 36.6646H26.9668C27.6502 36.6646 28.2168 36.0979 28.2168 35.4146C28.2168 34.7312 27.6502 34.1646 26.9668 34.1646H22.9335C22.0168 34.1646 21.2668 33.4146 21.2668 32.4979V30.8813C21.2668 29.9646 22.0168 29.2146 22.9335 29.2146H29.2835C33.3502 29.2146 36.6335 25.9146 36.6335 21.8646V21.5312H3.3335Z\" fill=\"white\"\/>\n<\/svg>\n<div style=\"display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;position:relative\"><div layer-name=\"24\/7 Screen Readiness\" style=\"align-self:stretch;color:#FFF;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:26px \/* 130% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:20px;color:rgba(255,255,255,1)\">24\/7 Screen Readiness<\/span><\/div><div layer-name=\"AI Technical keeps a pulse on your screens. It detects potential failures before they occur and autonomously manages maintenance processes.\" style=\"align-self:stretch;color:#AEAEB8;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:22px \/* 137.5% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:16px;color:rgba(174,174,184,1)\">AI Technical keeps a pulse on your screens. It detects potential failures before they occur and autonomously manages maintenance processes.<\/span><\/div><\/div><\/div><div style=\"width:409px;height:364px;position:relative\"><div style=\"width:409px;height:364px;border-radius:12px;background:rgba(0, 0, 0, 0.20);position:absolute;left:0px;top:0px\"><\/div><div style=\"width:344px;height:1px;border:1.193px dashed #E9E9E9;position:absolute;left:47px;top:146px\"><\/div><div style=\"width:344px;height:1px;border:1.193px dashed #E9E9E9;position:absolute;left:47px;top:185px\"><\/div><div style=\"width:344px;height:1px;border:1.193px dashed #E9E9E9;position:absolute;left:47px;top:224px\"><\/div><div style=\"width:344px;height:1px;border:1.193px dashed #E9E9E9;position:absolute;left:47px;top:264px\"><\/div><div style=\"width:344px;height:1px;border:1.193px dashed #E9E9E9;position:absolute;left:47px;top:303px\"><\/div><div style=\"width:102px;height:52px;position:absolute;left:19px;top:66px\"><div layer-name=\"System Status\" style=\"color:rgba(255, 255, 255, 0.50);font-family:Montserrat;font-size:14.317px;font-style:normal;font-weight:400;line-height:normal;position:absolute;left:0px;top:0px;width:102px;height:17px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:14px;color:rgba(255,255,255,0.5)\">System Status<\/span><\/div><div layer-name=\"%98\" style=\"color:#FFF;font-family:Montserrat;font-size:23.862px;font-style:normal;font-weight:600;line-height:28.634px \/* 120% *\/;letter-spacing:-0.477px;position:absolute;left:0px;top:23px;width:51px;height:29px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:24px;color:rgba(255,255,255,1)\">%98<\/span><\/div><\/div><div layer-name=\"Jan\" style=\"color:#666;font-family:Montserrat;font-size:16.703px;font-style:normal;font-weight:500;line-height:19.09px \/* 114.286% *\/;position:absolute;left:49px;top:320px;width:30px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:17px;color:rgba(102,102,102,1)\">Jan<\/span><\/div><div layer-name=\"100\" style=\"color:#666;text-align:right;font-family:Montserrat;font-size:14.317px;font-style:normal;font-weight:500;line-height:19.09px \/* 133.333% *\/;position:absolute;left:13px;top:137px;width:25px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(102,102,102,1)\">100<\/span><\/div><div layer-name=\"75\" style=\"color:#666;text-align:right;font-family:Montserrat;font-size:14.317px;font-style:normal;font-weight:500;line-height:19.09px \/* 133.333% *\/;position:absolute;left:19px;top:175px;width:17px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(102,102,102,1)\">75<\/span><\/div><div layer-name=\"50\" style=\"color:#666;text-align:right;font-family:Montserrat;font-size:14.317px;font-style:normal;font-weight:500;line-height:19.09px \/* 133.333% *\/;position:absolute;left:18px;top:214px;width:18px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(102,102,102,1)\">50<\/span><\/div><div layer-name=\"25\" style=\"color:#666;text-align:right;font-family:Montserrat;font-size:14.317px;font-style:normal;font-weight:500;line-height:19.09px \/* 133.333% *\/;position:absolute;left:19px;top:252px;width:17px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(102,102,102,1)\">25<\/span><\/div><div layer-name=\"0\" style=\"color:#666;text-align:right;font-family:Montserrat;font-size:14.317px;font-style:normal;font-weight:500;line-height:19.09px \/* 133.333% *\/;position:absolute;left:28px;top:290px;width:10px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(102,102,102,1)\">0<\/span><\/div><div layer-name=\"Feb\" style=\"color:#666;font-family:Montserrat;font-size:16.703px;font-style:normal;font-weight:500;line-height:19.09px \/* 114.286% *\/;position:absolute;left:109px;top:320px;width:32px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:17px;color:rgba(102,102,102,1)\">Feb<\/span><\/div><div layer-name=\"Mar\" style=\"color:#666;font-family:Montserrat;font-size:16.703px;font-style:normal;font-weight:500;line-height:19.09px \/* 114.286% *\/;position:absolute;left:169px;top:320px;width:33px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:17px;color:rgba(102,102,102,1)\">Mar<\/span><\/div><div layer-name=\"Apr\" style=\"color:#666;font-family:Montserrat;font-size:16.703px;font-style:normal;font-weight:500;line-height:19.09px \/* 114.286% *\/;position:absolute;left:231px;top:320px;width:31px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:17px;color:rgba(102,102,102,1)\">Apr<\/span><\/div><div layer-name=\"May\" style=\"color:#666;font-family:Montserrat;font-size:16.703px;font-style:normal;font-weight:500;line-height:19.09px \/* 114.286% *\/;position:absolute;left:291px;top:320px;width:36px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:17px;color:rgba(102,102,102,1)\">May<\/span><\/div><div layer-name=\"Jun\" style=\"color:#666;font-family:Montserrat;font-size:16.703px;font-style:normal;font-weight:500;line-height:19.09px \/* 114.286% *\/;position:absolute;left:356px;top:320px;width:32px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:17px;color:rgba(102,102,102,1)\">Jun<\/span><\/div><div style=\"width:98px;height:32px;position:absolute;left:293px;top:72px\"><div style=\"width:98px;height:32px;border-radius:27.541px;border:1.192px solid #E7E7E7;position:absolute;left:0px;top:0px\"><\/div><div layer-name=\"Month\" style=\"color:#FFF;font-family:Montserrat;font-size:14.306px;font-style:normal;font-weight:500;line-height:19.074px \/* 133.333% *\/;letter-spacing:-0.286px;position:absolute;left:14px;top:6px;width:47px;height:20px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(255,255,255,1)\">Month<\/span><\/div><svg id=\"24492:39219\" layer-name=\"bx-caret-down\" data-component-name=\"bx-caret-down\" style=\"position:absolute;left:69px;top:6px\" width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M9.53444 13.5059L15.0972 7.14844H3.97168L9.53444 13.5059Z\" fill=\"#626263\"\/>\n<\/svg>\n<\/div><div layer-name=\"99.9% Visual Reliability\" style=\"color:#FFF;font-family:Montserrat;font-size:21.476px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-0.43px;position:absolute;left:19px;top:19px;width:242px;height:26px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:21px;color:rgba(255,255,255,1)\">99.9% Visual Reliability<\/span><\/div><div layer-name=\"See reports\" style=\"color:#FFF;text-align:right;font-family:Montserrat;font-size:14.317px;font-style:normal;font-weight:500;line-height:normal;position:absolute;left:307px;top:24px;width:83px;height:17px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(255,255,255,1)\">See reports<\/span><\/div><div style=\"width:371px;height:1px;background:#F3F3F3;position:absolute;left:19px;top:55px\"><\/div><div style=\"width:28px;height:150px;border-radius:35.793px 35.793px 0 0;background:linear-gradient(0deg, #FFF 0%, #02CE38 173.21%);position:absolute;left:233px;top:154px\"><\/div><svg id=\"24492:39224\" style=\"stroke-width:1.193px;stroke:#00B500;position:absolute;left:48px;top:152px\" width=\"340\" height=\"148\" viewbox=\"0 0 340 148\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M0 148C1.98849 124.735 19.3964 66.695 67.1202 80.5349C114.844 94.3748 140.297 68.8041 147.057 54.2887L170.323 16.1097C177.282 5.57074 202.894 -9.18385 249.664 16.1097C296.433 41.4033 329.203 15.9089 339.742 0\" stroke=\"#00B500\" stroke-width=\"1.19309\"\/>\n<\/svg>\n<svg id=\"24492:39225\" style=\"fill:#050;stroke-width:1.193px;stroke:#FFF;filter:drop-shadow(0 -2.386px 9.591px rgba(0, 0, 0, 0.08));position:absolute;left:242px;top:150px\" width=\"11\" height=\"11\" viewbox=\"0 0 11 11\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<g filter=\"url(#filter0_d_24492_39225)\">\n<circle cx=\"5.36855\" cy=\"5.36855\" r=\"5.36855\" fill=\"#005500\"\/>\n<circle cx=\"5.36855\" cy=\"5.36855\" r=\"5.9651\" stroke=\"white\" stroke-width=\"1.19309\"\/>\n<\/g>\n<defs>\n<filter id=\"filter0_d_24492_39225\" x=\"-10.7842\" y=\"-13.1729\" width=\"32.3058\" height=\"32.3077\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<fecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\/>\n<feoffset dy=\"-2.38619\"\/>\n<fegaussianblur stddeviation=\"4.79568\"\/>\n<fecomposite in2=\"hardAlpha\" operator=\"out\"\/>\n<fecolormatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0\"\/>\n<feblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_24492_39225\"\/>\n<feblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_24492_39225\" result=\"shape\"\/>\n<\/filter>\n<\/defs>\n<\/svg>\n<\/div><\/div><\/div><div layer-name=\"Right\" style=\"display:flex;flex-direction:column;align-items:flex-start;gap:32px;flex:1 0 0;position:relative\"><div layer-name=\"1\" style=\"display:flex;padding:40px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;border-radius:16px;border:1px solid rgba(255, 255, 255, 0.20);background:radial-gradient(48.77% 44.41% at 51.18% -3.02%, #006540 0%, #071602 100%);overflow:hidden;position:relative\"><div layer-name=\"Container\" style=\"display:flex;width:408px;flex-direction:column;align-items:flex-start;gap:24px;position:relative\"><svg id=\"24492:39229\" layer-name=\"magic-star\" data-component-name=\"magic-star\" data-variant-name=\"Style=bulk\" style=\"position:relative\" width=\"40\" height=\"40\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M28.8164 6.89769L28.6997 13.2143C28.6831 14.081 29.2332 15.231 29.9332 15.7477L34.0665 18.881C36.7165 20.881 36.2831 23.331 33.1165 24.331L27.7332 26.0144C26.8331 26.2977 25.8832 27.281 25.6498 28.1977L24.3665 33.0977C23.3498 36.9644 20.8164 37.3477 18.7164 33.9477L15.7831 29.1977C15.2497 28.331 13.9831 27.681 12.9831 27.731L7.41648 28.0144C3.43314 28.2144 2.2998 25.9144 4.8998 22.881L8.19976 19.0477C8.81643 18.331 9.09975 16.9977 8.81642 16.0977L7.13317 10.7143C6.14984 7.54768 7.91648 5.7977 11.0665 6.83104L15.9832 8.4477C16.8165 8.71437 18.0665 8.53102 18.7665 8.01436L23.8998 4.31435C26.6665 2.31435 28.8831 3.48103 28.8164 6.89769Z\" fill=\"white\"\/>\n<path opacity=\"0.4\" d=\"M35.7334 34.1156L30.6834 29.0656C30.2 28.5823 29.4 28.5823 28.9167 29.0656C28.4334 29.549 28.4334 30.349 28.9167 30.8323L33.9667 35.8823C34.2167 36.1323 34.5334 36.249 34.85 36.249C35.1667 36.249 35.4834 36.1323 35.7334 35.8823C36.2167 35.399 36.2167 34.599 35.7334 34.1156Z\" fill=\"white\"\/>\n<\/svg>\n<div style=\"display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;position:relative\"><div layer-name=\"Instant Design with Prompt\" style=\"align-self:stretch;color:#FFF;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:26px \/* 130% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:20px;color:rgba(255,255,255,1)\">Instant Design with Prompt<\/span><\/div><div layer-name=\"Create professional screen content instantly. Just type a prompt and let AI Designer handle the rest\u2014no design skills required.\" style=\"align-self:stretch;color:#AEAEB8;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:22px \/* 137.5% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:16px;color:rgba(174,174,184,1)\">Create professional screen content instantly. Just type a prompt and let AI Designer handle the rest\u2014no design skills required.<\/span><\/div><\/div><\/div><div style=\"display:flex;width:409px;flex-direction:column;align-items:flex-start;border-radius:26.632px;position:relative\"><div style=\"width:409px;height:90.982px;position:relative\"><div style=\"width:409px;height:91px;border-radius:12px 12px 0 0;border-bottom:0.835px solid rgba(242, 242, 242, 0.10);background:rgba(0, 0, 0, 0.20);position:absolute;left:0px;top:0px\"><\/div><div style=\"width:50px;height:50px;position:absolute;left:29px;top:21px\"><svg id=\"24492:39237\" style=\"fill:rgba(0, 145, 189, 0.10);position:absolute;left:0px;top:0px\" width=\"51\" height=\"51\" viewbox=\"0 0 51 51\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle cx=\"25.0408\" cy=\"25.0408\" r=\"25.0408\" fill=\"#0091BD\" fill-opacity=\"0.1\"\/>\n<\/svg>\n<svg id=\"24492:39238\" layer-name=\"magicpen\" data-component-name=\"magicpen\" data-variant-name=\"Style=bold\" style=\"position:absolute;left:13px;top:13px\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M19.4998 7.50281L18.0098 8.99281L15.0098 5.99281L16.4998 4.50281C16.9198 4.08281 17.4598 3.88281 17.9998 3.88281C18.5398 3.88281 19.0798 4.08281 19.4998 4.50281C20.3298 5.33281 20.3298 6.67281 19.4998 7.50281Z\" fill=\"white\"\/>\n<path d=\"M17.3099 9.70312L6.49994 20.5031C5.66994 21.3331 4.32994 21.3331 3.49994 20.5031C2.66994 19.6731 2.66994 18.3331 3.49994 17.5031L14.3099 6.70312L17.3099 9.70312Z\" fill=\"white\"\/>\n<path d=\"M9.95002 3.50051L10.36 2.11051C10.4 1.98051 10.36 1.84051 10.27 1.74051C10.18 1.64051 10.02 1.60051 9.89002 1.64051L8.50002 2.05051L7.11002 1.64051C6.98002 1.60051 6.84002 1.64051 6.74002 1.73051C6.64002 1.83051 6.61002 1.97051 6.65002 2.10051L7.05002 3.50051L6.64002 4.89051C6.60002 5.0205 6.64002 5.16051 6.73002 5.26051C6.83002 5.36051 6.97002 5.39051 7.10002 5.35051L8.50002 4.95051L9.89002 5.36051C9.93002 5.37051 9.96002 5.38051 10 5.38051C10.1 5.38051 10.19 5.34051 10.27 5.27051C10.37 5.17051 10.4 5.03051 10.36 4.90051L9.95002 3.50051Z\" fill=\"white\"\/>\n<path d=\"M5.95002 9.50051L6.36002 8.1105C6.40002 7.9805 6.36002 7.84051 6.27002 7.74051C6.17002 7.64051 6.03002 7.61051 5.90002 7.65051L4.50002 8.05051L3.11002 7.64051C2.98002 7.60051 2.84002 7.64051 2.74002 7.73051C2.64002 7.83051 2.61002 7.97051 2.65002 8.10051L3.05002 9.50051L2.64002 10.8905C2.60002 11.0205 2.64002 11.1605 2.73002 11.2605C2.83002 11.3605 2.97002 11.3905 3.10002 11.3505L4.49002 10.9405L5.88002 11.3505C5.91002 11.3605 5.95002 11.3605 5.99002 11.3605C6.09002 11.3605 6.18002 11.3205 6.26002 11.2505C6.36002 11.1505 6.39002 11.0105 6.35002 10.8805L5.95002 9.50051Z\" fill=\"white\"\/>\n<path d=\"M20.9502 14.5L21.3602 13.11C21.4002 12.98 21.3602 12.84 21.2702 12.74C21.1702 12.64 21.0302 12.61 20.9002 12.65L19.5102 13.06L18.1202 12.65C17.9902 12.61 17.8502 12.65 17.7502 12.74C17.6502 12.84 17.6202 12.98 17.6602 13.11L18.0702 14.5L17.6602 15.89C17.6202 16.02 17.6602 16.16 17.7502 16.26C17.8502 16.36 17.9902 16.39 18.1202 16.35L19.5102 15.94L20.9002 16.35C20.9302 16.36 20.9702 16.36 21.0102 16.36C21.1102 16.36 21.2002 16.32 21.2802 16.25C21.3802 16.15 21.4102 16.01 21.3702 15.88L20.9502 14.5Z\" fill=\"white\"\/>\n<\/svg>\n<\/div><div style=\"width:103px;height:18px;position:absolute;left:99px;top:38px\"><div layer-name=\"Visual Creation\" style=\"color:#FFF;-webkit-text-stroke-width:1.11px;-webkit-text-stroke-color:rgba(242, 242, 242, 0.10);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:17.755px \/* 126.821% *\/;letter-spacing:-0.28px;position:absolute;left:0px;top:0px;width:103px;height:18px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(255,255,255,1)\">Visual Creation<\/span><\/div><\/div><\/div><div style=\"width:409px;height:90.982px;position:relative\"><div style=\"width:409px;height:91px;border-bottom:0.835px solid rgba(242, 242, 242, 0.10);background:rgba(0, 0, 0, 0.20);position:absolute;left:0px;top:0px\"><\/div><div style=\"width:50px;height:50px;position:absolute;left:29px;top:21px\"><svg id=\"24492:39244\" style=\"fill:rgba(0, 145, 189, 0.10);position:absolute;left:0px;top:0px\" width=\"51\" height=\"51\" viewbox=\"0 0 51 51\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle cx=\"25.0408\" cy=\"25.0408\" r=\"25.0408\" fill=\"#0091BD\" fill-opacity=\"0.1\"\/>\n<\/svg>\n<svg id=\"24492:39245\" layer-name=\"video-play\" data-component-name=\"video-play\" data-variant-name=\"Style=bold\" style=\"position:absolute;left:13px;top:13px\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M14.73 2H9.27002V6.36H14.73V2Z\" fill=\"white\"\/>\n<path d=\"M16.23 2V6.36H21.87C21.36 3.61 19.33 2.01 16.23 2Z\" fill=\"white\"\/>\n<path d=\"M2 7.85938V16.1894C2 19.8294 4.17 21.9994 7.81 21.9994H16.19C19.83 21.9994 22 19.8294 22 16.1894V7.85938H2ZM14.44 16.1794L12.36 17.3794C11.92 17.6294 11.49 17.7594 11.09 17.7594C10.79 17.7594 10.52 17.6894 10.27 17.5494C9.69 17.2194 9.37 16.5394 9.37 15.6594V13.2594C9.37 12.3794 9.69 11.6994 10.27 11.3694C10.85 11.0294 11.59 11.0894 12.36 11.5394L14.44 12.7394C15.21 13.1794 15.63 13.7994 15.63 14.4694C15.63 15.1394 15.2 15.7294 14.44 16.1794Z\" fill=\"white\"\/>\n<path d=\"M7.76988 2C4.66988 2.01 2.63988 3.61 2.12988 6.36H7.76988V2Z\" fill=\"white\"\/>\n<\/svg>\n<\/div><div style=\"width:120px;height:18px;position:absolute;left:99px;top:37px\"><div layer-name=\"Video Generation\" style=\"color:#FFF;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:17.755px \/* 126.821% *\/;letter-spacing:-0.28px;position:absolute;left:0px;top:0px;width:120px;height:18px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(255,255,255,1)\">Video Generation<\/span><\/div><\/div><\/div><div style=\"width:409px;height:90.982px;position:relative\"><div style=\"width:409px;height:91px;border-bottom:0.835px solid rgba(242, 242, 242, 0.10);background:rgba(0, 0, 0, 0.20);position:absolute;left:0px;top:0px\"><\/div><div style=\"width:50px;height:50px;position:absolute;left:29px;top:21px\"><svg id=\"24492:39251\" style=\"fill:rgba(0, 145, 189, 0.10);position:absolute;left:0px;top:0px\" width=\"51\" height=\"51\" viewbox=\"0 0 51 51\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle cx=\"25.0408\" cy=\"25.0408\" r=\"25.0408\" fill=\"#0091BD\" fill-opacity=\"0.1\"\/>\n<\/svg>\n<svg id=\"24492:39252\" layer-name=\"gallery-edit\" data-component-name=\"gallery-edit\" data-variant-name=\"Style=bold\" style=\"position:absolute;left:13px;top:13px\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM19.01 6.57C18.98 6.6 18.91 6.64 18.86 6.64L17.82 6.79C17.79 6.8 17.75 6.8 17.72 6.8C17.57 6.8 17.44 6.75 17.35 6.65C17.23 6.53 17.18 6.36 17.21 6.18L17.36 5.14C17.37 5.09 17.4 5.02 17.43 4.99L19.13 3.29C19.16 3.36 19.19 3.44 19.22 3.52C19.26 3.6 19.3 3.67 19.34 3.74C19.37 3.8 19.41 3.86 19.45 3.9C19.49 3.96 19.53 4.02 19.56 4.05C19.58 4.08 19.59 4.09 19.6 4.1C19.69 4.21 19.79 4.31 19.88 4.38C19.9 4.4 19.92 4.42 19.93 4.42C19.98 4.46 20.04 4.51 20.08 4.54C20.14 4.58 20.19 4.62 20.25 4.65C20.32 4.69 20.4 4.73 20.48 4.77C20.56 4.81 20.64 4.84 20.71 4.86L19.01 6.57ZM21.4 4.18L21.08 4.5C21.06 4.53 21.03 4.54 21 4.54C20.99 4.54 20.98 4.54 20.97 4.54C20.25 4.33 19.68 3.76 19.47 3.04C19.46 3 19.47 2.96 19.5 2.93L19.83 2.6C20.37 2.06 20.88 2.07 21.41 2.6C21.68 2.87 21.81 3.13 21.81 3.39C21.8 3.65 21.67 3.91 21.4 4.18Z\" fill=\"white\"\/>\n<path d=\"M9.00012 10.3772C10.3146 10.3772 11.3801 9.31163 11.3801 7.99719C11.3801 6.68275 10.3146 5.61719 9.00012 5.61719C7.68568 5.61719 6.62012 6.68275 6.62012 7.99719C6.62012 9.31163 7.68568 10.3772 9.00012 10.3772Z\" fill=\"white\"\/>\n<path d=\"M20.97 8H20.5V12.61L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16V3.03C16 2.63 16.07 2.29 16.23 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.77C21.71 7.93 21.37 8 20.97 8Z\" fill=\"white\"\/>\n<\/svg>\n<\/div><div style=\"width:145px;height:18px;position:absolute;left:99px;top:37px\"><div layer-name=\"Smart Enhancement\" style=\"color:#FFF;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:17.755px \/* 126.821% *\/;letter-spacing:-0.28px;position:absolute;left:0px;top:0px;width:145px;height:18px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(255,255,255,1)\">Smart Enhancement<\/span><\/div><\/div><\/div><div style=\"width:409px;height:90.982px;position:relative\"><div style=\"width:409px;height:91px;border-radius:0 0 12px 12px;border:1.11px solid rgba(0, 0, 0, 0.30);background:rgba(0, 0, 0, 0.20);position:absolute;left:0px;top:0px\"><\/div><div style=\"width:50px;height:50px;position:absolute;left:29px;top:21px\"><svg id=\"24492:39258\" style=\"fill:rgba(0, 145, 189, 0.10);position:absolute;left:0px;top:0px\" width=\"51\" height=\"51\" viewbox=\"0 0 51 51\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<circle cx=\"25.0408\" cy=\"25.0408\" r=\"25.0408\" fill=\"#0091BD\" fill-opacity=\"0.1\"\/>\n<\/svg>\n<svg id=\"24492:39259\" layer-name=\"ruler&pen\" data-component-name=\"ruler&pen\" data-variant-name=\"Style=bold\" style=\"position:absolute;left:13px;top:13px\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.4702 2H14.4702C12.9774 2 11.7434 3.28581 11.51 4.75204C11.4665 5.02475 11.6941 5.25 11.9702 5.25H16.4702C16.8802 5.25 17.2202 5.59 17.2202 6C17.2202 6.41 16.8802 6.75 16.4702 6.75H11.9702C11.6941 6.75 11.4702 6.97386 11.4702 7.25V8.75C11.4702 9.02614 11.6941 9.25 11.9702 9.25H14.2802C14.6902 9.25 15.0302 9.59 15.0302 10C15.0302 10.41 14.6902 10.75 14.2802 10.75H11.9702C11.6941 10.75 11.4702 10.9739 11.4702 11.25V12.705C11.4702 12.9792 11.691 13.2022 11.9652 13.2049L16.4702 13.25C16.8902 13.25 17.2202 13.59 17.2202 14.01C17.2102 14.42 16.8802 14.75 16.4702 14.75C16.4602 14.75 16.4602 14.75 16.4602 14.75L11.9752 14.7051C11.6971 14.7023 11.4702 14.9269 11.4702 15.205V16.75C11.4702 17.0261 11.6941 17.25 11.9702 17.25H15.3702C15.7902 17.25 16.1202 17.59 16.1202 18C16.1202 18.41 15.7902 18.75 15.3702 18.75H11.9702C11.6941 18.75 11.4665 18.9753 11.51 19.248C11.7434 20.7142 12.9774 22 14.4702 22H18.4702C20.1202 22 21.4702 20.66 21.4702 19V5C21.4702 3.34 20.1202 2 18.4702 2Z\" fill=\"white\"\/>\n<path d=\"M8.43979 4.95V5.75C8.43979 6.02614 8.21593 6.25 7.93979 6.25H3.02978C2.75364 6.25 2.52979 6.02614 2.52979 5.75V4.95C2.52979 3.33 3.85978 2 5.48978 2C7.10979 2 8.43979 3.33 8.43979 4.95Z\" fill=\"white\"\/>\n<path d=\"M2.52979 17.91C2.52979 18.36 2.71979 19.05 2.95979 19.43L3.76979 20.79C4.71979 22.37 6.25979 22.37 7.19979 20.79L8.01979 19.43C8.24979 19.05 8.43979 18.36 8.43979 17.91V8.25C8.43979 7.97386 8.21593 7.75 7.93979 7.75H3.02978C2.75364 7.75 2.52979 7.97386 2.52979 8.25V17.91Z\" fill=\"white\"\/>\n<\/svg>\n<\/div><div style=\"width:193px;height:18px;position:absolute;left:99px;top:37px\"><div layer-name=\"Brand Compliant Templates\" style=\"color:#FFF;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:17.755px \/* 126.821% *\/;letter-spacing:-0.28px;position:absolute;left:0px;top:0px;width:193px;height:18px\"><span style=\"font-family:Montserrat, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:14px;color:rgba(255,255,255,1)\">Brand Compliant Templates<\/span><\/div><\/div><\/div><\/div><\/div><div layer-name=\"2\" style=\"display:flex;height:236px;padding:40px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;border-radius:16px;border:1px solid rgba(255, 255, 255, 0.20);background:radial-gradient(48.77% 44.41% at 51.18% -3.02%, #006540 0%, #071602 100%);overflow:hidden;position:relative\"><svg id=\"24492:39263\" layer-name=\"diagram\" data-component-name=\"diagram\" data-variant-name=\"Style=bold\" style=\"flex-shrink:0;position:relative\" width=\"40\" height=\"40\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M36.6668 37.9193H8.3335C4.8835 37.9193 2.0835 35.1193 2.0835 31.6693V3.33594C2.0835 2.6526 2.65016 2.08594 3.3335 2.08594C4.01683 2.08594 4.5835 2.6526 4.5835 3.33594V31.6693C4.5835 33.7359 6.26683 35.4193 8.3335 35.4193H36.6668C37.3502 35.4193 37.9168 35.9859 37.9168 36.6693C37.9168 37.3526 37.3502 37.9193 36.6668 37.9193Z\" fill=\"white\"\/>\n<path d=\"M8.3332 29.5804C8.04987 29.5804 7.74987 29.4804 7.51653 29.2804C6.99987 28.8304 6.9332 28.0471 7.3832 27.5138L15.0332 18.5804C15.8665 17.6138 17.0665 17.0304 18.3332 16.9804C19.5999 16.9471 20.8499 17.4138 21.7499 18.3138L23.3332 19.8971C23.7499 20.3138 24.2832 20.5138 24.8832 20.5138C25.4665 20.4971 25.9999 20.2304 26.3832 19.7804L34.0332 10.8471C34.4832 10.3304 35.2665 10.2638 35.7999 10.7138C36.3165 11.1638 36.3832 11.9471 35.9332 12.4804L28.2832 21.4138C27.4499 22.3804 26.2499 22.9638 24.9832 23.0138C23.6999 23.0471 22.4665 22.5804 21.5665 21.6804L19.9999 20.0971C19.5832 19.6804 19.0332 19.4638 18.4499 19.4804C17.8665 19.4971 17.3332 19.7638 16.9499 20.2138L9.29987 29.1471C9.0332 29.4304 8.6832 29.5804 8.3332 29.5804Z\" fill=\"white\"\/>\n<\/svg>\n<div style=\"display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;position:relative\"><div layer-name=\"Augmented Workflow\" style=\"align-self:stretch;color:#FFF;font-family:Roboto;font-size:20px;font-style:normal;font-weight:600;line-height:26px \/* 130% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:20px;color:rgba(255,255,255,1)\">Augmented Workflow<\/span><\/div><div layer-name=\"Let AI handle the 24\/7 technical management and content drafts. It streamlines the entire process so your team can focus on high-level strategy and final approval.\" style=\"align-self:stretch;color:#AEAEB8;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:22px \/* 137.5% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:16px;color:rgba(174,174,184,1)\">Let AI handle the 24\/7 technical management and content drafts. It streamlines the entire process so your team can focus on high-level strategy and final approval.<\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n  <script>\n    \/\/ Mobile scaling for fixed-width (409px) Figma blocks so they fit small screens.\n    (function () {\n      const section = document.currentScript && document.currentScript.closest(\".octoai-why-section\");\n      if (!section) return;\n\n      const BASE = 409;\n      const TARGET_SELECTORS = [\n        \/\/ Chart block\n        'div[style*=\"width:409px;height:364px\"][style*=\"position:relative\"]',\n        \/\/ Feature list block (right card)\n        'div[style*=\"display:flex;width:409px;flex-direction:column\"][style*=\"border-radius:26.632px\"]',\n      ];\n\n      function ensureWrapped(el) {\n        const parent = el.parentElement;\n        if (parent && parent.classList.contains(\"octoai-scale-wrap\")) return parent;\n        const wrap = document.createElement(\"div\");\n        wrap.className = \"octoai-scale-wrap\";\n        el.parentNode.insertBefore(wrap, el);\n        wrap.appendChild(el);\n        return wrap;\n      }\n\n      function rescale() {\n        const nodes = section.querySelectorAll(TARGET_SELECTORS.join(\",\"));\n        nodes.forEach((el) => {\n          const wrap = ensureWrapped(el);\n          const available = wrap.clientWidth;\n          if (!available) return;\n\n          const scale = Math.min(1, available \/ BASE);\n\n          \/\/ Keep original coordinate system (409px), scale visually.\n          el.style.width = BASE + \"px\";\n          el.style.transformOrigin = \"top left\";\n          el.style.transform = scale < 1 ? \"scale(\" + scale + \")\" : \"\";\n\n          \/\/ Make wrapper take the scaled height (prevents big blank space).\n          const h = el.offsetHeight;\n          wrap.style.height = scale < 1 ? h * scale + \"px\" : \"\";\n        });\n      }\n\n      rescale();\n      window.addEventListener(\"resize\", () => window.requestAnimationFrame(rescale), { passive: true });\n    })();\n  <\/script>\n<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d78a19a e-con-full e-flex e-con e-parent\" data-id=\"d78a19a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0646468 elementor-widget elementor-widget-html\" data-id=\"0646468\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  Elementor usage:\n  - Add an \"HTML\" widget\n  - Paste EVERYTHING from this file\n-->\n\n<section class=\"octoai-analytics-section\">\n  <style>\n    \/* Optional: load fonts to match Figma *\/\n    @import url(\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600&family=Red+Hat+Display:wght@500;600;700&family=Roboto:wght@400;500;600&display=swap\");\n\n    .octoai-analytics-section {\n      background: #1c201c;\n      width: 100%;\n      overflow-x: hidden;\n\n      \/* Figma variables (scoped; avoids global :root pollution) *\/\n      --Text-White: #fff;\n      --Text-Body: #aeaeb8;\n    }\n\n    .octoai-analytics-section,\n    .octoai-analytics-section * {\n      box-sizing: border-box;\n    }\n\n    \/* Center like the Figma 1440 canvas *\/\n    .octoai-analytics-section [layer-name=\"Section\"] {\n      width: 100% !important;\n      max-width: 1440px !important;\n      margin: 0 auto !important;\n\n      \/* prevent inner scrolling on page *\/\n      overflow: hidden !important;\n    }\n\n    \/* Main inner container (1200) *\/\n    .octoai-analytics-section [layer-name=\"Why Choose ClayAI\"] {\n      width: 100% !important;\n      max-width: 1200px !important;\n    }\n\n    \/* How It Works container (1011) *\/\n    .octoai-analytics-section [layer-name=\"How It Works\"] {\n      width: 100% !important;\n      max-width: 1011px !important;\n    }\n\n    \/* Paragraph width (706) should be fluid *\/\n    .octoai-analytics-section [layer-name=\"Octopus AI doesn\u2019t just play content; it evolves with your audience. By synthesizing real-time display metrics and engagement data, it delivers high-impact visuals that are proven to convert.\"] {\n      width: 100% !important;\n      max-width: 706px !important;\n    }\n\n    \/* Circles background: make it truly background (no layout shifting) *\/\n    .octoai-analytics-section svg[layer-name=\"Circles\"] {\n      position: absolute !important;\n      left: 50% !important;\n      bottom: -520px !important;\n      transform: translateX(-50%);\n      z-index: 0;\n      pointer-events: none;\n    }\n\n    \/* Ensure content is above circles *\/\n    .octoai-analytics-section [layer-name=\"Heading\"],\n    .octoai-analytics-section [layer-name=\"How It Works\"] {\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* Card row responsive behavior *\/\n    .octoai-analytics-section [layer-name=\"How It Works\"] > div[style*=\"display:flex\"][style*=\"align-items:center\"][style*=\"gap:24px\"] {\n      flex-wrap: wrap !important;\n      justify-content: center !important;\n    }\n\n    .octoai-analytics-section [layer-name=\"How It Works\"] > div[style*=\"display:flex\"][style*=\"align-items:center\"][style*=\"gap:24px\"] > div[style*=\"flex:1 0 0\"] {\n      min-width: 260px;\n      flex: 1 1 calc(25% - 18px) !important;\n    }\n\n    @media (max-width: 1024px) {\n      .octoai-analytics-section [layer-name=\"Section\"] {\n        padding: 56px 32px 0 32px !important;\n        gap: 72px !important;\n      }\n\n      .octoai-analytics-section [layer-name=\"Why Choose ClayAI\"] {\n        padding: 0 32px 56px 32px !important;\n      }\n\n      .octoai-analytics-section [layer-name=\"How It Works\"] {\n        gap: 32px !important;\n      }\n\n      .octoai-analytics-section [layer-name=\"How It Works\"] > div[style*=\"display:flex\"][style*=\"align-items:center\"][style*=\"gap:24px\"] > div[style*=\"flex:1 0 0\"] {\n        flex: 1 1 calc(50% - 12px) !important;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .octoai-analytics-section [layer-name=\"Section\"] {\n        padding: 40px 20px 0 20px !important;\n        gap: 56px !important;\n      }\n\n      .octoai-analytics-section [layer-name=\"Why Choose ClayAI\"] {\n        padding: 0 0 40px 0 !important;\n        gap: 40px !important;\n      }\n\n      .octoai-analytics-section [layer-name=\"How It Works\"] > div[style*=\"display:flex\"][style*=\"align-items:center\"][style*=\"gap:24px\"] {\n        flex-direction: column !important;\n      }\n\n      .octoai-analytics-section [layer-name=\"How It Works\"] > div[style*=\"display:flex\"][style*=\"align-items:center\"][style*=\"gap:24px\"] > div[style*=\"flex:1 0 0\"] {\n        width: 100% !important;\n        flex: 0 0 auto !important;\n      }\n\n      \/* shrink circles on mobile *\/\n      .octoai-analytics-section svg[layer-name=\"Circles\"] {\n        transform: translateX(-50%) scale(0.72);\n        bottom: -420px !important;\n      }\n    }\n  <\/style>\n\n  <!-- Figma selected node: Section -->\n  <div layer-name=\"Section\" style=\"display:flex;padding:96px 96px 0 96px;flex-direction:column;align-items:center;gap:100px;align-self:stretch;background:linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.00) 20%);overflow-y:auto;position:relative\"><div style=\"display:flex;flex-direction:column;align-items:center;gap:116px;position:relative\"><div layer-name=\"Why Choose ClayAI\" style=\"display:flex;width:1200px;padding:0 96px 96px 96px;flex-direction:column;align-items:center;gap:56px;overflow:hidden;position:relative\"><svg id=\"24492:39270\" layer-name=\"Circles\" style=\"position:relative;left:173px;bottom:-501.344px\" width=\"853\" height=\"911\" viewbox=\"0 0 853 911\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<g filter=\"url(#filter0_d_24492_39270)\">\n<circle cx=\"426.25\" cy=\"433.25\" r=\"426.328\" transform=\"rotate(180 426.25 433.25)\" stroke=\"url(#paint0_linear_24492_39270)\" stroke-width=\"0.844214\" shape-rendering=\"crispEdges\"\/>\n<\/g>\n<g filter=\"url(#filter1_d_24492_39270)\">\n<circle cx=\"425.828\" cy=\"433.254\" r=\"348.66\" transform=\"rotate(180 425.828 433.254)\" stroke=\"url(#paint1_linear_24492_39270)\" stroke-width=\"0.844214\" shape-rendering=\"crispEdges\"\/>\n<\/g>\n<g filter=\"url(#filter2_d_24492_39270)\">\n<circle cx=\"425.828\" cy=\"433.246\" r=\"262.55\" transform=\"rotate(180 425.828 433.246)\" stroke=\"url(#paint2_linear_24492_39270)\" stroke-width=\"0.844214\" shape-rendering=\"crispEdges\"\/>\n<\/g>\n<g filter=\"url(#filter3_d_24492_39270)\">\n<circle cx=\"425.825\" cy=\"433.247\" r=\"176.863\" transform=\"rotate(180 425.825 433.247)\" fill=\"#020F00\"\/>\n<circle cx=\"425.825\" cy=\"433.247\" r=\"176.441\" transform=\"rotate(180 425.825 433.247)\" stroke=\"url(#paint3_linear_24492_39270)\" stroke-width=\"0.844214\"\/>\n<\/g>\n<defs>\n<filter id=\"filter0_d_24492_39270\" x=\"-29.2033\" y=\"-20.5148\" width=\"914.283\" height=\"914.283\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<fecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\/>\n<femorphology radius=\"5.06528\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_24492_39270\"\/>\n<feoffset dx=\"1.68843\" dy=\"3.37685\"\/>\n<fegaussianblur stddeviation=\"12.6632\"\/>\n<fecomposite in2=\"hardAlpha\" operator=\"out\"\/>\n<fecolormatrix type=\"matrix\" values=\"0 0 0 0 0.00784314 0 0 0 0 0.0588235 0 0 0 0 0 0 0 0 1 0\"\/>\n<feblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_24492_39270\"\/>\n<feblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_24492_39270\" result=\"shape\"\/>\n<\/filter>\n<filter id=\"filter1_d_24492_39270\" x=\"48.0423\" y=\"57.157\" width=\"758.948\" height=\"758.947\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<fecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\/>\n<femorphology radius=\"5.06528\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_24492_39270\"\/>\n<feoffset dx=\"1.68843\" dy=\"3.37685\"\/>\n<fegaussianblur stddeviation=\"12.6632\"\/>\n<fecomposite in2=\"hardAlpha\" operator=\"out\"\/>\n<fecolormatrix type=\"matrix\" values=\"0 0 0 0 0.00784314 0 0 0 0 0.0588235 0 0 0 0 0 0 0 0 1 0\"\/>\n<feblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_24492_39270\"\/>\n<feblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_24492_39270\" result=\"shape\"\/>\n<\/filter>\n<filter id=\"filter2_d_24492_39270\" x=\"152.725\" y=\"160.987\" width=\"547.895\" height=\"547.895\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<fecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\/>\n<femorphology radius=\"2.53264\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_24492_39270\"\/>\n<feoffset dx=\"0.844214\" dy=\"1.68843\"\/>\n<fegaussianblur stddeviation=\"4.22107\"\/>\n<fecomposite in2=\"hardAlpha\" operator=\"out\"\/>\n<fecolormatrix type=\"matrix\" values=\"0 0 0 0 0.00784314 0 0 0 0 0.0588235 0 0 0 0 0 0 0 0 1 0\"\/>\n<feblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_24492_39270\"\/>\n<feblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_24492_39270\" result=\"shape\"\/>\n<\/filter>\n<filter id=\"filter3_d_24492_39270\" x=\"213.505\" y=\"221.77\" width=\"426.328\" height=\"426.329\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<fecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\/>\n<femorphology radius=\"2.53264\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_24492_39270\"\/>\n<feoffset dx=\"0.844214\" dy=\"1.68843\"\/>\n<fegaussianblur stddeviation=\"16.8843\"\/>\n<fecomposite in2=\"hardAlpha\" operator=\"out\"\/>\n<fecolormatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0705882 0 0 0 0 0.113725 0 0 0 1 0\"\/>\n<feblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_24492_39270\"\/>\n<feblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_24492_39270\" result=\"shape\"\/>\n<\/filter>\n<lineargradient id=\"paint0_linear_24492_39270\" x1=\"426.25\" y1=\"6.5\" x2=\"426.25\" y2=\"860\" gradientunits=\"userSpaceOnUse\">\n<stop stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop stop-color=\"#D9D9D9\" stop-opacity=\"0\"\/>\n<stop offset=\"0.493644\" stop-color=\"#C5DDE2\" stop-opacity=\"0\"\/>\n<stop offset=\"0.722458\" stop-color=\"#73D0B9\"\/>\n<stop offset=\"0.764831\" stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop offset=\"0.965042\" stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop offset=\"1\" stop-color=\"#73D0B9\"\/>\n<\/lineargradient>\n<lineargradient id=\"paint1_linear_24492_39270\" x1=\"425.828\" y1=\"84.1713\" x2=\"425.828\" y2=\"782.336\" gradientunits=\"userSpaceOnUse\">\n<stop stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop stop-color=\"#D9D9D9\" stop-opacity=\"0\"\/>\n<stop offset=\"0.493644\" stop-color=\"#C5DDE2\" stop-opacity=\"0\"\/>\n<stop offset=\"0.722458\" stop-color=\"#73D0B9\"\/>\n<stop offset=\"0.764831\" stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop offset=\"0.965042\" stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop offset=\"1\" stop-color=\"#73D0B9\"\/>\n<\/lineargradient>\n<lineargradient id=\"paint2_linear_24492_39270\" x1=\"425.828\" y1=\"170.274\" x2=\"425.828\" y2=\"696.219\" gradientunits=\"userSpaceOnUse\">\n<stop stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop stop-color=\"#D9D9D9\" stop-opacity=\"0\"\/>\n<stop offset=\"0.493644\" stop-color=\"#C5DDE2\" stop-opacity=\"0\"\/>\n<stop offset=\"0.722458\" stop-color=\"#73D0B9\"\/>\n<stop offset=\"0.764831\" stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop offset=\"0.965042\" stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop offset=\"1\" stop-color=\"#73D0B9\"\/>\n<\/lineargradient>\n<lineargradient id=\"paint3_linear_24492_39270\" x1=\"425.825\" y1=\"256.384\" x2=\"425.825\" y2=\"610.109\" gradientunits=\"userSpaceOnUse\">\n<stop stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop stop-color=\"#D9D9D9\" stop-opacity=\"0\"\/>\n<stop offset=\"0.493644\" stop-color=\"#C5DDE2\" stop-opacity=\"0\"\/>\n<stop offset=\"0.722458\" stop-color=\"#73D0B9\"\/>\n<stop offset=\"0.764831\" stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop offset=\"0.965042\" stop-color=\"#73D0B9\" stop-opacity=\"0\"\/>\n<stop offset=\"1\" stop-color=\"#73D0B9\"\/>\n<\/lineargradient>\n<\/defs>\n<\/svg>\n<div layer-name=\"Heading\" style=\"display:flex;max-width:640px;flex-direction:column;justify-content:center;align-items:center;gap:20px;position:relative\"><div layer-name=\"Feature Badge\" data-component-name=\"Feature Badge\" style=\"display:flex;padding:6px 16px;justify-content:center;align-items:center;border-radius:99px;border:1px solid rgba(255, 255, 255, 0.10);background:var(--clayai-framer-website-linear-nero-nero, linear-gradient(93deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%));box-shadow:0 0 0 0 #E5E5E8 inset, 0 -1px 4px 0 rgba(0, 0, 0, 0.25) inset;position:relative\"><div layer-name=\"CRM Design\" style=\"color:#FFF;font-family:Manrope;font-size:13px;font-style:normal;font-weight:500;line-height:18px \/* 138.462% *\/;position:relative\"><span style=\"font-family:Manrope, -apple-system, Roboto, Helvetica, sans-serif;font-weight:500;font-size:13px;color:rgba(255,255,255,1)\">Analytics<\/span><\/div><\/div><div style=\"display:flex;width:640px;flex-direction:column;align-items:center;gap:16px;position:relative\"><div layer-name=\"Intelligence-Driven Content Optimization\" style=\"color:#FFF;text-align:center;font-family:'Red Hat Display';font-size:40px;font-style:normal;font-weight:600;line-height:48px \/* 120% *\/;position:relative\"><span style=\"font-family:Red Hat Display, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:40px;color:rgba(255,255,255,1)\">Intelligence-Driven Content Optimization<\/span><\/div><div layer-name=\"Octopus AI doesn\u2019t just play content; it evolves with your audience. By synthesizing real-time display metrics and engagement data, it delivers high-impact visuals that are proven to convert.\" style=\"width:706px;color:#AEAEB8;text-align:center;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:26px \/* 162.5% *\/;position:relative\"><span style=\"font-family:Roboto, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:16px;color:rgba(174,174,184,1)\">Octopus AI doesn\u2019t just play content; it evolves with your audience. By synthesizing real-time display metrics and engagement data, it delivers high-impact visuals that are proven to convert.<\/span><\/div><\/div><\/div><div layer-name=\"How It Works\" style=\"display:flex;width:1011px;flex-direction:column;align-items:center;gap:48px;position:relative\"><div style=\"display:flex;align-items:center;gap:24px;align-self:stretch;position:relative\"><div style=\"display:flex;padding:32px 24px;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:16px;border:1px solid rgba(255, 255, 255, 0.20);background:radial-gradient(64.78% 33.36% at 51.18% -14.08%, #006540 0%, #071602 100%);position:relative\"><div style=\"display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch;position:relative\"><div style=\"display:flex;width:56px;height:56px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:rgba(0, 189, 38, 0.10);position:relative\"><svg id=\"24492:39285\" layer-name=\"profile-2user\" data-component-name=\"profile-2user\" data-variant-name=\"Style=bold\" style=\"flex-shrink:0;position:relative\" width=\"27\" height=\"27\" viewbox=\"0 0 27 27\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M10.0633 2.23438C7.13366 2.23438 4.75195 4.61609 4.75195 7.5457C4.75195 10.4194 6.99948 12.7452 9.9291 12.8458C10.0186 12.8347 10.108 12.8347 10.1751 12.8458C10.1975 12.8458 10.2086 12.8458 10.231 12.8458C10.2422 12.8458 10.2422 12.8458 10.2534 12.8458C13.1159 12.7452 15.3634 10.4194 15.3746 7.5457C15.3746 4.61609 12.9929 2.23438 10.0633 2.23438Z\" fill=\"white\"\/>\n<path d=\"M15.7437 15.8255C12.624 13.7457 7.53628 13.7457 4.39421 15.8255C2.97413 16.7759 2.19141 18.0618 2.19141 19.4372C2.19141 20.8125 2.97413 22.0873 4.38303 23.0265C5.94847 24.0776 8.00591 24.6031 10.0634 24.6031C12.1208 24.6031 14.1782 24.0776 15.7437 23.0265C17.1526 22.0761 17.9353 20.8014 17.9353 19.4148C17.9241 18.0395 17.1526 16.7647 15.7437 15.8255Z\" fill=\"white\"\/>\n<path d=\"M22.3522 8.21054C22.5311 10.3798 20.988 12.2807 18.8523 12.5379C18.8411 12.5379 18.8411 12.5379 18.83 12.5379H18.7964C18.7293 12.5379 18.6622 12.5379 18.6063 12.5602C17.5217 12.6161 16.5265 12.2695 15.7773 11.6322C16.9291 10.6034 17.5888 9.06035 17.4546 7.38309C17.3763 6.47737 17.0632 5.64992 16.5936 4.94547C17.0185 4.73302 17.5105 4.59884 18.0137 4.55411C20.2053 4.36402 22.1621 5.99656 22.3522 8.21054Z\" fill=\"white\"\/>\n<path d=\"M24.5885 18.5503C24.499 19.635 23.8057 20.5742 22.6428 21.2116C21.5247 21.8266 20.1158 22.1173 18.718 22.0838C19.5231 21.357 19.9928 20.4512 20.0822 19.4896C20.194 18.1031 19.5343 16.7724 18.2149 15.7102C17.4657 15.1175 16.5935 14.6479 15.6431 14.3013C18.1142 13.5856 21.2228 14.0665 23.1348 15.6095C24.1636 16.437 24.6891 17.4769 24.5885 18.5503Z\" fill=\"white\"\/>\n<\/svg>\n<\/div><div style=\"display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;position:relative\"><div layer-name=\"Audience Analytics\" style=\"align-self:stretch;color:#FFF;text-align:center;font-family:'Red Hat Display';font-size:20px;font-style:normal;font-weight:600;line-height:26px \/* 130% *\/;position:relative\"><span style=\"font-family:Red Hat Display, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:20px;color:rgba(255,255,255,1)\">Audience Analytics<\/span><\/div><div layer-name=\"Sensors capture real-time viewer demographics (age\/gender) to instantly tailor content, ensuring the right eyes see the right message at the right moment.\" style=\"align-self:stretch;color:#AEAEB8;text-align:center;font-family:Manrope;font-size:14px;font-style:normal;font-weight:400;line-height:22px \/* 157.143% *\/;position:relative\"><span style=\"font-family:Manrope, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:14px;color:rgba(174,174,184,1)\">Sensors capture real-time viewer demographics (age\/gender) to instantly tailor content, ensuring the right eyes see the right message at the right moment.<\/span><\/div><\/div><\/div><\/div><div style=\"display:flex;padding:32px 24px;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:16px;border:1px solid rgba(255, 255, 255, 0.20);background:radial-gradient(64.78% 33.36% at 51.18% -14.08%, #006540 0%, #071602 100%);position:relative\"><div style=\"display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch;position:relative\"><div style=\"display:flex;width:56px;height:56px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:rgba(0, 189, 38, 0.10);position:relative\"><svg id=\"24492:39292\" layer-name=\"global-search\" data-component-name=\"global-search\" data-variant-name=\"Style=bold\" style=\"flex-shrink:0;position:relative\" width=\"27\" height=\"27\" viewbox=\"0 0 27 27\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<g clip-path=\"url(#clip0_24492_39292)\">\n<path d=\"M24.3649 23.2107L23.5598 22.4056C23.9735 21.7794 24.2195 21.0191 24.2195 20.214C24.2195 18 22.4304 16.2109 20.2164 16.2109C18.0025 16.2109 16.2134 18 16.2134 20.214C16.2134 22.428 18.0025 24.2171 20.2164 24.2171C21.0327 24.2171 21.7819 23.9711 22.4081 23.5573L23.2132 24.3624C23.3697 24.519 23.5821 24.5972 23.7834 24.5972C23.9959 24.5972 24.1971 24.519 24.3537 24.3624C24.678 24.0382 24.678 23.5238 24.3649 23.2107Z\" fill=\"white\"\/>\n<path d=\"M2.26943 16.3594C2.26943 16.3929 2.24707 16.4376 2.24707 16.4712C3.27579 18.5286 4.95305 20.2171 7.01049 21.2346C7.04404 21.2346 7.08876 21.2123 7.12231 21.2123C6.74213 19.9152 6.45141 18.5845 6.23895 17.2539C4.89714 17.0303 3.56652 16.7396 2.26943 16.3594Z\" fill=\"white\"\/>\n<path d=\"M21.3233 7.19248C20.2723 4.98967 18.4944 3.21178 16.3027 2.17188C16.7053 3.5025 17.0407 4.86668 17.2644 6.23085C18.6285 6.45448 19.9927 6.77875 21.3233 7.19248Z\" fill=\"white\"\/>\n<path d=\"M2.15771 7.18896C3.49952 6.78642 4.8637 6.45097 6.22787 6.22733C6.4515 4.8967 6.73105 3.57726 7.11123 2.28018C7.07768 2.28018 7.03296 2.25781 6.99941 2.25781C4.89724 3.29771 3.18644 5.05325 2.15771 7.18896Z\" fill=\"white\"\/>\n<path d=\"M15.453 5.99243C15.1846 4.5388 14.8492 3.08517 14.3684 1.67627C14.346 1.598 14.346 1.53091 14.3348 1.44146C13.5074 1.24019 12.6352 1.11719 11.7407 1.11719C10.8349 1.11719 9.97394 1.24019 9.13531 1.45264C9.12413 1.53091 9.13531 1.598 9.11295 1.68746C8.64332 3.09636 8.29668 4.5388 8.02832 5.99243C10.4995 5.72407 12.9818 5.72407 15.453 5.99243Z\" fill=\"white\"\/>\n<path d=\"M5.9934 8.03125C4.5286 8.29961 3.09733 8.64625 1.67725 9.11588C1.59898 9.13824 1.53189 9.13824 1.45362 9.14942C1.24116 9.97687 1.11816 10.849 1.11816 11.7436C1.11816 12.6493 1.24116 13.5103 1.45362 14.3489C1.53189 14.3601 1.59898 14.3489 1.68843 14.3713C3.09733 14.8409 4.53978 15.1876 6.00459 15.4559C5.72504 12.9848 5.72504 10.5024 5.9934 8.03125Z\" fill=\"white\"\/>\n<path d=\"M22.028 9.14942C21.9497 9.14942 21.8827 9.13824 21.7932 9.11588C20.3843 8.64625 18.9307 8.29961 17.4771 8.03125C17.7566 10.5024 17.7566 12.9848 17.4771 15.4447C18.9307 15.1764 20.3843 14.8409 21.7932 14.3601C21.8715 14.3378 21.9386 14.3489 22.028 14.3378C22.2293 13.4991 22.3635 12.6381 22.3635 11.7324C22.3635 10.849 22.2405 9.98806 22.028 9.14942Z\" fill=\"white\"\/>\n<path d=\"M8.02832 17.4877C8.29668 18.9526 8.63213 20.395 9.11295 21.8039C9.13531 21.8822 9.12413 21.9493 9.13531 22.0387C9.97394 22.24 10.8349 22.363 11.7407 22.363C12.6352 22.363 13.5074 22.24 14.3348 22.0275C14.346 21.9493 14.346 21.8822 14.3684 21.7927C14.838 20.3838 15.1846 18.9414 15.453 17.4766C14.223 17.6107 12.9818 17.7114 11.7407 17.7114C10.4995 17.7114 9.25831 17.6219 8.02832 17.4877Z\" fill=\"white\"\/>\n<path d=\"M7.77112 7.77503C7.43567 10.4139 7.43567 13.0752 7.77112 15.7252C10.41 16.0607 13.0713 16.0607 15.7213 15.7252C16.0568 13.0864 16.0568 10.4251 15.7213 7.77503C13.0713 7.43957 10.41 7.43957 7.77112 7.77503Z\" fill=\"white\"\/>\n<\/g>\n<defs>\n<clippath id=\"clip0_24492_39292\">\n<rect width=\"26.8362\" height=\"26.8362\" fill=\"white\"\/>\n<\/clippath>\n<\/defs>\n<\/svg>\n<\/div><div style=\"display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;position:relative\"><div layer-name=\"Network Performance\" style=\"align-self:stretch;color:#FFF;text-align:center;font-family:'Red Hat Display';font-size:20px;font-style:normal;font-weight:600;line-height:26px \/* 130% *\/;position:relative\"><span style=\"font-family:Red Hat Display, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:20px;color:rgba(255,255,255,1)\">Network Performance<\/span><\/div><div layer-name=\"Get a birds-eye view of your entire network. Our AI manages real-time playback and distribution to ensure your brand is always visible.\" style=\"align-self:stretch;color:#AEAEB8;text-align:center;font-family:Manrope;font-size:14px;font-style:normal;font-weight:400;line-height:22px \/* 157.143% *\/;position:relative\"><span style=\"font-family:Manrope, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:14px;color:rgba(174,174,184,1)\">Get a birds-eye view of your entire network. Our AI manages real-time playback and distribution to ensure your brand is always visible.<\/span><\/div><\/div><\/div><\/div><div style=\"display:flex;padding:32px 24px;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:16px;border:1px solid rgba(255, 255, 255, 0.20);background:radial-gradient(64.78% 33.36% at 51.18% -14.08%, #006540 0%, #071602 100%);position:relative\"><div style=\"display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch;position:relative\"><div style=\"display:flex;width:56px;height:56px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:rgba(0, 189, 38, 0.10);position:relative\"><svg id=\"24492:39299\" layer-name=\"chart-2\" data-component-name=\"chart-2\" data-variant-name=\"Style=bold\" style=\"flex-shrink:0;position:relative\" width=\"27\" height=\"27\" viewbox=\"0 0 27 27\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.1032 2.23438H8.73292C4.66277 2.23438 2.23633 4.66081 2.23633 8.73097V18.0901C2.23633 22.1714 4.66277 24.5979 8.73292 24.5979H18.092C22.1622 24.5979 24.5886 22.1714 24.5886 18.1013V8.73097C24.5998 4.66081 22.1734 2.23438 18.1032 2.23438ZM11.0811 18.1013C11.0811 18.8169 10.4996 19.3984 9.77282 19.3984C9.05719 19.3984 8.47574 18.8169 8.47574 18.1013V14.456C8.47574 13.7404 9.05719 13.1589 9.77282 13.1589C10.4996 13.1589 11.0811 13.7404 11.0811 14.456V18.1013ZM18.3604 18.1013C18.3604 18.8169 17.779 19.3984 17.0633 19.3984C16.3365 19.3984 15.7551 18.8169 15.7551 18.1013V8.73097C15.7551 8.01534 16.3365 7.43389 17.0633 7.43389C17.779 7.43389 18.3604 8.01534 18.3604 8.73097V18.1013Z\" fill=\"white\"\/>\n<\/svg>\n<\/div><div style=\"display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;position:relative\"><div layer-name=\"Engagement Insights\" style=\"align-self:stretch;color:#FFF;text-align:center;font-family:'Red Hat Display';font-size:20px;font-style:normal;font-weight:600;line-height:26px \/* 130% *\/;position:relative\"><span style=\"font-family:Red Hat Display, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:20px;color:rgba(255,255,255,1)\">Engagement Insights<\/span><\/div><div layer-name=\"Analyzes daily coverage hours and interaction rates. Our data insights can deliver higher engagement than static visuals across your network.\" style=\"align-self:stretch;color:#AEAEB8;text-align:center;font-family:Manrope;font-size:14px;font-style:normal;font-weight:400;line-height:22px \/* 157.143% *\/;position:relative\"><span style=\"font-family:Manrope, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:14px;color:rgba(174,174,184,1)\">Analyzes daily coverage hours and interaction rates. Our data insights can deliver higher engagement than static visuals across your network.<\/span><\/div><\/div><\/div><\/div><div style=\"display:flex;padding:32px 24px;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:16px;border:1px solid rgba(255, 255, 255, 0.20);background:radial-gradient(64.78% 33.36% at 51.18% -14.08%, #006540 0%, #071602 100%);position:relative\"><div style=\"display:flex;flex-direction:column;align-items:center;gap:24px;align-self:stretch;position:relative\"><div style=\"display:flex;width:56px;height:56px;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:12px;background:rgba(0, 189, 38, 0.10);position:relative\"><svg id=\"24492:39306\" layer-name=\"shield-tick\" data-component-name=\"shield-tick\" data-variant-name=\"Style=linear\" style=\"flex-shrink:0;position:relative\" width=\"27\" height=\"27\" viewbox=\"0 0 27 27\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M11.7292 2.49435L6.14948 4.59652C4.86358 5.07733 3.8125 6.59805 3.8125 7.96222V16.2703C3.8125 17.5897 4.68468 19.3229 5.74694 20.1168L10.5551 23.7061C12.1317 24.8914 14.7259 24.8914 16.3025 23.7061L21.1107 20.1168C22.1729 19.3229 23.0451 17.5897 23.0451 16.2703V7.96222C23.0451 6.58687 21.994 5.06615 20.7081 4.58534L15.1284 2.49435C14.178 2.14772 12.6573 2.14772 11.7292 2.49435Z\" fill=\"white\" stroke=\"#292D32\" stroke-width=\"1.67726\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M10.1191 13.2735L11.9194 15.0738L16.7276 10.2656\" fill=\"white\"\/>\n<path d=\"M10.1191 13.2735L11.9194 15.0738L16.7276 10.2656\" stroke=\"#292D32\" stroke-width=\"1.67726\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n<\/div><div style=\"display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;position:relative\"><div layer-name=\"Strategy Optimization\" style=\"align-self:stretch;color:#FFF;text-align:center;font-family:'Red Hat Display';font-size:20px;font-style:normal;font-weight:600;line-height:26px \/* 130% *\/;position:relative\"><span style=\"font-family:Red Hat Display, -apple-system, Roboto, Helvetica, sans-serif;font-weight:600;font-size:20px;color:rgba(255,255,255,1)\">Strategy Optimization<\/span><\/div><div layer-name=\"Our AI provides data-backed suggestions, such as increasing visual content ratios, to maximize ROI and maintain 100% alignment with brand standards.\" style=\"align-self:stretch;color:#AEAEB8;text-align:center;font-family:Manrope;font-size:14px;font-style:normal;font-weight:400;line-height:22px \/* 157.143% *\/;position:relative\"><span style=\"font-family:Manrope, -apple-system, Roboto, Helvetica, sans-serif;font-weight:400;font-size:14px;color:rgba(174,174,184,1)\">Our AI provides data-backed suggestions, such as increasing visual content ratios, to maximize ROI and maintain 100% alignment with brand standards.<\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>OctoAI &#8211; Design, Manage, Protect: Integrated AI Ecosystem Welcome OctoAI Design, Manage, Protect: Integrated AI Ecosystem Meet the Octopus AI ecosystem: Develop strategies with the AI Content Advisor, produce content in seconds with the AI Designer, and ensure your hardware health with AI Technical. AI Technical Our AI continuously monitors display hardware to prevent glitches, [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-8682","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OctoAI - Octopus<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/octopussignage.com\/en\/octoai\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OctoAI - Octopus\" \/>\n<meta property=\"og:description\" content=\"OctoAI &#8211; Design, Manage, Protect: Integrated AI Ecosystem Welcome OctoAI Design, Manage, Protect: Integrated AI Ecosystem Meet the Octopus AI ecosystem: Develop strategies with the AI Content Advisor, produce content in seconds with the AI Designer, and ensure your hardware health with AI Technical. AI Technical Our AI continuously monitors display hardware to prevent glitches, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/octopussignage.com\/en\/octoai\/\" \/>\n<meta property=\"og:site_name\" content=\"Octopus\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/WeAreOctopusUK\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-12T15:36:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@WeAreOctopusUK\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/octopussignage.com\\\/octoai\\\/\",\"url\":\"https:\\\/\\\/octopussignage.com\\\/octoai\\\/\",\"name\":\"OctoAI - Octopus\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/octopussignage.com\\\/#website\"},\"datePublished\":\"2026-02-12T14:45:40+00:00\",\"dateModified\":\"2026-02-12T15:36:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/octopussignage.com\\\/octoai\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/octopussignage.com\\\/octoai\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/octopussignage.com\\\/octoai\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\\\/\\\/octopussignage.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OctoAI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/octopussignage.com\\\/#website\",\"url\":\"https:\\\/\\\/octopussignage.com\\\/\",\"name\":\"Octopus\",\"description\":\"Octopus\",\"publisher\":{\"@id\":\"https:\\\/\\\/octopussignage.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/octopussignage.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/octopussignage.com\\\/#organization\",\"name\":\"Octopus\",\"url\":\"https:\\\/\\\/octopussignage.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/octopussignage.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/octopussignage.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/svg-logo.svg\",\"contentUrl\":\"https:\\\/\\\/octopussignage.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/svg-logo.svg\",\"width\":45,\"height\":42,\"caption\":\"Octopus\"},\"image\":{\"@id\":\"https:\\\/\\\/octopussignage.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/WeAreOctopusUK\",\"https:\\\/\\\/x.com\\\/WeAreOctopusUK\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/weareoctopusuk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/weareoctopusuk\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@octopustechnology-octopuss6439?si=osB_2Wa4NzB0TVcp\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OctoAI - Octopus","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/octopussignage.com\/en\/octoai\/","og_locale":"en_US","og_type":"article","og_title":"OctoAI - Octopus","og_description":"OctoAI &#8211; Design, Manage, Protect: Integrated AI Ecosystem Welcome OctoAI Design, Manage, Protect: Integrated AI Ecosystem Meet the Octopus AI ecosystem: Develop strategies with the AI Content Advisor, produce content in seconds with the AI Designer, and ensure your hardware health with AI Technical. AI Technical Our AI continuously monitors display hardware to prevent glitches, [&hellip;]","og_url":"https:\/\/octopussignage.com\/en\/octoai\/","og_site_name":"Octopus","article_publisher":"https:\/\/www.facebook.com\/WeAreOctopusUK","article_modified_time":"2026-02-12T15:36:44+00:00","twitter_card":"summary_large_image","twitter_site":"@WeAreOctopusUK","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/octopussignage.com\/octoai\/","url":"https:\/\/octopussignage.com\/octoai\/","name":"OctoAI - Octopus","isPartOf":{"@id":"https:\/\/octopussignage.com\/#website"},"datePublished":"2026-02-12T14:45:40+00:00","dateModified":"2026-02-12T15:36:44+00:00","breadcrumb":{"@id":"https:\/\/octopussignage.com\/octoai\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/octopussignage.com\/octoai\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/octopussignage.com\/octoai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/octopussignage.com\/"},{"@type":"ListItem","position":2,"name":"OctoAI"}]},{"@type":"WebSite","@id":"https:\/\/octopussignage.com\/#website","url":"https:\/\/octopussignage.com\/","name":"Octopus","description":"Octopus","publisher":{"@id":"https:\/\/octopussignage.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/octopussignage.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/octopussignage.com\/#organization","name":"Octopus","url":"https:\/\/octopussignage.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/octopussignage.com\/#\/schema\/logo\/image\/","url":"https:\/\/octopussignage.com\/wp-content\/uploads\/2024\/10\/svg-logo.svg","contentUrl":"https:\/\/octopussignage.com\/wp-content\/uploads\/2024\/10\/svg-logo.svg","width":45,"height":42,"caption":"Octopus"},"image":{"@id":"https:\/\/octopussignage.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/WeAreOctopusUK","https:\/\/x.com\/WeAreOctopusUK","https:\/\/www.linkedin.com\/company\/weareoctopusuk\/","https:\/\/www.instagram.com\/weareoctopusuk\/","https:\/\/www.youtube.com\/@octopustechnology-octopuss6439?si=osB_2Wa4NzB0TVcp"]}]}},"_links":{"self":[{"href":"https:\/\/octopussignage.com\/en\/wp-json\/wp\/v2\/pages\/8682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/octopussignage.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/octopussignage.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/octopussignage.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/octopussignage.com\/en\/wp-json\/wp\/v2\/comments?post=8682"}],"version-history":[{"count":0,"href":"https:\/\/octopussignage.com\/en\/wp-json\/wp\/v2\/pages\/8682\/revisions"}],"wp:attachment":[{"href":"https:\/\/octopussignage.com\/en\/wp-json\/wp\/v2\/media?parent=8682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}