{"id":11853,"date":"2026-05-17T23:41:48","date_gmt":"2026-05-17T23:41:48","guid":{"rendered":"https:\/\/jxcdigital.com\/staging\/3370\/?page_id=11853"},"modified":"2026-05-19T16:25:36","modified_gmt":"2026-05-19T16:25:36","slug":"paid-search","status":"publish","type":"page","link":"https:\/\/jxcdigital.com\/staging\/3370\/paid-search\/","title":{"rendered":"Paid Search"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11853\" class=\"elementor elementor-11853\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9aef7d e-flex e-con-boxed e-con e-parent\" data-id=\"f9aef7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d20382 e-con-full e-flex e-con e-parent\" data-id=\"5d20382\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abf3bfb elementor-widget elementor-widget-html\" data-id=\"abf3bfb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Paid Search Management | JXC Digital<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700;800;900&display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy:       #121331;\n    --purple:     #7c3aed;\n    --coral:      #d94f4f;\n    --white:      #ffffff;\n    --gray-light: #f5f6fa;\n    --gray-text:  #6b7280;\n    --text-dark:  #1e1e2e;\n    --grad:       linear-gradient(135deg, #d94f4f 0%, #7c3aed 100%);\n    --font:       'Poppins', sans-serif;\n  }\n\n  body { font-family: var(--font); color: var(--text-dark); background: var(--white); line-height: 1.7; }\n\n  \/* \u2500\u2500 SCROLL ANIMATIONS \u2500\u2500 *\/\n  .anim-fade-up    { opacity: 0; transform: translateY(40px);  transition: opacity 0.7s ease, transform 0.7s ease; }\n  .anim-fade-left  { opacity: 0; transform: translateX(-60px); transition: opacity 0.7s ease, transform 0.7s ease; }\n  .anim-fade-right { opacity: 0; transform: translateX(60px);  transition: opacity 0.7s ease, transform 0.7s ease; }\n  .anim-visible    { opacity: 1 !important; transform: none !important; }\n  .anim-delay-1 { transition-delay: 0.1s; }\n  .anim-delay-2 { transition-delay: 0.2s; }\n  .anim-delay-3 { transition-delay: 0.3s; }\n  .anim-delay-4 { transition-delay: 0.4s; }\n  .anim-delay-5 { transition-delay: 0.5s; }\n  .anim-delay-6 { transition-delay: 0.6s; }\n\n  \/* \u2500\u2500 BUTTONS \u2500\u2500 *\/\n  .btn-primary {\n    display: inline-block;\n    padding: 15px 36px;\n    background: var(--grad);\n    color: var(--white);\n    font-family: var(--font);\n    font-size: 15px;\n    font-weight: 700;\n    border-radius: 8px;\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n    animation: btn-pulse 2.5s ease-in-out infinite;\n    transition: transform 0.15s, box-shadow 0.15s;\n  }\n  .btn-primary::after {\n    content: '';\n    position: absolute;\n    top: -50%; left: -60%;\n    width: 40%; height: 200%;\n    background: rgba(255,255,255,0.15);\n    transform: skewX(-20deg);\n    animation: btn-shine 3s ease-in-out infinite;\n  }\n  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(124,58,237,0.5); animation: none; }\n  @keyframes btn-pulse {\n    0%,100% { box-shadow: 0 0 0 0 rgba(124,58,237,0.5), 0 4px 15px rgba(217,79,79,0.3); }\n    50%      { box-shadow: 0 0 0 10px rgba(124,58,237,0), 0 4px 25px rgba(217,79,79,0.5); }\n  }\n  @keyframes btn-shine { 0% { left:-60%; } 100% { left:130%; } }\n\n  \/* \u2500\u2500 EYEBROW \u2500\u2500 *\/\n  .eyebrow {\n    display: inline-block;\n    color: #a855f7;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  \/* \u2500\u2500 PAGE HEADER \u2500\u2500 *\/\n  .page-header {\n    background: var(--navy);\n    padding: 180px 40px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .page-header::before {\n    content: '';\n    position: absolute;\n    top: -100px; left: 50%;\n    transform: translateX(-50%);\n    width: 700px; height: 500px;\n    background: radial-gradient(ellipse, rgba(124,58,237,0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .page-header-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }\n  .page-header h1 {\n    font-size: clamp(38px, 5vw, 68px);\n    font-weight: 900;\n    color: var(--white);\n    line-height: 1.1;\n    margin-bottom: 22px;\n    letter-spacing: -1px;\n  }\n  .page-header h1 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }\n  .page-header p { font-size: 17px; color: rgba(255,255,255,0.65); line-height: 1.8; max-width: 600px; margin: 0 auto 36px; }\n\n  \/* \u2500\u2500 CREDENTIALS BAR \u2500\u2500 *\/\n  .credentials-bar { background: var(--white); border-bottom: 1.5px solid #ececf8; padding: 22px 40px; }\n  .credentials-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 40px; }\n  .cred-item { display: flex; align-items: center; gap: 14px; }\n  .cred-icon { font-size: 28px; line-height: 1; }\n  .cred-text { display: flex; flex-direction: column; }\n  .cred-title { font-size: 14px; font-weight: 800; color: var(--navy); line-height: 1.3; }\n  .cred-sub   { font-size: 12px; color: var(--gray-text); font-weight: 500; }\n  .cred-divider { width: 1px; height: 40px; background: #e0e0f0; flex-shrink: 0; }\n\n  \/* \u2500\u2500 SHARED \u2500\u2500 *\/\n  .section-inner { max-width: 1100px; margin: 0 auto; }\n  .section-header { text-align: center; margin-bottom: 60px; }\n  .section-header h2 { font-size: clamp(28px,3vw,42px); font-weight: 900; color: var(--navy); margin-bottom: 14px; line-height: 1.2; }\n  .section-header p  { font-size: 16px; color: var(--gray-text); max-width: 560px; margin: 0 auto; }\n\n  \/* \u2500\u2500 WHAT IS \u2500\u2500 *\/\n  .what-is { padding: 100px 40px; background: var(--white); }\n  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }\n  .text-block h2 { font-size: clamp(28px,3vw,42px); font-weight: 900; color: var(--navy); line-height: 1.2; margin-bottom: 20px; }\n  .text-block h2 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }\n  .text-block p { font-size: 16px; color: var(--gray-text); margin-bottom: 16px; line-height: 1.8; }\n\n  .stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .stat-box { background: var(--navy); border-radius: 16px; padding: 28px 24px; text-align: center; position: relative; overflow: hidden; }\n  .stat-box::before { content: ''; position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; background: radial-gradient(circle, rgba(124,58,237,0.3) 0%, transparent 70%); }\n  .stat-num { font-size: 42px; font-weight: 900; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 8px; }\n  .stat-label { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 600; line-height: 1.4; }\n\n  \/* \u2500\u2500 HOW IT WORKS \u2500\u2500 *\/\n  .how-it-works { background: #eef0f8; padding: 100px 40px; }\n  .steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; position: relative; margin-top: 20px; }\n  .steps::before { content: ''; position: absolute; top: 44px; left: 12%; width: 76%; height: 3px; background: linear-gradient(90deg, #d94f4f, #7c3aed); z-index: 0; }\n  .step { text-align: center; position: relative; z-index: 1; }\n  .step-num { width: 88px; height: 88px; background: var(--grad); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 900; color: var(--white); margin: 0 auto 24px; box-shadow: 0 8px 30px rgba(124,58,237,0.35); }\n  .step h4 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }\n  .step p  { font-size: 14px; color: var(--gray-text); line-height: 1.6; max-width: 180px; margin: 0 auto; }\n\n  \/* \u2500\u2500 PLATFORMS \u2500\u2500 *\/\n  .platforms { padding: 100px 40px; background: var(--white); }\n  .platform-google { background: var(--navy); border-radius: 20px; padding: 60px; margin-bottom: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; overflow: hidden; }\n  .platform-google::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(124,58,237,0.2) 0%, transparent 70%); pointer-events: none; }\n  .platform-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 5px 14px; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 16px; }\n  .platform-label.primary { background: rgba(217,79,79,0.2); border-color: rgba(217,79,79,0.4); color: #ff9a9a; }\n  .platform-google h3 { font-size: clamp(26px,3vw,38px); font-weight: 900; color: var(--white); line-height: 1.2; margin-bottom: 16px; }\n  .platform-google > div > p { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 24px; }\n  .feature-list { list-style: none; margin-bottom: 32px; }\n  .feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; margin-bottom: 12px; line-height: 1.5; }\n  .feature-list li::before { content: '\u2192'; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 700; flex-shrink: 0; }\n  .feature-list.dark li { color: rgba(255,255,255,0.8); }\n  .feature-list.light li { color: var(--text-dark); }\n\n  .google-visual { position: relative; z-index: 1; }\n  .ad-mockup { background: white; border-radius: 14px; padding: 20px 24px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }\n  .ad-mockup-label { font-size: 10px; font-weight: 700; color: #1a73e8; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }\n  .ad-mockup-label span { background: #1a73e8; color: white; font-size: 9px; padding: 1px 5px; border-radius: 3px; }\n  .ad-mockup-title { font-size: 17px; color: #1a73e8; font-weight: 700; margin-bottom: 4px; text-decoration: underline; }\n  .ad-mockup-url   { font-size: 12px; color: #188038; margin-bottom: 6px; }\n  .ad-mockup-desc  { font-size: 13px; color: #4d5156; line-height: 1.5; }\n  .ad-mockup-divider { height: 1px; background: #e0e0e0; margin: 14px 0; }\n\n  .logo-ph { height: 36px; width: 140px; background: rgba(255,255,255,0.08); border: 1.5px dashed rgba(255,255,255,0.25); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.4); letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 16px; }\n  .logo-ph-light { height: 32px; width: 140px; background: #f0f0f8; border: 1.5px dashed #c0c0e0; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #9090b0; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 12px; }\n\n  .platforms-supporting { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }\n  .platform-card { border-radius: 16px; padding: 40px 36px; background: var(--gray-light); border: 1.5px solid #e0e0f0; }\n  .platform-card h3 { font-size: 24px; font-weight: 900; color: var(--navy); margin-bottom: 12px; margin-top: 10px; }\n  .platform-card > p { font-size: 14px; color: var(--gray-text); line-height: 1.8; margin-bottom: 20px; }\n  .platform-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 8px; }\n  .platform-icon.ms { background: rgba(0,120,212,0.1); }\n  .platform-icon.fb { background: rgba(24,119,242,0.1); }\n  .platform-tag { display: inline-block; background: rgba(124,58,237,0.08); border: 1px solid rgba(124,58,237,0.2); border-radius: 20px; padding: 4px 12px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n\n  \/* \u2500\u2500 WHY JXC \u2500\u2500 *\/\n  .why-jxc { background: var(--navy); padding: 100px 40px; position: relative; overflow: hidden; }\n  .why-jxc::before { content: ''; position: absolute; bottom: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(217,79,79,0.15) 0%, transparent 70%); }\n  .why-jxc::after  { content: ''; position: absolute; top: -80px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(124,58,237,0.15) 0%, transparent 70%); }\n  .why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; position: relative; z-index: 1; }\n  .why-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 32px 28px; transition: background 0.2s, border-color 0.2s, transform 0.2s; }\n  .why-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(124,58,237,0.4); transform: translateY(-4px); }\n  .why-icon { font-size: 32px; margin-bottom: 16px; display: block; }\n  .why-card h4 { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 10px; }\n  .why-card p  { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; }\n\n  \/* \u2500\u2500 CTA \u2500\u2500 *\/\n  .cta-section { padding: 100px 40px; background: var(--gray-light); text-align: center; }\n  .cta-section h2 { font-size: clamp(28px,3vw,46px); font-weight: 900; color: var(--navy); margin-bottom: 16px; line-height: 1.2; }\n  .cta-section h2 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }\n  .cta-lead { font-size: 16px; color: var(--gray-text); max-width: 520px; margin: 0 auto 40px; line-height: 1.8; }\n  .contact-form-wrap { max-width: 560px; margin: 0 auto; background: var(--white); border-radius: 20px; padding: 48px 40px; box-shadow: 0 20px 60px rgba(18,19,49,0.1); text-align: left; }\n  .contact-form-wrap h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }\n  .contact-form-wrap .form-sub { font-size: 14px; color: var(--gray-text); margin-bottom: 24px; }\n\n  \/* CF7 styling *\/\n  .contact-form-wrap .wpcf7 input[type=\"text\"],\n  .contact-form-wrap .wpcf7 input[type=\"email\"],\n  .contact-form-wrap .wpcf7 textarea {\n    width: 100%; padding: 12px 16px; border: 1.5px solid #e0e0f0; border-radius: 8px;\n    font-size: 14px; font-family: var(--font); color: var(--text-dark); background: #fafafa;\n    outline: none; transition: border-color 0.2s, box-shadow 0.2s; margin-bottom: 14px;\n  }\n  .contact-form-wrap .wpcf7 input:focus,\n  .contact-form-wrap .wpcf7 textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(124,58,237,0.12); background: var(--white); }\n  .contact-form-wrap .wpcf7 textarea { min-height: 120px; resize: vertical; }\n  .contact-form-wrap .wpcf7 input[type=\"submit\"] {\n    width: 100%; padding: 15px; background: var(--grad); color: var(--white);\n    border: none; border-radius: 8px; font-size: 16px; font-weight: 700;\n    font-family: var(--font); cursor: pointer; transition: transform 0.15s, box-shadow 0.15s;\n  }\n  .contact-form-wrap .wpcf7 input[type=\"submit\"]:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(124,58,237,0.4); }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 960px) {\n    .two-col, .platform-google { grid-template-columns: 1fr; gap: 40px; }\n    .platforms-supporting { grid-template-columns: 1fr; }\n    .why-grid { grid-template-columns: 1fr 1fr; }\n    .platform-google { padding: 40px; }\n    .steps { grid-template-columns: 1fr 1fr; }\n    .steps::before { display: none; }\n    .credentials-inner { flex-wrap: wrap; gap: 24px; }\n  }\n  @media (max-width: 600px) {\n    .page-header { padding: 120px 20px 60px; }\n    .what-is, .how-it-works, .platforms, .why-jxc, .cta-section { padding: 60px 20px; }\n    .steps { grid-template-columns: 1fr; }\n    .why-grid { grid-template-columns: 1fr; }\n    .stat-grid { grid-template-columns: 1fr 1fr; }\n    .contact-form-wrap { padding: 32px 20px; }\n    .platform-google { padding: 28px 20px; }\n    .credentials-bar { padding: 20px; }\n    .credentials-inner { flex-direction: column; align-items: flex-start; }\n    .cred-divider { width: 100%; height: 1px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- PAGE HEADER -->\n<div class=\"page-header\">\n  <div class=\"page-header-inner\">\n    <span class=\"eyebrow\">JXC Digital \u00b7 Paid Search Experts<\/span>\n    <h1>Turn Every Click Into <span>Measurable Revenue<\/span><\/h1>\n    <p>Paid search is the fastest way to put your brand in front of people actively searching for what you offer. We make sure every dollar you spend works harder.<\/p>\n    <a href=\"#get-started\" class=\"btn-primary\">Get Started Today \u2192<\/a>\n  <\/div>\n<\/div>\n\n<!-- CREDENTIALS BAR -->\n<div class=\"credentials-bar\">\n  <div class=\"credentials-inner\">\n    <div class=\"cred-item\">\n      <div class=\"cred-icon\">\ud83c\udfc6<\/div>\n      <div class=\"cred-text\">\n        <span class=\"cred-title\">Google Partner<\/span>\n        <span class=\"cred-sub\">Certified Google Ads Partner Agency<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"cred-divider\"><\/div>\n    <div class=\"cred-item\">\n      <div class=\"cred-icon\">\u2705<\/div>\n      <div class=\"cred-text\">\n        <span class=\"cred-title\">Google Ads Certified<\/span>\n        <span class=\"cred-sub\">Search, Shopping & Performance Max<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"cred-divider\"><\/div>\n    <div class=\"cred-item\">\n      <div class=\"cred-icon\">\ud83d\udcca<\/div>\n      <div class=\"cred-text\">\n        <span class=\"cred-title\">Data-Driven Attribution<\/span>\n        <span class=\"cred-sub\">Google Analytics & Tag Manager Certified<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- WHAT IS PAID SEARCH -->\n<section class=\"what-is\">\n  <div class=\"section-inner\">\n    <div class=\"two-col\">\n      <div class=\"text-block anim-fade-left\">\n        <span class=\"eyebrow\">The Basics<\/span>\n        <h2>What Is <span>Paid Search?<\/span><\/h2>\n        <p>Paid search \u2014 also called Pay-Per-Click (PPC) \u2014 is a form of digital advertising where your brand appears at the top of search results when someone types in a relevant keyword. You only pay when someone actually clicks your ad.<\/p>\n        <p>Unlike SEO, which takes months to build, paid search puts you in front of high-intent buyers immediately. The right strategy means you're not just getting clicks \u2014 you're getting the right clicks from people ready to act.<\/p>\n        <p>When managed properly, it's one of the highest-ROI channels in digital marketing.<\/p>\n      <\/div>\n      <div class=\"stat-grid anim-fade-right\">\n        <div class=\"stat-box\">\n          <div class=\"stat-num\" data-count=\"65\" data-suffix=\"%\">65%<\/div>\n          <div class=\"stat-label\">of high-intent searches result in an ad click<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div class=\"stat-num\" data-count=\"2\" data-suffix=\"\u00d7\">2\u00d7<\/div>\n          <div class=\"stat-label\">average ROI vs organic for bottom-funnel keywords<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div class=\"stat-num\" data-count=\"8\" data-prefix=\"$\">$8<\/div>\n          <div class=\"stat-label\">average revenue for every $1 spent on Google Ads<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div class=\"stat-num\" data-count=\"76\" data-suffix=\"%\">76%<\/div>\n          <div class=\"stat-label\">of people who search locally visit a business within a day<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- HOW IT WORKS -->\n<section class=\"how-it-works\">\n  <div class=\"section-inner\">\n    <div class=\"section-header anim-fade-up\">\n      <span class=\"eyebrow\">The Process<\/span>\n      <h2>How Paid Search Works<\/h2>\n      <p>From search to click to conversion \u2014 here's what happens behind the scenes.<\/p>\n    <\/div>\n    <div class=\"steps\">\n      <div class=\"step anim-fade-up anim-delay-1\">\n        <div class=\"step-num\">1<\/div>\n        <h4>Someone Searches<\/h4>\n        <p>A potential customer types a keyword into Google, Microsoft, or another platform.<\/p>\n      <\/div>\n      <div class=\"step anim-fade-up anim-delay-2\">\n        <div class=\"step-num\">2<\/div>\n        <h4>Auction Happens<\/h4>\n        <p>An instant auction runs based on your bid, ad quality, and relevance score.<\/p>\n      <\/div>\n      <div class=\"step anim-fade-up anim-delay-3\">\n        <div class=\"step-num\">3<\/div>\n        <h4>Ad Appears<\/h4>\n        <p>If you win, your ad appears at the top of results \u2014 above organic listings.<\/p>\n      <\/div>\n      <div class=\"step anim-fade-up anim-delay-4\">\n        <div class=\"step-num\">4<\/div>\n        <h4>You Pay Per Click<\/h4>\n        <p>You're only charged when someone clicks. No click, no cost.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PLATFORMS -->\n<section class=\"platforms\">\n  <div class=\"section-inner\">\n    <div class=\"section-header anim-fade-up\">\n      <span class=\"eyebrow\">Platforms We Manage<\/span>\n      <h2>The Right Platform for the Right Audience<\/h2>\n      <p>Not every platform is right for every business. We help you invest where your customers actually are.<\/p>\n    <\/div>\n\n    <!-- Google Primary -->\n    <div class=\"platform-google anim-fade-up\">\n      <div style=\"position:relative;z-index:1;\">\n        <div class=\"platform-label primary\">\u2b50 Primary Platform<\/div>\n        <!-- Swap display:none to display:block and add src when you have the logo -->\n        <img decoding=\"async\" loading=\"lazy\" src=\"\" alt=\"Google Ads\" style=\"height:36px;width:auto;object-fit:contain;margin-bottom:16px;display:none;\">\n        <div class=\"logo-ph\">Google Ads Logo<\/div>\n        <h3>Google Ads<\/h3>\n        <p>Google processes over 8.5 billion searches per day \u2014 making it the world's largest and most powerful paid search platform. For most businesses, Google Ads is where the majority of high-intent traffic lives.<\/p>\n        <ul class=\"feature-list dark\">\n          <li>Search campaigns targeting buyers actively looking for your product or service<\/li>\n          <li>Shopping campaigns that drive eCommerce sales with product-level targeting<\/li>\n          <li>Performance Max campaigns across Google's entire network<\/li>\n          <li>Remarketing to re-engage visitors who didn't convert the first time<\/li>\n          <li>Granular audience, device, location and schedule controls<\/li>\n        <\/ul>\n        <a href=\"#get-started\" class=\"btn-primary\">Start With Google Ads \u2192<\/a>\n      <\/div>\n      <div class=\"google-visual\">\n        <div class=\"ad-mockup\">\n          <div class=\"ad-mockup-label\"><span>Ad<\/span> jxcdigital.com<\/div>\n          <div class=\"ad-mockup-title\">Expert Google Ads Management | JXC Digital<\/div>\n          <div class=\"ad-mockup-url\">jxcdigital.com \u203a paid-search \u203a google-ads<\/div>\n          <div class=\"ad-mockup-desc\">Performance-driven Google Ads management for brands focused on profitable growth. Free audit available. Get started today.<\/div>\n          <div class=\"ad-mockup-divider\"><\/div>\n          <div class=\"ad-mockup-label\"><span>Ad<\/span> jxcdigital.com<\/div>\n          <div class=\"ad-mockup-title\">Stop Wasting Ad Budget | Real PPC Results<\/div>\n          <div class=\"ad-mockup-url\">jxcdigital.com \u203a google-ads-agency<\/div>\n          <div class=\"ad-mockup-desc\">We audit, rebuild and manage Google Ads accounts that drive qualified leads and measurable revenue. No contracts.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Supporting Platforms -->\n    <div class=\"platforms-supporting\">\n      <div class=\"platform-card anim-fade-left\">\n        <div class=\"platform-icon ms\">\ud83e\ude9f<\/div>\n        <!-- Swap display:none to display:block and add src when you have the logo -->\n        <img decoding=\"async\" loading=\"lazy\" src=\"\" alt=\"Microsoft Ads\" style=\"height:32px;width:auto;object-fit:contain;margin-bottom:12px;display:none;\">\n        <div class=\"logo-ph-light\">Microsoft Ads Logo<\/div>\n        <div class=\"platform-tag\">Supporting Platform<\/div>\n        <h3>Microsoft Ads<\/h3>\n        <p>Microsoft Ads reaches over 700 million unique monthly searchers across Bing, Yahoo, and DuckDuckGo. Often overlooked \u2014 which means lower competition and cheaper clicks for your brand.<\/p>\n        <ul class=\"feature-list light\">\n          <li>Lower average CPCs vs Google \u2014 often 20\u201340% cheaper<\/li>\n          <li>Strong reach with 35\u201354 age demographic and higher household incomes<\/li>\n          <li>Import campaigns directly from Google Ads for fast setup<\/li>\n          <li>LinkedIn profile targeting for B2B campaigns<\/li>\n        <\/ul>\n        <a href=\"#get-started\" class=\"btn-primary\">Get Started \u2192<\/a>\n      <\/div>\n      <div class=\"platform-card anim-fade-right\">\n        <div class=\"platform-icon fb\">\ud83d\udcd8<\/div>\n        <!-- Swap display:none to display:block and add src when you have the logo -->\n        <img decoding=\"async\" loading=\"lazy\" src=\"\" alt=\"Meta Ads\" style=\"height:32px;width:auto;object-fit:contain;margin-bottom:12px;display:none;\">\n        <div class=\"logo-ph-light\">Meta Ads Logo<\/div>\n        <div class=\"platform-tag\">Supporting Platform<\/div>\n        <h3>Meta Ads<\/h3>\n        <p>While not a traditional search platform, Meta (Facebook & Instagram) plays a powerful role in a paid search strategy \u2014 particularly for retargeting, demand generation, and top-of-funnel awareness.<\/p>\n        <ul class=\"feature-list light\">\n          <li>Retarget visitors from your Google Ads traffic to close the loop<\/li>\n          <li>Interest and lookalike audience targeting at scale<\/li>\n          <li>Drive awareness that improves branded search volume<\/li>\n          <li>eCommerce catalog ads and dynamic product retargeting<\/li>\n        <\/ul>\n        <a href=\"#get-started\" class=\"btn-primary\">Get Started \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- WHY JXC DIGITAL -->\n<section class=\"why-jxc\">\n  <div class=\"section-inner\" style=\"position:relative;z-index:1;\">\n    <div class=\"section-header anim-fade-up\">\n      <span class=\"eyebrow\" style=\"color:#a855f7;\">Why JXC Digital<\/span>\n      <h2 style=\"color:#fff;\">We Don't Just Run Ads.<br>We Drive Outcomes.<\/h2>\n      <p style=\"color:rgba(255,255,255,0.6);\">Anyone can set up a Google Ads account. We build campaigns that actually perform \u2014 and we can prove it.<\/p>\n    <\/div>\n    <div class=\"why-grid\">\n      <div class=\"why-card anim-fade-up anim-delay-1\">\n        <span class=\"why-icon\">\ud83c\udfaf<\/span>\n        <h4>Strategy Before Spend<\/h4>\n        <p>Every campaign starts with a clear strategy built around your offer, your market, and your goals \u2014 not a recycled template.<\/p>\n      <\/div>\n      <div class=\"why-card anim-fade-up anim-delay-2\">\n        <span class=\"why-icon\">\ud83d\udcca<\/span>\n        <h4>Data-Driven Decisions<\/h4>\n        <p>We let performance data guide every optimization. No gut feelings, no guesswork \u2014 just clear decisions backed by numbers.<\/p>\n      <\/div>\n      <div class=\"why-card anim-fade-up anim-delay-3\">\n        <span class=\"why-icon\">\ud83d\udd0d<\/span>\n        <h4>Clean Account Structure<\/h4>\n        <p>Proper structure means better Quality Scores, lower CPCs, and campaigns that are easier to optimize over time.<\/p>\n      <\/div>\n      <div class=\"why-card anim-fade-up anim-delay-4\">\n        <span class=\"why-icon\">\ud83d\udcc8<\/span>\n        <h4>Focused on Profitable Growth<\/h4>\n        <p>We don't chase vanity metrics. Every decision is made with your bottom line in mind \u2014 ROAS, CPA, and revenue that matters.<\/p>\n      <\/div>\n      <div class=\"why-card anim-fade-up anim-delay-5\">\n        <span class=\"why-icon\">\ud83e\udd1d<\/span>\n        <h4>Transparent Partnership<\/h4>\n        <p>You'll always know what's happening in your account, why we're making changes, and what results to expect.<\/p>\n      <\/div>\n      <div class=\"why-card anim-fade-up anim-delay-6\">\n        <span class=\"why-icon\">\u26a1<\/span>\n        <h4>No Lock-In Contracts<\/h4>\n        <p>We earn your business every month through results. No long-term contracts, no lock-in \u2014 just performance.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA + FORM -->\n<section class=\"cta-section\" id=\"get-started\">\n  <div class=\"section-inner\">\n    <span class=\"eyebrow\">Let's Talk<\/span>\n    <h2>Ready to Make Your <span>Ad Spend Work Harder?<\/span><\/h2>\n    <p class=\"cta-lead\">Drop us a message and we'll get back to you within 3 business days to discuss your goals and how we can help.<\/p>\n    <div class=\"contact-form-wrap anim-fade-up\">\n      <h3>Get in Touch<\/h3>\n      <p class=\"form-sub\">No pitch. No pressure. Just a straightforward conversation.<\/p>\n      \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f11865-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"11865\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/staging\/3370\/wp-json\/wp\/v2\/pages\/11853#wpcf7-f11865-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"11865\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f11865-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Full Name\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Business Email\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-website\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Website URL\" value=\"\" type=\"text\" name=\"your-website\" \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Tell us about your business and what you&#039;re looking to achieve...\" name=\"your-message\"><\/textarea><\/span><br \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Send Message \u2192\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  \/\/ Smooth scroll\n  document.querySelectorAll('a[href=\"#get-started\"]').forEach(function(btn) {\n    btn.addEventListener('click', function(e) {\n      e.preventDefault();\n      document.getElementById('get-started').scrollIntoView({ behavior: 'smooth' });\n    });\n  });\n\n  \/\/ Scroll animations\n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('anim-visible');\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.15 });\n  document.querySelectorAll('.anim-fade-up, .anim-fade-left, .anim-fade-right').forEach(function(el) {\n    observer.observe(el);\n  });\n\n  \/\/ Counter animations\n  function animateCounter(el) {\n    var target = parseInt(el.getAttribute('data-count'));\n    var prefix = el.getAttribute('data-prefix') || '';\n    var suffix = el.getAttribute('data-suffix') || '';\n    var start  = performance.now();\n    var dur    = 1800;\n    function tick(now) {\n      var p = Math.min((now - start) \/ dur, 1);\n      var e = 1 - Math.pow(1 - p, 3);\n      el.textContent = prefix + Math.round(e * target) + suffix;\n      if (p < 1) requestAnimationFrame(tick);\n    }\n    requestAnimationFrame(tick);\n  }\n  var cObserver = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) { animateCounter(entry.target); cObserver.unobserve(entry.target); }\n    });\n  }, { threshold: 0.5 });\n  document.querySelectorAll('.stat-num[data-count]').forEach(function(el) { cObserver.observe(el); });\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Paid Search Management | JXC Digital JXC Digital \u00b7 Paid Search Experts Turn Every Click Into Measurable Revenue Paid search is the fastest way to put your brand in front of people actively searching for what you offer. We make sure every dollar you spend works harder. Get Started Today \u2192 \ud83c\udfc6 Google Partner Certified&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"nf_dc_page":"","content-type":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-11853","page","type-page","status-publish","hentry","no-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Paid Search - JXC Digital<\/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:\/\/jxcdigital.com\/staging\/3370\/paid-search\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Paid Search - JXC Digital\" \/>\n<meta property=\"og:description\" content=\"Paid Search Management | JXC Digital JXC Digital \u00b7 Paid Search Experts Turn Every Click Into Measurable Revenue Paid search is the fastest way to put your brand in front of people actively searching for what you offer. We make sure every dollar you spend works harder. Get Started Today \u2192 \ud83c\udfc6 Google Partner Certified...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jxcdigital.com\/staging\/3370\/paid-search\/\" \/>\n<meta property=\"og:site_name\" content=\"JXC Digital\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-19T16:25:36+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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/paid-search\\\/\",\"url\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/paid-search\\\/\",\"name\":\"Paid Search - JXC Digital\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/#website\"},\"datePublished\":\"2026-05-17T23:41:48+00:00\",\"dateModified\":\"2026-05-19T16:25:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/paid-search\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/paid-search\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/paid-search\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Paid Search\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/#website\",\"url\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/\",\"name\":\"JXC Digital\",\"description\":\"Data-Driven Paid Advertising\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jxcdigital.com\\\/staging\\\/3370\\\/?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":"Paid Search - JXC Digital","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:\/\/jxcdigital.com\/staging\/3370\/paid-search\/","og_locale":"en_US","og_type":"article","og_title":"Paid Search - JXC Digital","og_description":"Paid Search Management | JXC Digital JXC Digital \u00b7 Paid Search Experts Turn Every Click Into Measurable Revenue Paid search is the fastest way to put your brand in front of people actively searching for what you offer. We make sure every dollar you spend works harder. Get Started Today \u2192 \ud83c\udfc6 Google Partner Certified...","og_url":"https:\/\/jxcdigital.com\/staging\/3370\/paid-search\/","og_site_name":"JXC Digital","article_modified_time":"2026-05-19T16:25:36+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jxcdigital.com\/staging\/3370\/paid-search\/","url":"https:\/\/jxcdigital.com\/staging\/3370\/paid-search\/","name":"Paid Search - JXC Digital","isPartOf":{"@id":"https:\/\/jxcdigital.com\/staging\/3370\/#website"},"datePublished":"2026-05-17T23:41:48+00:00","dateModified":"2026-05-19T16:25:36+00:00","breadcrumb":{"@id":"https:\/\/jxcdigital.com\/staging\/3370\/paid-search\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jxcdigital.com\/staging\/3370\/paid-search\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jxcdigital.com\/staging\/3370\/paid-search\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jxcdigital.com\/staging\/3370\/"},{"@type":"ListItem","position":2,"name":"Paid Search"}]},{"@type":"WebSite","@id":"https:\/\/jxcdigital.com\/staging\/3370\/#website","url":"https:\/\/jxcdigital.com\/staging\/3370\/","name":"JXC Digital","description":"Data-Driven Paid Advertising","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jxcdigital.com\/staging\/3370\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/jxcdigital.com\/staging\/3370\/wp-json\/wp\/v2\/pages\/11853","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jxcdigital.com\/staging\/3370\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jxcdigital.com\/staging\/3370\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jxcdigital.com\/staging\/3370\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/jxcdigital.com\/staging\/3370\/wp-json\/wp\/v2\/comments?post=11853"}],"version-history":[{"count":16,"href":"https:\/\/jxcdigital.com\/staging\/3370\/wp-json\/wp\/v2\/pages\/11853\/revisions"}],"predecessor-version":[{"id":11896,"href":"https:\/\/jxcdigital.com\/staging\/3370\/wp-json\/wp\/v2\/pages\/11853\/revisions\/11896"}],"wp:attachment":[{"href":"https:\/\/jxcdigital.com\/staging\/3370\/wp-json\/wp\/v2\/media?parent=11853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}