{"id":99,"date":"2026-08-10T11:26:59","date_gmt":"2026-08-10T11:26:59","guid":{"rendered":"https:\/\/pixenova.net\/?page_id=99"},"modified":"2026-08-10T11:47:50","modified_gmt":"2026-08-10T11:47:50","slug":"home","status":"publish","type":"page","link":"https:\/\/pixenova.net\/","title":{"rendered":"Home"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n<link\n  href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@500;600;700&#038;family=Inter:wght@400;500;600;700&#038;family=JetBrains+Mono:wght@500&#038;display=swap\"\n  rel=\"stylesheet\"\n\/>\n<style>\n  :root {\n    --bg: #080b14;\n    --bg-soft: #0b0f1c;\n    --surface: #10162a;\n    --surface-2: #161d35;\n    --border: rgba(255, 255, 255, 0.09);\n    --border-soft: rgba(255, 255, 255, 0.05);\n    --pink: #f0179a;\n    --teal: #2fe6c9;\n    --violet: #8b3fe0;\n    --text: #f4f6fc;\n    --muted: #9099bd;\n    --muted-2: #5c6488;\n    --font-display: \"Space Grotesk\", sans-serif;\n    --font-body: \"Inter\", sans-serif;\n    --font-mono: \"JetBrains Mono\", monospace;\n    --max: 1180px;\n  }\n\n  *,\n  *::before,\n  *::after {\n    box-sizing: border-box;\n  }\n  html {\n    scroll-behavior: smooth;\n  }\n  body {\n    margin: 0;\n    background: var(--bg);\n    color: var(--text);\n    font-family: var(--font-body);\n    font-size: 16px;\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n  img {\n    max-width: 100%;\n    display: block;\n  }\n  a {\n    color: inherit;\n    text-decoration: none;\n  }\n  ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n  h1,\n  h2,\n  h3,\n  h4 {\n    font-family: var(--font-display);\n    margin: 0;\n    line-height: 1.15;\n    letter-spacing: -0.01em;\n  }\n  p {\n    margin: 0;\n  }\n  .wrap {\n    max-width: var(--max);\n    margin: 0 auto;\n    padding: 0 28px;\n  }\n  section {\n    position: relative;\n  }\n\n  ::selection {\n    background: var(--violet);\n    color: #fff;\n  }\n\n  :focus-visible {\n    outline: 2px solid var(--teal);\n    outline-offset: 3px;\n    border-radius: 4px;\n  }\n\n  .eyebrow {\n    font-family: var(--font-mono);\n    font-size: 12.5px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--muted);\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .eyebrow::before {\n    content: \"\";\n    width: 16px;\n    height: 1px;\n    background: var(--muted-2);\n  }\n\n  \/* ---------- Buttons ---------- *\/\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    padding: 13px 26px;\n    border-radius: 999px;\n    font-family: var(--font-body);\n    font-weight: 600;\n    font-size: 14.5px;\n    cursor: pointer;\n    border: 1px solid transparent;\n    transition:\n      transform 0.18s ease,\n      box-shadow 0.18s ease,\n      background 0.18s ease,\n      border-color 0.18s ease;\n    white-space: nowrap;\n  }\n  .btn-primary {\n    background: linear-gradient(\n      120deg,\n      var(--pink),\n      var(--violet) 55%,\n      var(--teal)\n    );\n    color: #0a0c14;\n    box-shadow: 0 8px 24px -8px rgba(139, 63, 224, 0.55);\n  }\n  .btn-primary:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 28px -8px rgba(240, 23, 154, 0.5);\n  }\n  .btn-ghost {\n    background: transparent;\n    border-color: var(--border);\n    color: var(--text);\n  }\n  .btn-ghost:hover {\n    border-color: var(--teal);\n    color: var(--teal);\n  }\n\n  \/* ---------- Nav ---------- *\/\n  header {\n    position: sticky;\n    top: 0;\n    z-index: 50;\n    background: rgba(8, 11, 20, 0.72);\n    backdrop-filter: blur(14px);\n    -webkit-backdrop-filter: blur(14px);\n    border-bottom: 1px solid var(--border-soft);\n  }\n  nav.wrap {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    height: 76px;\n  }\n  .brand {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n  }\n  .brand img {\n    width: 36px;\n    height: 36px;\n    object-fit: cover;\n    border-radius: 9px;\n  }\n  .brand span {\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 19px;\n    letter-spacing: 0.02em;\n  }\n  .nav-links {\n    display: flex;\n    align-items: center;\n    gap: 34px;\n    font-size: 14.5px;\n    font-weight: 500;\n    color: var(--muted);\n  }\n  .nav-links a {\n    transition: color 0.15s ease;\n  }\n  .nav-links a:hover {\n    color: var(--text);\n  }\n  .nav-cta {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n  }\n\n  @media (max-width: 840px) {\n    .nav-links {\n      display: none;\n    }\n  }\n\n  \/* ---------- Hero ---------- *\/\n  .hero {\n    padding: 96px 0 88px;\n    overflow: hidden;\n    background:\n      radial-gradient(\n        ellipse 900px 500px at 18% -10%,\n        rgba(240, 23, 154, 0.14),\n        transparent 60%\n      ),\n      radial-gradient(\n        ellipse 900px 600px at 90% 10%,\n        rgba(47, 230, 201, 0.1),\n        transparent 55%\n      ),\n      var(--bg);\n  }\n  .hero-inner {\n    position: relative;\n    display: grid;\n    grid-template-columns: 1.05fr 0.8fr;\n    gap: 48px;\n    align-items: center;\n    z-index: 2;\n  }\n  #hero-canvas {\n    position: absolute;\n    inset: -40px -28px auto -28px;\n    height: 640px;\n    width: calc(100% + 56px);\n    z-index: 0;\n    opacity: 0.55;\n    pointer-events: none;\n  }\n  .hero-text {\n    position: relative;\n    z-index: 2;\n  }\n  .hero-text .eyebrow {\n    margin-bottom: 22px;\n  }\n  .hero-text h1 {\n    font-size: clamp(34px, 4.6vw, 54px);\n    margin-bottom: 22px;\n  }\n  .hero-text h1 .grad {\n    background: linear-gradient(\n      100deg,\n      var(--pink),\n      var(--violet) 45%,\n      var(--teal)\n    );\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n  }\n  .hero-text p.lede {\n    font-size: 17px;\n    color: var(--muted);\n    max-width: 520px;\n    margin-bottom: 34px;\n  }\n  .hero-cta {\n    display: flex;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .hero-mark {\n    position: relative;\n    z-index: 2;\n    display: flex;\n    justify-content: center;\n  }\n  .hero-mark-frame {\n    position: relative;\n    width: 100%;\n    max-width: 380px;\n    border-radius: 26px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    box-shadow: 0 30px 70px -30px rgba(139, 63, 224, 0.45);\n  }\n  .hero-mark-frame img {\n    width: 100%;\n    height: auto;\n  }\n\n  @media (max-width: 900px) {\n    .hero-inner {\n      grid-template-columns: 1fr;\n    }\n    .hero-mark {\n      order: -1;\n    }\n    .hero-mark-frame {\n      max-width: 280px;\n    }\n    #hero-canvas {\n      height: 520px;\n    }\n  }\n\n  \/* ---------- Constellation ---------- *\/\n  .constellation {\n    padding: 20px 0 100px;\n    border-bottom: 1px solid var(--border-soft);\n  }\n  .constellation-head {\n    text-align: center;\n    max-width: 640px;\n    margin: 0 auto 46px;\n  }\n  .constellation-head h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    margin-top: 16px;\n  }\n  .constellation-head .eyebrow {\n    justify-content: center;\n  }\n  .constellation-head .eyebrow::before {\n    display: none;\n  }\n  .constellation-svg {\n    width: 100%;\n    height: auto;\n  }\n  .node-label {\n    font-family: var(--font-mono);\n    font-size: 12.5px;\n    fill: var(--text);\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n  }\n  .node-sub {\n    font-family: var(--font-body);\n    font-size: 10.5px;\n    fill: var(--muted);\n  }\n  .node-group {\n    cursor: pointer;\n  }\n  .node-group circle.dot {\n    transition: r 0.2s ease;\n  }\n  .node-group:hover circle.dot {\n    r: 7;\n  }\n  .node-group:hover .node-label {\n    fill: var(--teal);\n  }\n\n  \/* ---------- Section shell ---------- *\/\n  .service-section {\n    padding: 86px 0;\n    border-bottom: 1px solid var(--border-soft);\n  }\n  .service-section.alt {\n    background: var(--bg-soft);\n  }\n  .section-head {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    margin-bottom: 40px;\n    max-width: 760px;\n  }\n  .node-icon {\n    flex: none;\n    width: 46px;\n    height: 46px;\n  }\n  .section-head h2 {\n    font-size: clamp(24px, 3.2vw, 32px);\n    margin-bottom: 10px;\n  }\n  .section-head p {\n    color: var(--muted);\n    font-size: 15.5px;\n  }\n\n  .accent-teal {\n    color: var(--teal);\n  }\n  .accent-pink {\n    color: var(--pink);\n  }\n  .accent-violet {\n    color: var(--violet);\n  }\n\n  \/* ---------- Cards ---------- *\/\n  .card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n  .card-grid.two {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  @media (max-width: 920px) {\n    .card-grid,\n    .card-grid.two {\n      grid-template-columns: 1fr;\n    }\n  }\n  .card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 28px 26px;\n    transition:\n      border-color 0.2s ease,\n      transform 0.2s ease;\n  }\n  .card:hover {\n    border-color: var(--border);\n    transform: translateY(-3px);\n  }\n  .card h3 {\n    font-size: 17.5px;\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .card .tag {\n    font-family: var(--font-mono);\n    font-size: 10.5px;\n    letter-spacing: 0.08em;\n    color: var(--muted-2);\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 10px;\n  }\n  .card ul {\n    margin-top: 14px;\n    display: flex;\n    flex-direction: column;\n    gap: 9px;\n  }\n  .card ul li {\n    font-size: 14px;\n    color: var(--muted);\n    padding-left: 18px;\n    position: relative;\n  }\n  .card ul li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 8px;\n    width: 6px;\n    height: 6px;\n    border-radius: 2px;\n    background: var(--teal);\n  }\n  .card.pink ul li::before {\n    background: var(--pink);\n  }\n  .card.violet ul li::before {\n    background: var(--violet);\n  }\n\n  \/* ---------- Chips ---------- *\/\n  .chip-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 8px;\n  }\n  .chip {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 10px 16px 10px 10px;\n    font-size: 14px;\n    font-weight: 500;\n  }\n  .chip .mono {\n    width: 30px;\n    height: 30px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: var(--font-mono);\n    font-size: 11px;\n    font-weight: 600;\n    color: #0a0c14;\n  }\n\n  \/* ---------- Bullet lists (roles etc) ---------- *\/\n  .role-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px 32px;\n  }\n  @media (max-width: 700px) {\n    .role-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n  .role-item {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    font-size: 14.5px;\n    color: var(--muted);\n    padding: 6px 0;\n  }\n  .role-item .dot {\n    flex: none;\n    width: 7px;\n    height: 7px;\n    border-radius: 2px;\n    margin-top: 7px;\n    background: var(--violet);\n  }\n  .role-item b {\n    color: var(--text);\n    font-weight: 600;\n  }\n\n  \/* ---------- Tool showcase ---------- *\/\n  .tool-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n  @media (max-width: 820px) {\n    .tool-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n  @media (max-width: 560px) {\n    .tool-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n  .tool-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 20px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n  .tool-card .mono {\n    width: 42px;\n    height: 42px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: var(--font-mono);\n    font-weight: 700;\n    font-size: 13px;\n    color: #0a0c14;\n    flex: none;\n  }\n  .tool-card h4 {\n    font-size: 14.5px;\n    margin-bottom: 2px;\n  }\n  .tool-card p {\n    font-size: 12.5px;\n    color: var(--muted);\n  }\n\n  \/* ---------- Final CTA ---------- *\/\n  .final-cta {\n    padding: 90px 0;\n    text-align: center;\n    background:\n      radial-gradient(\n        ellipse 700px 400px at 50% 0%,\n        rgba(240, 23, 154, 0.12),\n        transparent 60%\n      ),\n      var(--bg);\n  }\n  .final-cta h2 {\n    font-size: clamp(28px, 4vw, 42px);\n    max-width: 620px;\n    margin: 0 auto 18px;\n  }\n  .final-cta p {\n    color: var(--muted);\n    margin-bottom: 34px;\n    font-size: 16px;\n  }\n  .final-cta .hero-cta {\n    justify-content: center;\n  }\n\n  \/* ---------- Footer ---------- *\/\n  footer {\n    padding: 44px 0;\n    border-top: 1px solid var(--border-soft);\n  }\n  .footer-inner {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 18px;\n  }\n  .footer-brand {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .footer-brand img {\n    width: 26px;\n    height: 26px;\n    border-radius: 6px;\n  }\n  .footer-brand span {\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 15px;\n  }\n  footer .muted {\n    color: var(--muted-2);\n    font-size: 13px;\n  }\n  .footer-links {\n    display: flex;\n    gap: 26px;\n    font-size: 13.5px;\n    color: var(--muted);\n  }\n  .footer-links a:hover {\n    color: var(--text);\n  }\n\n  \/* ---------- Reveal ---------- *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(18px);\n    transition:\n      opacity 0.6s ease,\n      transform 0.6s ease;\n  }\n  .reveal.in {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    html {\n      scroll-behavior: auto;\n    }\n    .reveal {\n      opacity: 1;\n      transform: none;\n      transition: none;\n    }\n    .btn-primary:hover {\n      transform: none;\n    }\n  }\n<\/style>\n\n<header>\n  <nav class=\"wrap\">\n    <a class=\"brand\" href=\"#top\" aria-label=\"Pixenova home\">\n      <img decoding=\"async\"\n        src=\"https:\/\/pixenova.net\/wp-content\/uploads\/2026\/08\/pixenova-icon.png\"\n        alt=\"Pixenova\"\n      \/>\n      <span>PIXENOVA<\/span>\n    <\/a>\n    <div class=\"nav-links\">\n      <a href=\"#seo\">SEO<\/a>\n      <a href=\"#social\">Social<\/a>\n      <a href=\"#influencer\">Influencer<\/a>\n      <a href=\"#ai-search\">AI Search<\/a>\n      <a href=\"#ai-creative\">AI Creative<\/a>\n    <\/div>\n    <div class=\"nav-cta\">\n      <a class=\"btn btn-primary\" href=\"mailto:pixenova@yahoo.com\"\n        >Get in Touch<\/a\n      >\n    <\/div>\n  <\/nav>\n<\/header>\n\n<main id=\"top\">\n  <!-- HERO -->\n  <section class=\"hero\">\n    <canvas id=\"hero-canvas\"><\/canvas>\n    <div class=\"wrap hero-inner\">\n      <div class=\"hero-text\">\n        <p class=\"eyebrow\">Digital Growth &amp; AI Visibility Studio<\/p>\n        <h1>\n          Every place your customers\n          <span class=\"grad\">search, scroll &amp; ask<\/span> \u2014 connected into\n          one growth engine.\n        <\/h1>\n        <p class=\"lede\">\n          Pixenova plans and runs SEO, social, influencer, and AI\u2011search\n          visibility as one connected system \u2014 then produces the video and\n          graphics to fuel all of it, using the same AI-accelerated tools\n          shaping the industry in 2026.\n        <\/p>\n        <div class=\"hero-cta\">\n          <a class=\"btn btn-primary\" href=\"mailto:pixenova@yahoo.com\"\n            >Get in Touch<\/a\n          >\n          <a class=\"btn btn-ghost\" href=\"#services\">See our services<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"hero-mark\">\n        <div class=\"hero-mark-frame\">\n          <img decoding=\"async\"\n            src=\"https:\/\/pixenova.net\/wp-content\/uploads\/2026\/08\/pixenova-full.png\"\n            alt=\"Pixenova logo mark\"\n          \/>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CONSTELLATION \/ SERVICE MAP -->\n  <section class=\"constellation\" id=\"services\">\n    <div class=\"wrap\">\n      <div class=\"constellation-head reveal\">\n        <p class=\"eyebrow\">The system<\/p>\n        <h2>Six disciplines. One connected map.<\/h2>\n      <\/div>\n\n      <svg\n        class=\"constellation-svg reveal\"\n        viewBox=\"0 0 1000 460\"\n        xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n        role=\"img\"\n        aria-label=\"Diagram of Pixenova's six connected services around a central hub\"\n      >\n        <defs>\n          <linearGradient id=\"edgeGrad\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\">\n            <stop offset=\"0%\" stop-color=\"#f0179a\" stop-opacity=\"0.55\" \/>\n            <stop offset=\"50%\" stop-color=\"#8b3fe0\" stop-opacity=\"0.4\" \/>\n            <stop offset=\"100%\" stop-color=\"#2fe6c9\" stop-opacity=\"0.55\" \/>\n          <\/linearGradient>\n        <\/defs>\n\n        <!-- edges: hub to nodes -->\n        <g stroke=\"url(#edgeGrad)\" stroke-width=\"1.4\" fill=\"none\">\n          <line x1=\"500\" y1=\"230\" x2=\"180\" y2=\"95\" \/>\n          <line x1=\"500\" y1=\"230\" x2=\"500\" y2=\"55\" \/>\n          <line x1=\"500\" y1=\"230\" x2=\"820\" y2=\"95\" \/>\n          <line x1=\"500\" y1=\"230\" x2=\"180\" y2=\"370\" \/>\n          <line x1=\"500\" y1=\"230\" x2=\"500\" y2=\"410\" \/>\n          <line x1=\"500\" y1=\"230\" x2=\"820\" y2=\"370\" \/>\n          <!-- outer ring connections -->\n          <line x1=\"180\" y1=\"95\" x2=\"500\" y2=\"55\" stroke-opacity=\"0.25\" \/>\n          <line x1=\"500\" y1=\"55\" x2=\"820\" y2=\"95\" stroke-opacity=\"0.25\" \/>\n          <line x1=\"820\" y1=\"95\" x2=\"820\" y2=\"370\" stroke-opacity=\"0.18\" \/>\n          <line x1=\"820\" y1=\"370\" x2=\"500\" y2=\"410\" stroke-opacity=\"0.25\" \/>\n          <line x1=\"500\" y1=\"410\" x2=\"180\" y2=\"370\" stroke-opacity=\"0.25\" \/>\n          <line x1=\"180\" y1=\"370\" x2=\"180\" y2=\"95\" stroke-opacity=\"0.18\" \/>\n        <\/g>\n\n        <!-- hub -->\n        <g>\n          <circle\n            cx=\"500\"\n            cy=\"230\"\n            r=\"46\"\n            fill=\"#10162a\"\n            stroke=\"var(--border)\"\n          \/>\n          <circle\n            cx=\"500\"\n            cy=\"230\"\n            r=\"46\"\n            fill=\"none\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.5\"\n          \/>\n          <text\n            x=\"500\"\n            y=\"226\"\n            text-anchor=\"middle\"\n            class=\"node-label\"\n            style=\"font-size: 13px\"\n          >\n            PIXENOVA\n          <\/text>\n          <text x=\"500\" y=\"242\" text-anchor=\"middle\" class=\"node-sub\">\n            growth hub\n          <\/text>\n        <\/g>\n\n        <!-- node: SEO -->\n        <a href=\"#seo\">\n          <g class=\"node-group\">\n            <circle cx=\"180\" cy=\"95\" r=\"5.5\" class=\"dot\" fill=\"#2fe6c9\" \/>\n            <text x=\"180\" y=\"70\" text-anchor=\"middle\" class=\"node-label\">\n              SEO\n            <\/text>\n            <text x=\"180\" y=\"120\" text-anchor=\"middle\" class=\"node-sub\">\n              on-page \u00b7 technical \u00b7 off-page\n            <\/text>\n          <\/g>\n        <\/a>\n\n        <!-- node: AI Search -->\n        <a href=\"#ai-search\">\n          <g class=\"node-group\">\n            <circle cx=\"500\" cy=\"55\" r=\"5.5\" class=\"dot\" fill=\"#8b3fe0\" \/>\n            <text x=\"500\" y=\"34\" text-anchor=\"middle\" class=\"node-label\">\n              AI SEO \/ AEO \/ GEO\n            <\/text>\n            <text x=\"500\" y=\"76\" text-anchor=\"middle\" class=\"node-sub\">\n              answer &amp; generative engines\n            <\/text>\n          <\/g>\n        <\/a>\n\n        <!-- node: Social -->\n        <a href=\"#social\">\n          <g class=\"node-group\">\n            <circle cx=\"820\" cy=\"95\" r=\"5.5\" class=\"dot\" fill=\"#f0179a\" \/>\n            <text x=\"820\" y=\"70\" text-anchor=\"middle\" class=\"node-label\">\n              Social Media\n            <\/text>\n            <text x=\"820\" y=\"120\" text-anchor=\"middle\" class=\"node-sub\">\n              management \u00b7 marketing\n            <\/text>\n          <\/g>\n        <\/a>\n\n        <!-- node: Influencer -->\n        <a href=\"#influencer\">\n          <g class=\"node-group\">\n            <circle cx=\"180\" cy=\"370\" r=\"5.5\" class=\"dot\" fill=\"#8b3fe0\" \/>\n            <text x=\"180\" y=\"400\" text-anchor=\"middle\" class=\"node-label\">\n              Influencer\n            <\/text>\n            <text x=\"180\" y=\"352\" text-anchor=\"middle\" class=\"node-sub\">\n              outreach &amp; management\n            <\/text>\n          <\/g>\n        <\/a>\n\n        <!-- node: AI Video -->\n        <a href=\"#ai-creative\">\n          <g class=\"node-group\">\n            <circle cx=\"500\" cy=\"410\" r=\"5.5\" class=\"dot\" fill=\"#2fe6c9\" \/>\n            <text x=\"500\" y=\"440\" text-anchor=\"middle\" class=\"node-label\">\n              AI Video Editing\n            <\/text>\n            <text x=\"500\" y=\"392\" text-anchor=\"middle\" class=\"node-sub\">\n              production at speed\n            <\/text>\n          <\/g>\n        <\/a>\n\n        <!-- node: AI Design -->\n        <a href=\"#ai-creative\">\n          <g class=\"node-group\">\n            <circle cx=\"820\" cy=\"370\" r=\"5.5\" class=\"dot\" fill=\"#f0179a\" \/>\n            <text x=\"820\" y=\"400\" text-anchor=\"middle\" class=\"node-label\">\n              AI Graphic Design\n            <\/text>\n            <text x=\"820\" y=\"352\" text-anchor=\"middle\" class=\"node-sub\">\n              visual identity at scale\n            <\/text>\n          <\/g>\n        <\/a>\n      <\/svg>\n    <\/div>\n  <\/section>\n\n  <!-- SEO -->\n  <section class=\"service-section\" id=\"seo\">\n    <div class=\"wrap\">\n      <div class=\"section-head reveal\">\n        <svg class=\"node-icon\" viewBox=\"0 0 46 46\">\n          <circle\n            cx=\"23\"\n            cy=\"23\"\n            r=\"21\"\n            fill=\"none\"\n            stroke=\"#2fe6c9\"\n            stroke-opacity=\"0.35\"\n          \/>\n          <circle cx=\"23\" cy=\"14\" r=\"4\" fill=\"#2fe6c9\" \/>\n          <circle cx=\"14\" cy=\"30\" r=\"4\" fill=\"#2fe6c9\" fill-opacity=\"0.7\" \/>\n          <circle cx=\"32\" cy=\"30\" r=\"4\" fill=\"#2fe6c9\" fill-opacity=\"0.7\" \/>\n          <line\n            x1=\"23\"\n            y1=\"14\"\n            x2=\"14\"\n            y2=\"30\"\n            stroke=\"#2fe6c9\"\n            stroke-opacity=\"0.5\"\n          \/>\n          <line\n            x1=\"23\"\n            y1=\"14\"\n            x2=\"32\"\n            y2=\"30\"\n            stroke=\"#2fe6c9\"\n            stroke-opacity=\"0.5\"\n          \/>\n          <line\n            x1=\"14\"\n            y1=\"30\"\n            x2=\"32\"\n            y2=\"30\"\n            stroke=\"#2fe6c9\"\n            stroke-opacity=\"0.3\"\n          \/>\n        <\/svg>\n        <div>\n          <h2>Search Engine <span class=\"accent-teal\">Optimization<\/span><\/h2>\n          <p>\n            A full-funnel SEO practice covering the page, the site, and the web\n            around it \u2014 built to earn and hold rankings, not just chase them.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"card-grid reveal\">\n        <div class=\"card\">\n          <span class=\"tag\">On-Page<\/span>\n          <h3>On-Page SEO<\/h3>\n          <p style=\"color: var(--muted); font-size: 14px\">\n            Optimizing every element a visitor and a crawler actually see on the\n            page itself.\n          <\/p>\n          <ul>\n            <li>\n              Title tags &amp; meta descriptions written for intent and\n              click-through\n            <\/li>\n            <li>Header structure (H1\u2013H3) and keyword placement<\/li>\n            <li>Content structure, readability, and depth<\/li>\n            <li>Internal linking between related pages<\/li>\n            <li>Image alt text, compression, and file naming<\/li>\n            <li>Clean, readable URL structures<\/li>\n            <li>Schema and structured data markup<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"card\">\n          <span class=\"tag\">Technical<\/span>\n          <h3>Technical SEO<\/h3>\n          <p style=\"color: var(--muted); font-size: 14px\">\n            The infrastructure work that decides whether search engines can\n            find, render, and trust your site.\n          <\/p>\n          <ul>\n            <li>Crawlability &amp; indexation audits<\/li>\n            <li>XML sitemap and robots.txt configuration<\/li>\n            <li>Site architecture and canonicalization<\/li>\n            <li>Core Web Vitals and page-speed tuning<\/li>\n            <li>Mobile-first rendering checks<\/li>\n            <li>HTTPS, redirect-chain, and duplicate-content clean-up<\/li>\n            <li>Structured data implementation at scale<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"card\">\n          <span class=\"tag\">Off-Page<\/span>\n          <h3>Off-Page SEO<\/h3>\n          <p style=\"color: var(--muted); font-size: 14px\">\n            Building the authority and signals that live beyond your own site.\n          <\/p>\n          <ul>\n            <li>Authoritative backlink acquisition &amp; digital PR<\/li>\n            <li>Guest posting and content partnerships<\/li>\n            <li>Brand mention monitoring &amp; link reclamation<\/li>\n            <li>Local citations &amp; directory listings<\/li>\n            <li>Competitor backlink gap analysis<\/li>\n            <li>Industry and influencer outreach for links<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SOCIAL -->\n  <section class=\"service-section alt\" id=\"social\">\n    <div class=\"wrap\">\n      <div class=\"section-head reveal\">\n        <svg class=\"node-icon\" viewBox=\"0 0 46 46\">\n          <circle\n            cx=\"23\"\n            cy=\"23\"\n            r=\"21\"\n            fill=\"none\"\n            stroke=\"#f0179a\"\n            stroke-opacity=\"0.35\"\n          \/>\n          <circle cx=\"14\" cy=\"16\" r=\"4\" fill=\"#f0179a\" fill-opacity=\"0.7\" \/>\n          <circle cx=\"32\" cy=\"16\" r=\"4\" fill=\"#f0179a\" fill-opacity=\"0.7\" \/>\n          <circle cx=\"23\" cy=\"31\" r=\"4\" fill=\"#f0179a\" \/>\n          <line\n            x1=\"14\"\n            y1=\"16\"\n            x2=\"23\"\n            y2=\"31\"\n            stroke=\"#f0179a\"\n            stroke-opacity=\"0.5\"\n          \/>\n          <line\n            x1=\"32\"\n            y1=\"16\"\n            x2=\"23\"\n            y2=\"31\"\n            stroke=\"#f0179a\"\n            stroke-opacity=\"0.5\"\n          \/>\n          <line\n            x1=\"14\"\n            y1=\"16\"\n            x2=\"32\"\n            y2=\"16\"\n            stroke=\"#f0179a\"\n            stroke-opacity=\"0.3\"\n          \/>\n        <\/svg>\n        <div>\n          <h2>\n            Social Media\n            <span class=\"accent-pink\"\n              >Management, Marketing &amp; Optimization<\/span\n            >\n          <\/h2>\n          <p>\n            Consistent, platform-native presence across every channel your\n            audience actually spends time on \u2014 planned, published, and optimized\n            as one strategy.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <p\n        style=\"\n          color: var(--muted);\n          font-size: 14.5px;\n          margin-bottom: 16px;\n          font-family: var(--font-mono);\n          letter-spacing: 0.04em;\n          text-transform: uppercase;\n        \"\n      >\n        Platforms we manage\n      <\/p>\n      <div class=\"chip-row reveal\" style=\"margin-bottom: 40px\">\n        <div class=\"chip\">\n          <span class=\"mono\" style=\"background: #2fe6c9\">FB<\/span>Facebook\n        <\/div>\n        <div class=\"chip\">\n          <span class=\"mono\" style=\"background: #f0179a\">IG<\/span>Instagram\n        <\/div>\n        <div class=\"chip\">\n          <span class=\"mono\" style=\"background: #8b3fe0\">TT<\/span>TikTok\n        <\/div>\n        <div class=\"chip\">\n          <span class=\"mono\" style=\"background: #2fe6c9\">X<\/span>X (Twitter)\n        <\/div>\n        <div class=\"chip\">\n          <span class=\"mono\" style=\"background: #f0179a\">IN<\/span>LinkedIn\n        <\/div>\n        <div class=\"chip\">\n          <span class=\"mono\" style=\"background: #8b3fe0\">PN<\/span>Pinterest\n        <\/div>\n      <\/div>\n\n      <div class=\"card-grid two reveal\">\n        <div class=\"card pink\">\n          <h3>Management &amp; Marketing<\/h3>\n          <ul>\n            <li>Platform-specific content calendars and native creative<\/li>\n            <li>Community management and response handling<\/li>\n            <li>Trend, format, and hashtag strategy per platform<\/li>\n            <li>Influencer and UGC content coordination<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"card pink\">\n          <h3>Optimization &amp; Reporting<\/h3>\n          <ul>\n            <li>Profile and page optimization for discovery<\/li>\n            <li>Paid social campaign setup and optimization<\/li>\n            <li>Performance analytics and reporting<\/li>\n            <li>A\/B testing on creative, copy, and posting cadence<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- INFLUENCER -->\n  <section class=\"service-section\" id=\"influencer\">\n    <div class=\"wrap\">\n      <div class=\"section-head reveal\">\n        <svg class=\"node-icon\" viewBox=\"0 0 46 46\">\n          <circle\n            cx=\"23\"\n            cy=\"23\"\n            r=\"21\"\n            fill=\"none\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.35\"\n          \/>\n          <circle cx=\"23\" cy=\"23\" r=\"5\" fill=\"#8b3fe0\" \/>\n          <circle cx=\"12\" cy=\"14\" r=\"3.5\" fill=\"#8b3fe0\" fill-opacity=\"0.6\" \/>\n          <circle cx=\"34\" cy=\"14\" r=\"3.5\" fill=\"#8b3fe0\" fill-opacity=\"0.6\" \/>\n          <circle cx=\"12\" cy=\"34\" r=\"3.5\" fill=\"#8b3fe0\" fill-opacity=\"0.6\" \/>\n          <circle cx=\"34\" cy=\"34\" r=\"3.5\" fill=\"#8b3fe0\" fill-opacity=\"0.6\" \/>\n          <line\n            x1=\"23\"\n            y1=\"23\"\n            x2=\"12\"\n            y2=\"14\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.4\"\n          \/>\n          <line\n            x1=\"23\"\n            y1=\"23\"\n            x2=\"34\"\n            y2=\"14\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.4\"\n          \/>\n          <line\n            x1=\"23\"\n            y1=\"23\"\n            x2=\"12\"\n            y2=\"34\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.4\"\n          \/>\n          <line\n            x1=\"23\"\n            y1=\"23\"\n            x2=\"34\"\n            y2=\"34\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.4\"\n          \/>\n        <\/svg>\n        <div>\n          <h2>\n            Influencer Outreach\n            <span class=\"accent-violet\">&amp; Management<\/span>\n          <\/h2>\n          <p>\n            Finding the right voices for your brand and running the relationship\n            end-to-end, from first message to final report.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"role-grid reveal\">\n        <div class=\"role-item\">\n          <span class=\"dot\"><\/span\n          ><span\n            ><b>Creator identification<\/b> \u2014 sourcing niche-fit influencers\n            across platforms and audience sizes<\/span\n          >\n        <\/div>\n        <div class=\"role-item\">\n          <span class=\"dot\"><\/span\n          ><span\n            ><b>Outreach &amp; relationship management<\/b> \u2014 first contact\n            through long-term partnership<\/span\n          >\n        <\/div>\n        <div class=\"role-item\">\n          <span class=\"dot\"><\/span\n          ><span\n            ><b>Contract &amp; deliverable negotiation<\/b> \u2014 rates, usage\n            rights, and timelines<\/span\n          >\n        <\/div>\n        <div class=\"role-item\">\n          <span class=\"dot\"><\/span\n          ><span\n            ><b>Campaign briefing<\/b> \u2014 creative guidelines that keep brand\n            voice consistent<\/span\n          >\n        <\/div>\n        <div class=\"role-item\">\n          <span class=\"dot\"><\/span\n          ><span\n            ><b>Content approval &amp; compliance<\/b> \u2014 review workflows and\n            disclosure requirements<\/span\n          >\n        <\/div>\n        <div class=\"role-item\">\n          <span class=\"dot\"><\/span\n          ><span\n            ><b>Performance tracking<\/b> \u2014 reach, engagement, and conversion\n            reporting per creator<\/span\n          >\n        <\/div>\n        <div class=\"role-item\">\n          <span class=\"dot\"><\/span\n          ><span\n            ><b>Budget &amp; payment coordination<\/b> \u2014 managing spend across a\n            creator roster<\/span\n          >\n        <\/div>\n        <div class=\"role-item\">\n          <span class=\"dot\"><\/span\n          ><span\n            ><b>Ambassador programs<\/b> \u2014 building repeat, long-term creator\n            relationships<\/span\n          >\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- AI SEO \/ AEO \/ GEO -->\n  <section class=\"service-section alt\" id=\"ai-search\">\n    <div class=\"wrap\">\n      <div class=\"section-head reveal\">\n        <svg class=\"node-icon\" viewBox=\"0 0 46 46\">\n          <circle\n            cx=\"23\"\n            cy=\"23\"\n            r=\"21\"\n            fill=\"none\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.3\"\n          \/>\n          <circle cx=\"23\" cy=\"23\" r=\"4.5\" fill=\"#f0179a\" \/>\n          <circle cx=\"14\" cy=\"12\" r=\"3\" fill=\"#2fe6c9\" \/>\n          <circle cx=\"34\" cy=\"15\" r=\"3\" fill=\"#8b3fe0\" \/>\n          <circle cx=\"12\" cy=\"33\" r=\"3\" fill=\"#2fe6c9\" \/>\n          <circle cx=\"34\" cy=\"32\" r=\"3\" fill=\"#8b3fe0\" \/>\n          <line\n            x1=\"23\"\n            y1=\"23\"\n            x2=\"14\"\n            y2=\"12\"\n            stroke=\"#2fe6c9\"\n            stroke-opacity=\"0.5\"\n          \/>\n          <line\n            x1=\"23\"\n            y1=\"23\"\n            x2=\"34\"\n            y2=\"15\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.5\"\n          \/>\n          <line\n            x1=\"23\"\n            y1=\"23\"\n            x2=\"12\"\n            y2=\"33\"\n            stroke=\"#2fe6c9\"\n            stroke-opacity=\"0.5\"\n          \/>\n          <line\n            x1=\"23\"\n            y1=\"23\"\n            x2=\"34\"\n            y2=\"32\"\n            stroke=\"#8b3fe0\"\n            stroke-opacity=\"0.5\"\n          \/>\n        <\/svg>\n        <div>\n          <h2>AI SEO <span class=\"accent-violet\">\/ AEO \/ GEO<\/span><\/h2>\n          <p>\n            As more searches end inside an AI answer instead of a list of links,\n            we optimize for being the source those answers are built from \u2014\n            across Google AI Overviews, ChatGPT, Perplexity, Gemini, and Claude.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"card-grid two reveal\">\n        <div class=\"card violet\">\n          <h3>Answer &amp; Generative Visibility<\/h3>\n          <ul>\n            <li>\n              Structuring content so AI systems can extract and cite it\n              accurately\n            <\/li>\n            <li>\n              Answer-first formatting \u2014 direct answers placed early, under\n              question-based headings\n            <\/li>\n            <li>Entity clarity and brand-authority signals across the web<\/li>\n            <li>\n              Content built to be concise, fact-dense, and easy for a model to\n              summarize\n            <\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"card violet\">\n          <h3>Structure &amp; Monitoring<\/h3>\n          <ul>\n            <li>\n              Schema and structured data implementation for entity recognition\n            <\/li>\n            <li>\n              Cross-platform AI visibility monitoring and citation tracking\n            <\/li>\n            <li>\n              Unified reporting across traditional SERPs and AI-generated\n              answers\n            <\/li>\n            <li>Ongoing optimization as answer engines evolve<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- AI CREATIVE: Video + Design -->\n  <section class=\"service-section\" id=\"ai-creative\">\n    <div class=\"wrap\">\n      <div class=\"section-head reveal\">\n        <svg class=\"node-icon\" viewBox=\"0 0 46 46\">\n          <circle\n            cx=\"23\"\n            cy=\"23\"\n            r=\"21\"\n            fill=\"none\"\n            stroke=\"#2fe6c9\"\n            stroke-opacity=\"0.35\"\n          \/>\n          <path d=\"M17 15 L31 23 L17 31 Z\" fill=\"#2fe6c9\" \/>\n        <\/svg>\n        <div>\n          <h2>AI <span class=\"accent-teal\">Video Editing<\/span><\/h2>\n          <p>\n            We cut, caption, and repurpose video using the AI-assisted tools\n            professional editors rely on in 2026 \u2014 for turnaround speed without\n            losing creative control.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"tool-grid reveal\" style=\"margin-bottom: 70px\">\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #2fe6c9\">Pr<\/span>\n          <div>\n            <h4>Adobe Premiere Pro<\/h4>\n            <p>\n              Professional timeline editing with AI-assisted cuts &amp; captions\n            <\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #f0179a\">DR<\/span>\n          <div>\n            <h4>DaVinci Resolve<\/h4>\n            <p>Advanced editing, color grading, and AI reframing<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #8b3fe0\">De<\/span>\n          <div>\n            <h4>Descript<\/h4>\n            <p>\n              Transcript-based editing for talking-head and interview content\n            <\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #2fe6c9\">Rw<\/span>\n          <div>\n            <h4>Runway<\/h4>\n            <p>Generative video for concepts, b-roll, and effects<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #f0179a\">CC<\/span>\n          <div>\n            <h4>CapCut<\/h4>\n            <p>Fast-turnaround short-form edits for social platforms<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #8b3fe0\">VD<\/span>\n          <div>\n            <h4>VEED<\/h4>\n            <p>Browser-based captions, subtitles, and vertical reformatting<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section-head reveal\">\n        <svg class=\"node-icon\" viewBox=\"0 0 46 46\">\n          <circle\n            cx=\"23\"\n            cy=\"23\"\n            r=\"21\"\n            fill=\"none\"\n            stroke=\"#f0179a\"\n            stroke-opacity=\"0.35\"\n          \/>\n          <rect\n            x=\"14\"\n            y=\"14\"\n            width=\"18\"\n            height=\"18\"\n            rx=\"3\"\n            fill=\"none\"\n            stroke=\"#f0179a\"\n            stroke-width=\"2\"\n          \/>\n          <circle cx=\"19\" cy=\"19\" r=\"2\" fill=\"#f0179a\" \/>\n        <\/svg>\n        <div>\n          <h2>AI <span class=\"accent-pink\">Graphic Designing<\/span><\/h2>\n          <p>\n            From social creative to campaign key visuals, we combine AI\n            generation with hands-on design craft using the leading tools of\n            2026.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"tool-grid reveal\">\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #f0179a\">Ca<\/span>\n          <div>\n            <h4>Canva Magic Studio<\/h4>\n            <p>Fast, on-brand social and marketing layouts<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #2fe6c9\">Af<\/span>\n          <div>\n            <h4>Adobe Firefly<\/h4>\n            <p>Commercially safe generation inside the Adobe workflow<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #8b3fe0\">Mj<\/span>\n          <div>\n            <h4>Midjourney<\/h4>\n            <p>High-impact concept art and campaign visuals<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #f0179a\">Rc<\/span>\n          <div>\n            <h4>Recraft<\/h4>\n            <p>Native vector output for logos and print-ready assets<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tool-card\">\n          <span class=\"mono\" style=\"background: #2fe6c9\">Fg<\/span>\n          <div>\n            <h4>Figma AI<\/h4>\n            <p>\n              AI-assisted layouts inside a full design &amp; prototyping\n              workspace\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FINAL CTA -->\n  <section class=\"final-cta\">\n    <div class=\"wrap\">\n      <p class=\"eyebrow\" style=\"justify-content: center; margin-bottom: 18px\">\n        Let&#8217;s build the system\n      <\/p>\n      <h2 class=\"reveal\">\n        Ready to connect your growth channels into one engine?\n      <\/h2>\n      <p class=\"reveal\">\n        Tell us about your brand and where you want to grow \u2014 we&#8217;ll reply from\n        pixenova@yahoo.com.\n      <\/p>\n      <div class=\"hero-cta reveal\">\n        <a class=\"btn btn-primary\" href=\"mailto:pixenova@yahoo.com\"\n          >Get in Touch<\/a\n        >\n      <\/div>\n    <\/div>\n  <\/section>\n<\/main>\n\n<footer>\n  <div class=\"wrap footer-inner\">\n    <div class=\"footer-brand\">\n      <img decoding=\"async\"\n        src=\"https:\/\/pixenova.net\/wp-content\/uploads\/2026\/08\/pixenova-icon.png\"\n        alt=\"Pixenova\"\n      \/>\n      <span>PIXENOVA<\/span>\n    <\/div>\n    <div class=\"footer-links\">\n      <a href=\"#seo\">SEO<\/a>\n      <a href=\"#social\">Social<\/a>\n      <a href=\"#influencer\">Influencer<\/a>\n      <a href=\"#ai-search\">AI Search<\/a>\n      <a href=\"#ai-creative\">AI Creative<\/a>\n      <a href=\"mailto:pixenova@yahoo.com\">pixenova@yahoo.com<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"wrap\" style=\"margin-top: 22px\">\n    <p class=\"muted\">\u00a9 2026 Pixenova. All rights reserved.<\/p>\n  <\/div>\n<\/footer>\n\n<script>\n  \/\/ Reveal on scroll\n  (function () {\n    var els = document.querySelectorAll(\".reveal\");\n    if (!(\"IntersectionObserver\" in window)) {\n      els.forEach(function (el) {\n        el.classList.add(\"in\");\n      });\n      return;\n    }\n    var io = new IntersectionObserver(\n      function (entries) {\n        entries.forEach(function (entry) {\n          if (entry.isIntersecting) {\n            entry.target.classList.add(\"in\");\n            io.unobserve(entry.target);\n          }\n        });\n      },\n      { threshold: 0.12 },\n    );\n    els.forEach(function (el) {\n      io.observe(el);\n    });\n  })();\n\n  \/\/ Hero node-network canvas\n  (function () {\n    var canvas = document.getElementById(\"hero-canvas\");\n    if (!canvas) return;\n    var ctx = canvas.getContext(\"2d\");\n    var reduceMotion = window.matchMedia(\n      \"(prefers-reduced-motion: reduce)\",\n    ).matches;\n    var w, h, dpr;\n    var colors = [\"#f0179a\", \"#8b3fe0\", \"#2fe6c9\"];\n    var particles = [];\n    var COUNT = 46;\n\n    function resize() {\n      var rect = canvas.getBoundingClientRect();\n      dpr = Math.min(window.devicePixelRatio || 1, 2);\n      w = rect.width;\n      h = rect.height;\n      canvas.width = w * dpr;\n      canvas.height = h * dpr;\n      ctx.setTransform(dpr, 0, 0, dpr, 0, 0);\n    }\n\n    function init() {\n      particles = [];\n      for (var i = 0; i < COUNT; i++) {\n        particles.push({\n          x: Math.random() * w,\n          y: Math.random() * h,\n          vx: (Math.random() - 0.5) * 0.18,\n          vy: (Math.random() - 0.5) * 0.18,\n          c: colors[i % colors.length],\n          r: Math.random() * 1.6 + 1,\n        });\n      }\n    }\n\n    function step() {\n      ctx.clearRect(0, 0, w, h);\n      for (var i = 0; i < particles.length; i++) {\n        var p = particles[i];\n        if (!reduceMotion) {\n          p.x += p.vx;\n          p.y += p.vy;\n          if (p.x < 0 || p.x > w) p.vx *= -1;\n          if (p.y < 0 || p.y > h) p.vy *= -1;\n        }\n      }\n      \/\/ edges\n      for (var i = 0; i < particles.length; i++) {\n        for (var j = i + 1; j < particles.length; j++) {\n          var a = particles[i],\n            b = particles[j];\n          var dx = a.x - b.x,\n            dy = a.y - b.y;\n          var dist = Math.sqrt(dx * dx + dy * dy);\n          if (dist < 130) {\n            ctx.strokeStyle =\n              \"rgba(139,63,224,\" + 0.14 * (1 - dist \/ 130) + \")\";\n            ctx.lineWidth = 1;\n            ctx.beginPath();\n            ctx.moveTo(a.x, a.y);\n            ctx.lineTo(b.x, b.y);\n            ctx.stroke();\n          }\n        }\n      }\n      \/\/ dots\n      for (var i = 0; i < particles.length; i++) {\n        var p = particles[i];\n        ctx.beginPath();\n        ctx.fillStyle = p.c;\n        ctx.globalAlpha = 0.8;\n        ctx.arc(p.x, p.y, p.r, 0, Math.PI * 2);\n        ctx.fill();\n        ctx.globalAlpha = 1;\n      }\n      if (!reduceMotion) {\n        requestAnimationFrame(step);\n      }\n    }\n\n    resize();\n    init();\n    step();\n\n    var resizeTimer;\n    window.addEventListener(\"resize\", function () {\n      clearTimeout(resizeTimer);\n      resizeTimer = setTimeout(function () {\n        resize();\n        init();\n        if (reduceMotion) step();\n      }, 200);\n    });\n  })();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>PIXENOVA SEO Social Influencer AI Search AI Creative Get in Touch Digital Growth &amp; AI Visibility Studio Every place your customers search, scroll &amp; ask \u2014 connected into one growth engine. Pixenova plans and runs SEO, social, influencer, and AI\u2011search visibility as one connected system \u2014 then produces the video and graphics to fuel all [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-99","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Pixenova<\/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:\/\/pixenova.net\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Pixenova\" \/>\n<meta property=\"og:description\" content=\"PIXENOVA SEO Social Influencer AI Search AI Creative Get in Touch Digital Growth &amp; AI Visibility Studio Every place your customers search, scroll &amp; ask \u2014 connected into one growth engine. Pixenova plans and runs SEO, social, influencer, and AI\u2011search visibility as one connected system \u2014 then produces the video and graphics to fuel all [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pixenova.net\/\" \/>\n<meta property=\"og:site_name\" content=\"Pixenova\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-10T11:47:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pixenova.net\\\/\",\"url\":\"https:\\\/\\\/pixenova.net\\\/\",\"name\":\"Home - Pixenova\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pixenova.net\\\/#website\"},\"datePublished\":\"2026-08-10T11:26:59+00:00\",\"dateModified\":\"2026-08-10T11:47:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pixenova.net\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pixenova.net\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pixenova.net\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pixenova.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pixenova.net\\\/#website\",\"url\":\"https:\\\/\\\/pixenova.net\\\/\",\"name\":\"Pixenova\",\"description\":\"Digital Marketing, Graphic Designing and Video Editing Excellence\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pixenova.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Pixenova","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:\/\/pixenova.net\/","og_locale":"en_US","og_type":"article","og_title":"Home - Pixenova","og_description":"PIXENOVA SEO Social Influencer AI Search AI Creative Get in Touch Digital Growth &amp; AI Visibility Studio Every place your customers search, scroll &amp; ask \u2014 connected into one growth engine. Pixenova plans and runs SEO, social, influencer, and AI\u2011search visibility as one connected system \u2014 then produces the video and graphics to fuel all [&hellip;]","og_url":"https:\/\/pixenova.net\/","og_site_name":"Pixenova","article_modified_time":"2026-08-10T11:47:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pixenova.net\/","url":"https:\/\/pixenova.net\/","name":"Home - Pixenova","isPartOf":{"@id":"https:\/\/pixenova.net\/#website"},"datePublished":"2026-08-10T11:26:59+00:00","dateModified":"2026-08-10T11:47:50+00:00","breadcrumb":{"@id":"https:\/\/pixenova.net\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pixenova.net\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pixenova.net\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pixenova.net\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/pixenova.net\/#website","url":"https:\/\/pixenova.net\/","name":"Pixenova","description":"Digital Marketing, Graphic Designing and Video Editing Excellence","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pixenova.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/pixenova.net\/index.php?rest_route=\/wp\/v2\/pages\/99","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pixenova.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pixenova.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pixenova.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pixenova.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=99"}],"version-history":[{"count":1,"href":"https:\/\/pixenova.net\/index.php?rest_route=\/wp\/v2\/pages\/99\/revisions"}],"predecessor-version":[{"id":100,"href":"https:\/\/pixenova.net\/index.php?rest_route=\/wp\/v2\/pages\/99\/revisions\/100"}],"wp:attachment":[{"href":"https:\/\/pixenova.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=99"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}