{"id":29,"date":"2026-06-07T21:58:37","date_gmt":"2026-06-07T21:58:37","guid":{"rendered":"https:\/\/westmichiganhighlighter.com\/homepage\/"},"modified":"2026-06-08T13:54:44","modified_gmt":"2026-06-08T17:54:44","slug":"homepage","status":"publish","type":"page","link":"https:\/\/westmichiganhighlighter.com\/","title":{"rendered":"Homepage"},"content":{"rendered":"\n<style>\n@import url(\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap\");\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --ink: #14110d;\n    --cream: #f6efde;\n    --cream-mid: #ede3cc;\n    --cream-dark: #d9cebc;\n    --gold: #c8941a;\n    --gold-light: #e8b53a;\n    --gold-pale: #f9f0da;\n    --rust: #9c3d1a;\n    --forest: #1e3a2a;\n    --text-muted: #5c5040;\n    --text-light: #8c7d6a;\n    --radius: 4px;\n    --radius-lg: 10px;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--ink);\n    font-size: 16px;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 UTILITY \u2500\u2500\u2500\u2500\u2500 *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }\n  .container-narrow { max-width: 760px; margin: 0 auto; padding: 0 2rem; }\n  .serif { font-family: 'Playfair Display', Georgia, serif; }\n  .mono { font-family: 'DM Mono', monospace; }\n  .gold { color: var(--gold); }\n  .section-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--gold);\n    display: block;\n    margin-bottom: 0.75rem;\n  }\n  .divider {\n    border: none;\n    border-top: 1px solid var(--cream-dark);\n    margin: 0;\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 NAV \u2500\u2500\u2500\u2500\u2500 *\/\n  nav {\n    position: sticky;\n    top: 0;\n    z-index: 100;\n    background: var(--ink);\n    border-bottom: 2px solid var(--gold);\n  }\n  .nav-inner {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    height: 64px;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n  .nav-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.15rem;\n    color: var(--cream);\n    text-decoration: none;\n    letter-spacing: 0.02em;\n  }\n  .nav-logo span { color: var(--gold); }\n  .nav-links { display: flex; gap: 2rem; list-style: none; }\n  .nav-links a {\n    color: var(--cream-mid);\n    text-decoration: none;\n    font-size: 0.875rem;\n    font-weight: 500;\n    letter-spacing: 0.03em;\n    transition: color 0.2s;\n  }\n  .nav-links a:hover { color: var(--gold); }\n  .nav-cta {\n    background: var(--gold);\n    color: var(--ink) !important;\n    padding: 0.45rem 1.1rem;\n    border-radius: var(--radius);\n    font-weight: 600 !important;\n  }\n  .nav-cta:hover { background: var(--gold-light); color: var(--ink) !important; }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500 *\/\n  .hero {\n    background: var(--ink);\n    position: relative;\n    padding: 100px 0 80px;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background-image:\n      repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(200,148,26,0.06) 39px, rgba(200,148,26,0.06) 40px),\n      repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(200,148,26,0.06) 39px, rgba(200,148,26,0.06) 40px);\n    pointer-events: none;\n  }\n  .hero-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 2rem;\n    display: grid;\n    grid-template-columns: 1fr 420px;\n    gap: 5rem;\n    align-items: center;\n  }\n  .hero-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 1.25rem;\n    display: flex;\n    align-items: center;\n    gap: 0.75rem;\n  }\n  .hero-eyebrow::before {\n    content: '';\n    display: block;\n    width: 32px;\n    height: 1px;\n    background: var(--gold);\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.4rem, 5vw, 3.5rem);\n    font-weight: 900;\n    line-height: 1.1;\n    color: var(--cream);\n    margin-bottom: 1.5rem;\n  }\n  .hero h1 em {\n    font-style: italic;\n    color: var(--gold);\n  }\n  .hero-desc {\n    font-size: 1.1rem;\n    color: var(--cream-mid);\n    line-height: 1.75;\n    max-width: 520px;\n    margin-bottom: 2rem;\n  }\n  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }\n  .btn-primary {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--ink);\n    font-weight: 600;\n    font-size: 0.9rem;\n    padding: 0.75rem 1.75rem;\n    border-radius: var(--radius);\n    text-decoration: none;\n    letter-spacing: 0.02em;\n    transition: background 0.2s, transform 0.15s;\n  }\n  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }\n  .btn-outline {\n    display: inline-block;\n    background: transparent;\n    color: var(--cream);\n    font-weight: 500;\n    font-size: 0.9rem;\n    padding: 0.75rem 1.75rem;\n    border-radius: var(--radius);\n    border: 1px solid rgba(246,239,222,0.3);\n    text-decoration: none;\n    letter-spacing: 0.02em;\n    transition: border-color 0.2s, background 0.2s;\n  }\n  .btn-outline:hover { border-color: var(--gold); background: rgba(200,148,26,0.1); }\n\n  \/* Hero Mailer Visual \u2014 matches real design *\/\n  .hero-mailer {\n    position: relative;\n  }\n  .mailer-card {\n    background: var(--cream);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: 0 24px 60px rgba(0,0,0,0.5);\n    border: 1px solid var(--cream-dark);\n  }\n  .mailer-top-bar {\n    height: 6px;\n    background: var(--gold);\n  }\n  .mailer-header {\n    padding: 0.6rem 0.9rem 0.55rem;\n    border-bottom: 1px solid var(--cream-dark);\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n  }\n  .mailer-header-left {}\n  .mailer-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 7px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    display: block;\n    margin-bottom: 1px;\n  }\n  .mailer-logo {\n    font-family: 'Playfair Display', serif;\n    color: var(--ink);\n    font-size: 1.2rem;\n    font-weight: 900;\n    line-height: 1;\n    display: block;\n  }\n  .mailer-subtitle {\n    font-family: 'Playfair Display', serif;\n    font-size: 0.6rem;\n    color: var(--gold);\n    font-style: italic;\n    display: block;\n    margin-top: 1px;\n  }\n  .mailer-header-right {\n    text-align: right;\n  }\n  .mailer-route {\n    font-family: 'DM Mono', monospace;\n    font-size: 7px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    line-height: 1.7;\n    display: block;\n  }\n  .mailer-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-top: 1px solid var(--cream-dark);\n  }\n  .mailer-ad {\n    padding: 0.5rem 0.6rem 0.5rem;\n    border-right: 1px solid var(--cream-dark);\n    border-bottom: 1px solid var(--cream-dark);\n    min-height: 90px;\n    position: relative;\n    display: flex;\n    flex-direction: column;\n  }\n  .mailer-ad:nth-child(4n) { border-right: none; }\n  .mailer-ad-header {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    margin-bottom: 2px;\n  }\n  .mailer-ad-cat {\n    font-family: 'DM Mono', monospace;\n    font-size: 6.5px;\n    color: var(--text-muted);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    line-height: 1.3;\n  }\n  .mailer-ad-initials {\n    font-family: 'DM Mono', monospace;\n    font-size: 6px;\n    font-weight: 700;\n    color: var(--ink);\n    border: 1px solid var(--cream-dark);\n    padding: 1px 3px;\n    letter-spacing: 0.05em;\n    flex-shrink: 0;\n    line-height: 1.4;\n  }\n  .mailer-ad-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 0.72rem;\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.2;\n    margin-bottom: 3px;\n  }\n  .mailer-ad-body {\n    font-family: 'Playfair Display', serif;\n    font-size: 0.58rem;\n    color: var(--text-muted);\n    font-style: italic;\n    line-height: 1.4;\n    flex: 1;\n  }\n  .mailer-ad-body em { color: var(--gold); font-style: italic; }\n  .mailer-ad-footer {\n    margin-top: 5px;\n    padding-top: 4px;\n    border-top: 1px dashed var(--cream-dark);\n  }\n  .mailer-ad-phone {\n    font-family: 'Playfair Display', serif;\n    font-size: 0.63rem;\n    font-weight: 700;\n    color: var(--ink);\n    display: block;\n  }\n  .mailer-ad-web {\n    font-family: 'DM Mono', monospace;\n    font-size: 6px;\n    color: var(--text-muted);\n    display: block;\n    margin-top: 1px;\n  }\n  .mailer-ad-cred {\n    font-family: 'DM Mono', monospace;\n    font-size: 6px;\n    color: var(--text-light);\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    display: block;\n    margin-top: 2px;\n  }\n  .mailer-badge {\n    position: absolute;\n    top: -12px;\n    right: -12px;\n    background: var(--gold);\n    color: var(--ink);\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 0.35rem 0.7rem;\n    border-radius: 20px;\n    box-shadow: 0 4px 12px rgba(200,148,26,0.4);\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 HERO STATS TICKER \u2500\u2500\u2500\u2500\u2500 *\/\n  .stats-ticker {\n    background: var(--gold);\n    padding: 0.6rem 0;\n    overflow: hidden;\n    white-space: nowrap;\n  }\n  .ticker-inner {\n    display: inline-flex;\n    gap: 0;\n    animation: ticker 30s linear infinite;\n  }\n  .ticker-item {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--ink);\n    letter-spacing: 0.08em;\n    padding: 0 2.5rem;\n    text-transform: uppercase;\n  }\n  .ticker-item::before {\n    content: '\u25c6';\n    margin-right: 0.75rem;\n    font-size: 8px;\n  }\n  @keyframes ticker {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 SECTION STYLES \u2500\u2500\u2500\u2500\u2500 *\/\n  section { padding: 80px 0; }\n  section.alt { background: var(--ink); color: var(--cream); }\n  section.mid { background: var(--cream-mid); }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 HOW IT WORKS \u2500\u2500\u2500\u2500\u2500 *\/\n  .how-intro { text-align: center; margin-bottom: 4rem; }\n  .how-intro h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.5rem;\n    font-weight: 900;\n    line-height: 1.15;\n    margin-bottom: 1rem;\n  }\n  .how-intro p { color: var(--text-muted); max-width: 560px; margin: 0 auto; font-size: 1.05rem; }\n  .steps-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1.5rem;\n  }\n  .step-card {\n    background: var(--cream);\n    border: 1px solid var(--cream-dark);\n    border-radius: var(--radius-lg);\n    padding: 2rem 1.75rem;\n    position: relative;\n    transition: border-color 0.2s, transform 0.2s;\n  }\n  .step-card:hover { border-color: var(--gold); transform: translateY(-2px); }\n  .step-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 3rem;\n    font-weight: 900;\n    color: var(--cream-dark);\n    line-height: 1;\n    margin-bottom: 0.75rem;\n    position: absolute;\n    top: 1.25rem;\n    right: 1.75rem;\n  }\n  .step-icon {\n    width: 44px;\n    height: 44px;\n    background: var(--ink);\n    border-radius: var(--radius);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1rem;\n  }\n  .step-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }\n  .step-card h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    color: var(--ink);\n  }\n  .step-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 AUDIENCE SPLIT \u2500\u2500\u2500\u2500\u2500 *\/\n  .audience-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 500px;\n  }\n  .audience-panel {\n    padding: 5rem 3.5rem;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .audience-panel.business { background: var(--ink); }\n  .audience-panel.homeowner { background: var(--forest); }\n  .audience-panel h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2rem;\n    font-weight: 900;\n    color: var(--cream);\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n  .audience-panel p { color: var(--cream-mid); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.5rem; }\n  .check-list { list-style: none; margin-bottom: 2rem; }\n  .check-list li {\n    color: var(--cream-mid);\n    font-size: 0.9rem;\n    padding: 0.35rem 0;\n    display: flex;\n    align-items: flex-start;\n    gap: 0.6rem;\n  }\n  .check-list li::before {\n    content: '\u2713';\n    color: var(--gold);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 STATS SECTION \u2500\u2500\u2500\u2500\u2500 *\/\n  .stats-section { background: var(--ink); }\n  .stats-heading {\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n  .stats-heading h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.5rem;\n    font-weight: 900;\n    color: var(--cream);\n    margin-bottom: 0.75rem;\n  }\n  .stats-heading p { color: var(--cream-mid); max-width: 520px; margin: 0 auto; }\n  .stats-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1.25rem;\n    margin-bottom: 3rem;\n  }\n  .stat-card {\n    background: rgba(246,239,222,0.05);\n    border: 1px solid rgba(200,148,26,0.2);\n    border-radius: var(--radius-lg);\n    padding: 1.75rem 1.5rem;\n    text-align: center;\n  }\n  .stat-card:hover { border-color: var(--gold); background: rgba(200,148,26,0.06); }\n  .stat-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.75rem;\n    font-weight: 900;\n    color: var(--gold);\n    line-height: 1;\n    margin-bottom: 0.5rem;\n  }\n  .stat-label {\n    font-size: 0.85rem;\n    color: var(--cream-mid);\n    line-height: 1.45;\n  }\n\n  \/* Channel comparison *\/\n  .compare-table-wrap {\n    overflow-x: auto;\n    border-radius: var(--radius-lg);\n    border: 1px solid rgba(200,148,26,0.2);\n    margin-top: 3rem;\n  }\n  .compare-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 0.875rem;\n  }\n  .compare-table thead th {\n    background: rgba(200,148,26,0.12);\n    color: var(--gold);\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.85rem 1.25rem;\n    text-align: left;\n    border-bottom: 1px solid rgba(200,148,26,0.2);\n    white-space: nowrap;\n  }\n  .compare-table thead th:first-child { border-radius: var(--radius-lg) 0 0 0; }\n  .compare-table thead th:last-child { border-radius: 0 var(--radius-lg) 0 0; }\n  .compare-table tbody tr { border-bottom: 1px solid rgba(246,239,222,0.06); }\n  .compare-table tbody tr:last-child { border-bottom: none; }\n  .compare-table tbody tr.highlight { background: rgba(200,148,26,0.08); }\n  .compare-table tbody td {\n    padding: 0.8rem 1.25rem;\n    color: var(--cream-mid);\n    vertical-align: middle;\n  }\n  .compare-table tbody td:first-child { color: var(--cream); font-weight: 500; }\n  .compare-table tbody tr.highlight td:first-child { color: var(--gold); }\n  .best-badge {\n    background: var(--gold);\n    color: var(--ink);\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 2px 8px;\n    border-radius: 20px;\n    margin-left: 0.5rem;\n  }\n  .check-yes { color: #6ec97a; font-size: 1rem; }\n  .check-no { color: #c94a4a; font-size: 1rem; }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 COVERAGE MAP \u2500\u2500\u2500\u2500\u2500 *\/\n  .coverage-section { background: var(--cream-mid); }\n  .coverage-intro { text-align: center; margin-bottom: 3rem; }\n  .coverage-intro h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.5rem;\n    font-weight: 900;\n    margin-bottom: 0.75rem;\n  }\n  .coverage-intro p { color: var(--text-muted); max-width: 520px; margin: 0 auto; }\n  .regions-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 1rem;\n    margin-bottom: 2.5rem;\n  }\n  .region-card {\n    background: var(--cream);\n    border: 1px solid var(--cream-dark);\n    border-radius: var(--radius-lg);\n    padding: 1.25rem 1.5rem;\n    border-left: 3px solid var(--gold);\n    transition: box-shadow 0.2s;\n  }\n  .region-card:hover { box-shadow: 0 4px 20px rgba(20,17,13,0.1); }\n  .region-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 1rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.3rem;\n  }\n  .region-towns {\n    font-size: 0.8rem;\n    color: var(--text-muted);\n    line-height: 1.55;\n  }\n  .region-count {\n    font-family: 'DM Mono', monospace;\n    font-size: 0.75rem;\n    color: var(--gold);\n    margin-top: 0.5rem;\n    font-weight: 500;\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 EXCLUSIVITY CALLOUT \u2500\u2500\u2500\u2500\u2500 *\/\n  .exclusivity-section { background: var(--rust); }\n  .exclusivity-inner {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 5rem;\n    align-items: center;\n  }\n  .exclusivity-text h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.2rem;\n    font-weight: 900;\n    color: var(--cream);\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n  .exclusivity-text p { color: rgba(246,239,222,0.8); font-size: 0.95rem; line-height: 1.75; }\n  .exclusivity-visual {\n    background: rgba(0,0,0,0.2);\n    border-radius: var(--radius-lg);\n    padding: 2rem;\n    border: 1px solid rgba(246,239,222,0.1);\n  }\n  .excl-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 0.75rem 0;\n    border-bottom: 1px solid rgba(246,239,222,0.1);\n    gap: 1rem;\n  }\n  .excl-row:last-child { border-bottom: none; }\n  .excl-cat {\n    font-family: 'DM Mono', monospace;\n    font-size: 0.75rem;\n    color: rgba(246,239,222,0.6);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    flex: 1;\n  }\n  .excl-status {\n    font-size: 0.78rem;\n    font-weight: 600;\n    padding: 3px 10px;\n    border-radius: 20px;\n  }\n  .excl-status.taken {\n    background: rgba(200,148,26,0.2);\n    color: var(--gold-light);\n  }\n  .excl-status.open {\n    background: rgba(110,201,122,0.15);\n    color: #8ee09a;\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 TESTIMONIAL \/ QUOTE \u2500\u2500\u2500\u2500\u2500 *\/\n  .quote-section { background: var(--cream); }\n  .quote-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 1.5rem;\n  }\n  .quote-card {\n    background: var(--ink);\n    border-radius: var(--radius-lg);\n    padding: 2rem;\n    position: relative;\n  }\n  .quote-mark {\n    font-family: 'Playfair Display', serif;\n    font-size: 4rem;\n    color: var(--gold);\n    line-height: 0.5;\n    margin-bottom: 1rem;\n    display: block;\n  }\n  .quote-text {\n    color: var(--cream-mid);\n    font-size: 0.95rem;\n    line-height: 1.7;\n    font-style: italic;\n    margin-bottom: 1.5rem;\n  }\n  .quote-attr {\n    font-family: 'DM Mono', monospace;\n    font-size: 0.75rem;\n    color: var(--gold);\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n  .quote-section-heading {\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n  .quote-section-heading h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.2rem;\n    font-weight: 900;\n    margin-bottom: 0.5rem;\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 FAQ \u2500\u2500\u2500\u2500\u2500 *\/\n  .faq-section { background: var(--cream-mid); }\n  .faq-heading {\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n  .faq-heading h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.2rem;\n    font-weight: 900;\n    margin-bottom: 0.5rem;\n  }\n  .faq-heading p { color: var(--text-muted); }\n  .faq-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));\n    gap: 1rem;\n  }\n  .faq-item {\n    background: var(--cream);\n    border: 1px solid var(--cream-dark);\n    border-radius: var(--radius-lg);\n    padding: 1.5rem;\n  }\n  .faq-q {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.6rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 0.6rem;\n  }\n  .faq-q::before {\n    content: 'Q';\n    font-family: 'DM Mono', monospace;\n    font-size: 0.7rem;\n    font-weight: 700;\n    background: var(--gold);\n    color: var(--ink);\n    padding: 2px 5px;\n    border-radius: 3px;\n    flex-shrink: 0;\n    margin-top: 3px;\n  }\n  .faq-a { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 CONTACT FORM \u2500\u2500\u2500\u2500\u2500 *\/\n  .contact-section { background: var(--ink); }\n  .contact-inner {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 5rem;\n    align-items: start;\n  }\n  .contact-text h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.2rem;\n    font-weight: 900;\n    color: var(--cream);\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n  .contact-text p { color: var(--cream-mid); font-size: 0.95rem; line-height: 1.75; margin-bottom: 1.5rem; }\n  .contact-features { list-style: none; }\n  .contact-features li {\n    color: var(--cream-mid);\n    font-size: 0.875rem;\n    padding: 0.35rem 0;\n    display: flex;\n    align-items: center;\n    gap: 0.6rem;\n  }\n  .contact-features li::before {\n    content: '\u25c6';\n    color: var(--gold);\n    font-size: 0.6rem;\n    flex-shrink: 0;\n  }\n  .contact-form {\n    background: var(--cream);\n    border-radius: var(--radius-lg);\n    padding: 2.5rem;\n    border: 1px solid var(--cream-dark);\n  }\n  .form-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.35rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 1.5rem;\n    padding-bottom: 1rem;\n    border-bottom: 1px solid var(--cream-dark);\n  }\n  .form-row { margin-bottom: 1rem; }\n  .form-row label {\n    display: block;\n    font-size: 0.8rem;\n    font-weight: 600;\n    color: var(--text-muted);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 0.35rem;\n    font-family: 'DM Mono', monospace;\n  }\n  .form-row input,\n  .form-row select,\n  .form-row textarea {\n    width: 100%;\n    padding: 0.6rem 0.85rem;\n    border: 1px solid var(--cream-dark);\n    border-radius: var(--radius);\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.9rem;\n    color: var(--ink);\n    background: var(--cream);\n    transition: border-color 0.2s;\n    outline: none;\n    appearance: none;\n  }\n  .form-row input:focus,\n  .form-row select:focus,\n  .form-row textarea:focus {\n    border-color: var(--gold);\n    box-shadow: 0 0 0 3px rgba(200,148,26,0.1);\n  }\n  .form-row textarea { resize: vertical; min-height: 100px; }\n  .form-row select {\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c8941a' fill='none' stroke-width='1.5' stroke-linecap='round'\/%3E%3C\/svg%3E\");\n    background-repeat: no-repeat;\n    background-position: right 0.75rem center;\n    padding-right: 2rem;\n  }\n  .form-submit {\n    width: 100%;\n    padding: 0.8rem;\n    background: var(--gold);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 700;\n    font-size: 0.95rem;\n    border: none;\n    border-radius: var(--radius);\n    cursor: pointer;\n    letter-spacing: 0.02em;\n    transition: background 0.2s;\n    margin-top: 0.5rem;\n  }\n  .form-submit:hover { background: var(--gold-light); }\n  .form-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.75rem; text-align: center; line-height: 1.4; }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 FOOTER \u2500\u2500\u2500\u2500\u2500 *\/\n  footer {\n    background: #0d0b09;\n    color: var(--cream-mid);\n    padding: 4rem 0 2rem;\n    border-top: 2px solid var(--gold);\n  }\n  .footer-inner {\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr;\n    gap: 3rem;\n    margin-bottom: 3rem;\n  }\n  .footer-brand-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    color: var(--cream);\n    margin-bottom: 0.75rem;\n  }\n  .footer-brand-name span { color: var(--gold); }\n  .footer-tagline { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; max-width: 280px; }\n  .footer-col h4 {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 1rem;\n  }\n  .footer-col ul { list-style: none; }\n  .footer-col ul li { margin-bottom: 0.5rem; }\n  .footer-col ul li a { color: var(--cream-mid); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }\n  .footer-col ul li a:hover { color: var(--gold); }\n  .footer-bottom {\n    border-top: 1px solid rgba(246,239,222,0.08);\n    padding-top: 1.5rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    font-size: 0.78rem;\n    color: var(--text-light);\n  }\n  .footer-bottom a { color: var(--text-light); text-decoration: none; }\n  .footer-bottom a:hover { color: var(--gold); }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }\n    .hero-mailer { display: none; }\n    .audience-grid { grid-template-columns: 1fr; }\n    .audience-panel { padding: 3rem 2rem; }\n    .exclusivity-inner { grid-template-columns: 1fr; gap: 2rem; }\n    .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }\n    .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }\n    .faq-grid { grid-template-columns: 1fr; }\n    .nav-links { display: none; }\n  }\n\n  @media (max-width: 600px) {\n    section { padding: 55px 0; }\n    .hero { padding: 60px 0 50px; }\n    .container, .container-narrow { padding: 0 1.25rem; }\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500 WPFORMS OVERRIDES \u2500\u2500\u2500\u2500\u2500 *\/\n  .contact-form .wpforms-container { width: 100%; }\n\n  \/* Title *\/\n  .contact-form .wpforms-title {\n    font-family: 'Playfair Display', serif !important;\n    font-size: 1.35rem !important;\n    font-weight: 700 !important;\n    color: #14110d !important;\n    margin-bottom: 1.25rem !important;\n    padding-bottom: 1rem !important;\n    border-bottom: 1px solid #d9cebc !important;\n  }\n\n  \/* Description if present *\/\n  .contact-form .wpforms-description {\n    font-family: 'DM Sans', sans-serif !important;\n    font-size: 0.875rem !important;\n    color: #5c5040 !important;\n    margin-bottom: 1rem !important;\n  }\n\n  \/* Field wrapper \u2014 tight spacing *\/\n  .contact-form .wpforms-field {\n    margin-bottom: 0.65rem !important;\n    padding: 0 !important;\n  }\n\n  \/* Labels *\/\n  .contact-form .wpforms-field-label,\n  .contact-form .wpforms-field-sublabel {\n    font-family: 'DM Mono', monospace !important;\n    font-size: 0.72rem !important;\n    font-weight: 600 !important;\n    color: #5c5040 !important;\n    letter-spacing: 0.06em !important;\n    text-transform: uppercase !important;\n    margin-bottom: 0.25rem !important;\n    display: block !important;\n  }\n\n  \/* Sublabels (First \/ Last under name) *\/\n  .contact-form .wpforms-field-sublabel {\n    font-size: 0.65rem !important;\n    margin-top: 0.2rem !important;\n    color: #8c7d6a !important;\n  }\n\n  \/* All inputs *\/\n  .contact-form .wpforms-field input[type=\"text\"],\n  .contact-form .wpforms-field input[type=\"email\"],\n  .contact-form .wpforms-field input[type=\"tel\"],\n  .contact-form .wpforms-field input[type=\"number\"],\n  .contact-form .wpforms-field select,\n  .contact-form .wpforms-field textarea {\n    width: 100% !important;\n    padding: 0.5rem 0.75rem !important;\n    border: 1px solid #d9cebc !important;\n    border-radius: 4px !important;\n    font-family: 'DM Sans', sans-serif !important;\n    font-size: 0.875rem !important;\n    color: #14110d !important;\n    background: #f6efde !important;\n    outline: none !important;\n    box-shadow: none !important;\n    -webkit-appearance: none !important;\n    appearance: none !important;\n    line-height: 1.4 !important;\n  }\n\n  .contact-form .wpforms-field input:focus,\n  .contact-form .wpforms-field select:focus,\n  .contact-form .wpforms-field textarea:focus {\n    border-color: #c8941a !important;\n    box-shadow: 0 0 0 3px rgba(200,148,26,0.1) !important;\n  }\n\n  .contact-form .wpforms-field textarea {\n    min-height: 85px !important;\n    resize: vertical !important;\n  }\n\n  \/* First \/ Last name side by side *\/\n  .contact-form .wpforms-field-name .wpforms-field-row,\n  .contact-form .wpforms-field-name-first,\n  .contact-form .wpforms-field-name-last {\n    display: inline-block !important;\n    width: 48% !important;\n  }\n  .contact-form .wpforms-field-name-first {\n    margin-right: 4% !important;\n  }\n  .contact-form .wpforms-field-name .wpforms-field-row {\n    display: flex !important;\n    gap: 1rem !important;\n    width: 100% !important;\n  }\n  .contact-form .wpforms-field-name .wpforms-field-row > span {\n    flex: 1 !important;\n  }\n\n  \/* Submit button *\/\n  .contact-form .wpforms-submit-container {\n    margin-top: 0.75rem !important;\n    padding: 0 !important;\n  }\n  .contact-form .wpforms-submit-container button,\n  .contact-form button[type=\"submit\"],\n  .contact-form input[type=\"submit\"] {\n    width: 100% !important;\n    padding: 0.75rem !important;\n    background: #c8941a !important;\n    color: #14110d !important;\n    font-family: 'DM Sans', sans-serif !important;\n    font-weight: 700 !important;\n    font-size: 0.95rem !important;\n    border: none !important;\n    border-radius: 4px !important;\n    cursor: pointer !important;\n    letter-spacing: 0.02em !important;\n    transition: background 0.2s !important;\n  }\n  .contact-form .wpforms-submit-container button:hover,\n  .contact-form button[type=\"submit\"]:hover {\n    background: #e8b53a !important;\n  }\n\n  \/* Confirmation message *\/\n  .contact-form .wpforms-confirmation-container-full,\n  .contact-form .wpforms-confirmation-scroll {\n    background: #f9f0da !important;\n    border: 1px solid #d9cebc !important;\n    border-left: 3px solid #c8941a !important;\n    border-radius: 10px !important;\n    padding: 1.25rem 1.5rem !important;\n    color: #5c5040 !important;\n    font-family: 'DM Sans', sans-serif !important;\n    font-size: 0.9rem !important;\n    margin-top: 1rem !important;\n  }\n\n  \/* Error states *\/\n  .contact-form .wpforms-field .wpforms-error {\n    color: #9c3d1a !important;\n    font-size: 0.75rem !important;\n    font-family: 'DM Sans', sans-serif !important;\n    margin-top: 0.2rem !important;\n  }\n  .contact-form .wpforms-field input.wpforms-error,\n  .contact-form .wpforms-field select.wpforms-error,\n  .contact-form .wpforms-field textarea.wpforms-error {\n    border-color: #9c3d1a !important;\n  }\n\n  \/* Required asterisk color *\/\n  .contact-form .wpforms-required-label { color: #c8941a !important; }\n\n  \/* Hide WPForms branding *\/\n  .contact-form .wpforms-powered-by { display: none !important; }\n<\/style>\n\n\n<!-- \u2500\u2500\u2500\u2500\u2500 NAV \u2500\u2500\u2500\u2500\u2500 -->\n<nav>\n  <div class=\"nav-inner\">\n    <a href=\"#\" class=\"nav-logo\"><span>West Michigan<\/span> Highlighter<\/a>\n    <ul class=\"nav-links\">\n      <li><a href=\"#how-it-works\">How It Works<\/a><\/li>\n      <li><a href=\"#for-businesses\">For Businesses<\/a><\/li>\n      <li><a href=\"#for-homeowners\">For Homeowners<\/a><\/li>\n      <li><a href=\"#coverage\">Coverage<\/a><\/li>\n      <li><a href=\"#contact\" class=\"nav-cta\">Get Advertised<\/a><\/li>\n    <\/ul>\n  <\/div>\n<\/nav>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-content\">\n      <p class=\"hero-eyebrow\">West Michigan&#8217;s Neighborhood Mailer<\/p>\n      <h1>Your business.<br><em>Every door.<\/em><br>Every home.<\/h1>\n      <p class=\"hero-desc\">We deliver a full-color, professional shared mailer directly to thousands of homes across West Michigan \u2014 putting your business in the hands of the neighbors who need you most.<\/p>\n      <div class=\"hero-actions\">\n        <a href=\"#contact\" class=\"btn-primary\">Advertise with Us<\/a>\n        <a href=\"#how-it-works\" class=\"btn-outline\">See How It Works<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Mailer Preview Visual -->\n    <div class=\"hero-mailer\">\n      <div class=\"mailer-badge\">REAL MAIL \u2014 NO SCREENS<\/div>\n      <div class=\"mailer-card\">\n        <div class=\"mailer-top-bar\"><\/div>\n        <div class=\"mailer-header\">\n          <div class=\"mailer-header-left\">\n            <span class=\"mailer-eyebrow\">A Curated Neighborhood Mailer \u00b7 Issue No. 49 \u00b7 Sixteen Slots<\/span>\n            <span class=\"mailer-logo\">West Michigan Highlighter<\/span>\n            <span class=\"mailer-subtitle\">Community Edition \u00b7 Muskegon \u00b7 2026<\/span>\n          <\/div>\n          <div class=\"mailer-header-right\">\n            <span class=\"mailer-route\">Route C-001<\/span>\n            <span class=\"mailer-route\">Sixteen Locally-Owned Businesses<\/span>\n            <span class=\"mailer-route\">Mailed to Every Neighbor<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"mailer-grid\">\n          <div class=\"mailer-ad\">\n            <div class=\"mailer-ad-header\">\n              <span class=\"mailer-ad-cat\">Heating \u00b7 Cooling<\/span>\n              <span class=\"mailer-ad-initials\">CP<\/span>\n            <\/div>\n            <div class=\"mailer-ad-name\">Comfort Pro Heating &amp; Cooling<\/div>\n            <div class=\"mailer-ad-body\"><em>$89<\/em> furnace tune-up &amp; safety check. Book before December 20.<\/div>\n            <div class=\"mailer-ad-footer\">\n              <span class=\"mailer-ad-phone\">(231) 555-0184<\/span>\n              <span class=\"mailer-ad-web\">comfortpro-wm.com<\/span>\n              <span class=\"mailer-ad-cred\">Lic. MI-HVAC-21405<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"mailer-ad\">\n            <div class=\"mailer-ad-header\">\n              <span class=\"mailer-ad-cat\">Plumbing \u00b7 Drain<\/span>\n              <span class=\"mailer-ad-initials\">LP<\/span>\n            <\/div>\n            <div class=\"mailer-ad-name\">Lakeshore Plumbing Co.<\/div>\n            <div class=\"mailer-ad-body\">Twenty-four hour service across the lakeshore \u2014 <em>no callout fee, ever.<\/em><\/div>\n            <div class=\"mailer-ad-footer\">\n              <span class=\"mailer-ad-phone\">(231) 555-0192<\/span>\n              <span class=\"mailer-ad-web\">lakeshoreplumbing.co<\/span>\n              <span class=\"mailer-ad-cred\">Lic. #PL-08812<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"mailer-ad\">\n            <div class=\"mailer-ad-header\">\n              <span class=\"mailer-ad-cat\">Residential Cleaning<\/span>\n              <span class=\"mailer-ad-initials\">SH<\/span>\n            <\/div>\n            <div class=\"mailer-ad-name\">Sparkling Home Cleaning<\/div>\n            <div class=\"mailer-ad-body\">First clean <em>twenty percent off<\/em> with weekly or bi-weekly recurring service.<\/div>\n            <div class=\"mailer-ad-footer\">\n              <span class=\"mailer-ad-phone\">(231) 555-0476<\/span>\n              <span class=\"mailer-ad-web\">sparklinghome-mi.com<\/span>\n              <span class=\"mailer-ad-cred\">Bonded &amp; Insured<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"mailer-ad\">\n            <div class=\"mailer-ad-header\">\n              <span class=\"mailer-ad-cat\">Roofing \u00b7 Gutters<\/span>\n              <span class=\"mailer-ad-initials\">GL<\/span>\n            <\/div>\n            <div class=\"mailer-ad-name\">Great Lakes Roofing Co.<\/div>\n            <div class=\"mailer-ad-body\"><em>Free<\/em> drone inspections on every storm-damage claim. We meet your adjuster.<\/div>\n            <div class=\"mailer-ad-footer\">\n              <span class=\"mailer-ad-phone\">(231) 555-0246<\/span>\n              <span class=\"mailer-ad-web\">greatlakesroofing.co<\/span>\n              <span class=\"mailer-ad-cred\">GAF Master Elite<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"mailer-ad\">\n            <div class=\"mailer-ad-header\">\n              <span class=\"mailer-ad-cat\">Lawn \u00b7 Snow Plow<\/span>\n              <span class=\"mailer-ad-initials\">GW<\/span>\n            <\/div>\n            <div class=\"mailer-ad-name\">Greenway Lawn &amp; Snow<\/div>\n            <div class=\"mailer-ad-body\">Pre-pay the season \u2014 <em>10% off<\/em> driveway plowing through March.<\/div>\n            <div class=\"mailer-ad-footer\">\n              <span class=\"mailer-ad-phone\">(231) 555-0331<\/span>\n              <span class=\"mailer-ad-web\">greenway-mi.com<\/span>\n              <span class=\"mailer-ad-cred\">Weekly \u00b7 Per-Push<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"mailer-ad\">\n            <div class=\"mailer-ad-header\">\n              <span class=\"mailer-ad-cat\">Mobile Pet Groomer<\/span>\n              <span class=\"mailer-ad-initials\">WW<\/span>\n            <\/div>\n            <div class=\"mailer-ad-name\">Wags &amp; Whistles<\/div>\n            <div class=\"mailer-ad-body\">A full groom in our van \u2014 pulls up your driveway. <em>$15 off<\/em> first visit.<\/div>\n            <div class=\"mailer-ad-footer\">\n              <span class=\"mailer-ad-phone\">(231) 555-0207<\/span>\n              <span class=\"mailer-ad-web\">wagswhistles.com<\/span>\n              <span class=\"mailer-ad-cred\">Cats Too \u00b7 Sat. Avail.<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"mailer-ad\">\n            <div class=\"mailer-ad-header\">\n              <span class=\"mailer-ad-cat\">Window Cleaning<\/span>\n              <span class=\"mailer-ad-initials\">CV<\/span>\n            <\/div>\n            <div class=\"mailer-ad-name\">Crystal View Window Co.<\/div>\n            <div class=\"mailer-ad-body\">Inside &amp; out, screens included. Holiday-ready bookings open through Dec. 18.<\/div>\n            <div class=\"mailer-ad-footer\">\n              <span class=\"mailer-ad-phone\">(231) 555-0892<\/span>\n              <span class=\"mailer-ad-web\">crystalview.co<\/span>\n              <span class=\"mailer-ad-cred\">Residential \u00b7 Storefront<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"mailer-ad\">\n            <div class=\"mailer-ad-header\">\n              <span class=\"mailer-ad-cat\">Garage Doors<\/span>\n              <span class=\"mailer-ad-initials\">CG<\/span>\n            <\/div>\n            <div class=\"mailer-ad-name\">Coastal Garage Door<\/div>\n            <div class=\"mailer-ad-body\">Spring &amp; opener repair \u2014 <em>same-day<\/em> on most lakeshore routes.<\/div>\n            <div class=\"mailer-ad-footer\">\n              <span class=\"mailer-ad-phone\">(231) 555-0413<\/span>\n              <span class=\"mailer-ad-web\">coastalgarage.co<\/span>\n              <span class=\"mailer-ad-cred\">24-Hr Emergency<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 STATS TICKER \u2500\u2500\u2500\u2500\u2500 -->\n<div class=\"stats-ticker\">\n  <div class=\"ticker-inner\">\n    <span class=\"ticker-item\">Direct mail achieves a 4.4% response rate<\/span>\n    <span class=\"ticker-item\">37\u00d7 higher response than email<\/span>\n    <span class=\"ticker-item\">84% of marketers say direct mail delivers highest ROI<\/span>\n    <span class=\"ticker-item\">Average piece of mail stays in the home 17 days<\/span>\n    <span class=\"ticker-item\">West Michigan \u2014 Muskegon &amp; Surrounding Areas<\/span>\n    <span class=\"ticker-item\">One business per category. Zero competition.<\/span>\n    <span class=\"ticker-item\">Direct mail achieves a 4.4% response rate<\/span>\n    <span class=\"ticker-item\">37\u00d7 higher response than email<\/span>\n    <span class=\"ticker-item\">84% of marketers say direct mail delivers highest ROI<\/span>\n    <span class=\"ticker-item\">Average piece of mail stays in the home 17 days<\/span>\n    <span class=\"ticker-item\">West Michigan \u2014 Muskegon &amp; Surrounding Areas<\/span>\n    <span class=\"ticker-item\">One business per category. Zero competition.<\/span>\n  <\/div>\n<\/div>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 HOW IT WORKS \u2500\u2500\u2500\u2500\u2500 -->\n<section id=\"how-it-works\">\n  <div class=\"container\">\n    <div class=\"how-intro\">\n      <span class=\"section-label\">The Process<\/span>\n      <h2 class=\"serif\">Simple. Physical. Powerful.<\/h2>\n      <p>The West Michigan Highlighter is a shared direct-mail card delivered to every home in a defined neighborhood zone \u2014 multiple local businesses, one beautifully produced mailer.<\/p>\n    <\/div>\n    <div class=\"steps-grid\">\n      <div class=\"step-card\">\n        <span class=\"step-num\">01<\/span>\n        <div class=\"step-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M9 11l3 3L22 4\"\/><path d=\"M21 12v7a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h11\"\/><\/svg>\n        <\/div>\n        <h3>We define a zone<\/h3>\n        <p>Each campaign targets a specific neighborhood covering thousands of homes. Zones are carefully drawn so every address in the area receives the card \u2014 no gaps, no guesswork.<\/p>\n      <\/div>\n      <div class=\"step-card\">\n        <span class=\"step-num\">02<\/span>\n        <div class=\"step-icon\">\n          <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18M9 21V9\"\/><\/svg>\n        <\/div>\n        <h3>Businesses reserve a spot<\/h3>\n        <p>We sell ad space to local service businesses \u2014 one per business category, per zone. If you&#8217;re the HVAC company on our Muskegon West card, no other HVAC company is on that same mailing. Guaranteed.<\/p>\n      <\/div>\n      <div class=\"step-card\">\n        <span class=\"step-num\">03<\/span>\n        <div class=\"step-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z\"\/><path d=\"M14 2v6h6M16 13H8M16 17H8M10 9H8\"\/><\/svg>\n        <\/div>\n        <h3>You provide your artwork<\/h3>\n        <p>Businesses supply their own print-ready ad design. We handle everything else \u2014 production, printing on quality card stock, and delivery coordination with USPS.<\/p>\n      <\/div>\n      <div class=\"step-card\">\n        <span class=\"step-num\">04<\/span>\n        <div class=\"step-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\/><path d=\"M9 22V12h6v10\"\/><\/svg>\n        <\/div>\n        <h3>The card hits every mailbox<\/h3>\n        <p>Using USPS Every Door Direct Mail (EDDM), the card is delivered to every residential address on the route. No mailing list needed. No algorithms. Just physical mail, in real hands.<\/p>\n      <\/div>\n      <div class=\"step-card\">\n        <span class=\"step-num\">05<\/span>\n        <div class=\"step-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 9.82 19.79 19.79 0 01.5 1.18 2 2 0 012.48 0h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.91 7.91a16 16 0 006.71 6.71l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\/><\/svg>\n        <\/div>\n        <h3>Phones ring. Relationships renew.<\/h3>\n        <p>Advertisers who see results renew each month, building a predictable, recurring presence in the homes of their best potential customers. The longer you&#8217;re on the card, the more familiar your name becomes.<\/p>\n      <\/div>\n      <div class=\"step-card\">\n        <span class=\"step-num\">06<\/span>\n        <div class=\"step-icon\">\n          <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M2 12h20M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z\"\/><\/svg>\n        <\/div>\n        <h3>Expand your coverage<\/h3>\n        <p>Businesses can appear on one zone, two zones, or all three across a city. The more zones you cover, the more homes see your name \u2014 and the more locked out the competition becomes.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<hr class=\"divider\">\n\n<!-- \u2500\u2500\u2500\u2500\u2500 AUDIENCE SPLIT \u2500\u2500\u2500\u2500\u2500 -->\n<div id=\"for-businesses\" style=\"scroll-margin-top: 64px;\">\n<div id=\"for-homeowners\" style=\"scroll-margin-top: 64px;\">\n<div class=\"audience-grid\">\n  <div class=\"audience-panel business\">\n    <span class=\"section-label\">For Business Owners<\/span>\n    <h2>Reach the right homes. Own your category.<\/h2>\n    <p>The West Michigan Highlighter puts your business in front of thousands of homeowners every month \u2014 with zero digital noise, zero algorithm changes, and zero competition from similar businesses on the same card.<\/p>\n    <ul class=\"check-list\">\n      <li>Exclusive category protection \u2014 one plumber, one HVAC, one roofer per card<\/li>\n      <li>Physical mail that stays in the home for days, not seconds<\/li>\n      <li>Hyper-targeted to the exact neighborhoods you serve<\/li>\n      <li>Simple to get started \u2014 you provide the artwork, we handle the rest<\/li>\n      <li>Affordable way to reach thousands of local homeowners<\/li>\n      <li>Expand across multiple zones for full-city visibility<\/li>\n    <\/ul>\n    <a href=\"#contact\" class=\"btn-primary\">Reserve Your Spot<\/a>\n  <\/div>\n  <div class=\"audience-panel homeowner\">\n    <span class=\"section-label\">For Homeowners<\/span>\n    <h2>Your neighborhood&#8217;s trusted local businesses, delivered to your door.<\/h2>\n    <p>The West Michigan Highlighter is a curated guide to the best local service businesses in your area. Every business featured is local, every offer is relevant, and every card is delivered directly to your mailbox \u2014 no junk, no spam.<\/p>\n    <ul class=\"check-list\">\n      <li>Full-color, quality card you can keep on the fridge<\/li>\n      <li>Local businesses serving your specific neighborhood<\/li>\n      <li>Exclusive coupons and special offers from area services<\/li>\n      <li>Find trusted HVAC, plumbing, landscaping, and more \u2014 all in one place<\/li>\n      <li>Delivered monthly to your mailbox at no cost to you<\/li>\n    <\/ul>\n    <p style=\"font-size:0.85rem; color: rgba(246,239,222,0.55); margin-bottom: 0;\">Delivered via USPS to every home in your zone, every month.<\/p>\n  <\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 STATS FOR BUSINESSES \u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"stats-section\">\n  <div class=\"container\">\n    <div class=\"stats-heading\">\n      <span class=\"section-label\" style=\"color: var(--gold);\">The Data on Direct Mail<\/span>\n      <h2>Why physical mail outperforms digital advertising<\/h2>\n      <p style=\"color: rgba(246,239,222,0.65); max-width: 520px; margin: 0 auto;\">These aren&#8217;t opinions \u2014 they&#8217;re industry-wide figures that explain why local businesses keep coming back to direct mail year after year.<\/p>\n    <\/div>\n\n    <div class=\"stats-grid\">\n      <div class=\"stat-card\">\n        <div class=\"stat-num\">4.4%<\/div>\n        <div class=\"stat-label\">Average direct mail response rate \u2014 37\u00d7 higher than email marketing&#8217;s 0.12%<\/div>\n      <\/div>\n      <div class=\"stat-card\">\n        <div class=\"stat-num\">84%<\/div>\n        <div class=\"stat-label\">Of marketers say direct mail delivers the highest ROI of any channel they use<\/div>\n      <\/div>\n      <div class=\"stat-card\">\n        <div class=\"stat-num\">17 days<\/div>\n        <div class=\"stat-label\">The average piece of direct mail stays in the home \u2014 versus seconds for a digital ad<\/div>\n      <\/div>\n      <div class=\"stat-card\">\n        <div class=\"stat-num\">$300\u2013$8K<\/div>\n        <div class=\"stat-label\">Typical job value for home-service businesses \u2014 one call from the mailer pays for months of advertising<\/div>\n      <\/div>\n      <div class=\"stat-card\">\n        <div class=\"stat-num\">36.2M<\/div>\n        <div class=\"stat-label\">Small businesses in the U.S. \u2014 most lack a scalable, affordable local advertising strategy<\/div>\n      <\/div>\n      <div class=\"stat-card\">\n        <div class=\"stat-num\">$0.247<\/div>\n        <div class=\"stat-label\">USPS EDDM postage per home \u2014 among the lowest-cost ways to reach a specific household<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Channel Comparison Table -->\n    <div class=\"compare-table-wrap\">\n      <table class=\"compare-table\">\n        <thead>\n          <tr>\n            <th>Channel<\/th>\n            <th>Avg. Response Rate<\/th>\n            <th>Cost to Local Biz<\/th>\n            <th>Targeting Quality<\/th>\n            <th>Setup Complexity<\/th>\n            <th>Lasts in the Home<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr class=\"highlight\">\n            <td>West Michigan Highlighter <span class=\"best-badge\">Best Value<\/span><\/td>\n            <td>3\u20135%<\/td>\n            <td>Shared cost \u2014 affordable<\/td>\n            <td>\u2705 Hyper-local, neighborhood-level<\/td>\n            <td>\u2705 Simple \u2014 you provide artwork<\/td>\n            <td>\u2705 Up to 17 days<\/td>\n          <\/tr>\n          <tr>\n            <td>Google Ads (local)<\/td>\n            <td>2\u20133%<\/td>\n            <td>$500\u2013$2,000 \/ mo<\/td>\n            <td>Good, but complex setup<\/td>\n            <td>\u274c High \u2014 requires expertise<\/td>\n            <td>\u274c Seconds<\/td>\n          <\/tr>\n          <tr>\n            <td>Facebook \/ Instagram<\/td>\n            <td>0.5\u20131%<\/td>\n            <td>$300\u2013$1,500 \/ mo<\/td>\n            <td>Moderate targeting<\/td>\n            <td>\u274c High \u2014 ad creative required<\/td>\n            <td>\u274c Seconds<\/td>\n          <\/tr>\n          <tr>\n            <td>Solo Direct Mail<\/td>\n            <td>2\u20134%<\/td>\n            <td>$1,500\u2013$5,000 \/ run<\/td>\n            <td>\u2705 Excellent<\/td>\n            <td>Medium<\/td>\n            <td>\u2705 Long<\/td>\n          <\/tr>\n          <tr>\n            <td>Newspaper Insert<\/td>\n            <td>0.5\u20131%<\/td>\n            <td>$500\u2013$1,500<\/td>\n            <td>Declining readership<\/td>\n            <td>Medium<\/td>\n            <td>Short<\/td>\n          <\/tr>\n          <tr>\n            <td>Cold Email<\/td>\n            <td>0.12%<\/td>\n            <td>Low<\/td>\n            <td>\u274c No local targeting<\/td>\n            <td>Low<\/td>\n            <td>\u274c Deleted in seconds<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 EXCLUSIVITY CALLOUT \u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"exclusivity-section\">\n  <div class=\"container\">\n    <div class=\"exclusivity-inner\">\n      <div class=\"exclusivity-text\">\n        <span class=\"section-label\" style=\"color: rgba(246,239,222,0.7);\">Our Guarantee<\/span>\n        <h2>One business. One category. No competition.<\/h2>\n        <p>When you advertise with the West Michigan Highlighter, you own your category in that zone. We never put two plumbers, two HVAC companies, or two roofers on the same card \u2014 ever. Your spot is exclusive for the entire run.<\/p>\n        <p style=\"margin-top: 1rem;\">This isn&#8217;t just a nice-to-have. It&#8217;s the core of what makes this work. When someone sees your name under &#8220;HVAC&#8221; on our card, you&#8217;re the only option. No price shopping. No comparison. Just your business, front and center.<\/p>\n      <\/div>\n      <div class=\"exclusivity-visual\">\n        <p style=\"font-family:'DM Mono',monospace; font-size:10px; letter-spacing:0.12em; text-transform:uppercase; color:rgba(246,239,222,0.4); margin-bottom:0.35rem;\">How Category Exclusivity Works<\/p>\n        <p style=\"font-size:0.75rem; color:rgba(246,239,222,0.35); margin-bottom:1rem; font-style:italic;\">Each zone operates independently \u2014 one slot per category, per mailing.<\/p>\n        <div class=\"excl-row\">\n          <span class=\"excl-cat\">HVAC \/ Heating &#038; Cooling<\/span>\n          <span class=\"excl-status taken\">Reserved<\/span>\n        <\/div>\n        <div class=\"excl-row\">\n          <span class=\"excl-cat\">Roofing<\/span>\n          <span class=\"excl-status taken\">Reserved<\/span>\n        <\/div>\n        <div class=\"excl-row\">\n          <span class=\"excl-cat\">Plumbing<\/span>\n          <span class=\"excl-status open\">Available<\/span>\n        <\/div>\n        <div class=\"excl-row\">\n          <span class=\"excl-cat\">Landscaping \/ Lawn Care<\/span>\n          <span class=\"excl-status taken\">Reserved<\/span>\n        <\/div>\n        <div class=\"excl-row\">\n          <span class=\"excl-cat\">House Cleaning<\/span>\n          <span class=\"excl-status open\">Available<\/span>\n        <\/div>\n        <div class=\"excl-row\">\n          <span class=\"excl-cat\">Electrical<\/span>\n          <span class=\"excl-status open\">Available<\/span>\n        <\/div>\n        <div class=\"excl-row\">\n          <span class=\"excl-cat\">Real Estate<\/span>\n          <span class=\"excl-status taken\">Reserved<\/span>\n        <\/div>\n        <div class=\"excl-row\">\n          <span class=\"excl-cat\">Pest Control<\/span>\n          <span class=\"excl-status open\">Available<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 COVERAGE MAP \u2500\u2500\u2500\u2500\u2500 -->\n<section id=\"coverage\" class=\"coverage-section\">\n  <div class=\"container\">\n    <div class=\"coverage-intro\">\n      <span class=\"section-label\">Where We Mail<\/span>\n      <h2 class=\"serif\">West Michigan \u2014 Neighborhood by Neighborhood<\/h2>\n      <p>We&#8217;re growing across West Michigan, starting in Muskegon and expanding into surrounding communities, rural lakeshore towns, Ottawa County, Holland, and beyond.<\/p>\n    <\/div>\n\n    <div class=\"regions-grid\">\n      <div class=\"region-card\" style=\"border-left-color: var(--gold); background: var(--cream);\">\n        <div style=\"display:flex; align-items:center; justify-content:space-between; margin-bottom:0.3rem;\">\n          <div class=\"region-name\">Muskegon City<\/div>\n          <span style=\"font-family:'DM Mono',monospace; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; background:var(--gold); color:var(--ink); padding:2px 8px; border-radius:20px;\">Active<\/span>\n        <\/div>\n        <div class=\"region-towns\">West Side \u00b7 Central \u00b7 East Side \u00b7 all 15 neighborhoods<\/div>\n        <div class=\"region-count\">~14,000 households \u00b7 3 campaign zones<\/div>\n      <\/div>\n      <div class=\"region-card\" style=\"border-left-color: var(--cream-dark); opacity: 0.7;\">\n        <div style=\"display:flex; align-items:center; justify-content:space-between; margin-bottom:0.3rem;\">\n          <div class=\"region-name\">Muskegon Suburbs<\/div>\n          <span style=\"font-family:'DM Mono',monospace; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; background:var(--cream-mid); color:var(--text-muted); padding:2px 8px; border-radius:20px;\">Coming Soon<\/span>\n        <\/div>\n        <div class=\"region-towns\">Norton Shores \u00b7 Muskegon Heights \u00b7 North Muskegon<\/div>\n        <div class=\"region-count\">~12,000 households \u00b7 3 campaigns<\/div>\n      <\/div>\n      <div class=\"region-card\" style=\"border-left-color: var(--cream-dark); opacity: 0.7;\">\n        <div style=\"display:flex; align-items:center; justify-content:space-between; margin-bottom:0.3rem;\">\n          <div class=\"region-name\">Lakeshore<\/div>\n          <span style=\"font-family:'DM Mono',monospace; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; background:var(--cream-mid); color:var(--text-muted); padding:2px 8px; border-radius:20px;\">Coming Soon<\/span>\n        <\/div>\n        <div class=\"region-towns\">Whitehall \u00b7 Montague \u00b7 Lakewood Club \u00b7 Twin Lake<\/div>\n        <div class=\"region-count\">~3,600 households<\/div>\n      <\/div>\n      <div class=\"region-card\" style=\"border-left-color: var(--cream-dark); opacity: 0.7;\">\n        <div style=\"display:flex; align-items:center; justify-content:space-between; margin-bottom:0.3rem;\">\n          <div class=\"region-name\">Inland Muskegon County<\/div>\n          <span style=\"font-family:'DM Mono',monospace; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; background:var(--cream-mid); color:var(--text-muted); padding:2px 8px; border-radius:20px;\">Coming Soon<\/span>\n        <\/div>\n        <div class=\"region-towns\">Holton \u00b7 Fremont \u00b7 Hesperia<\/div>\n        <div class=\"region-count\">~3,400 households<\/div>\n      <\/div>\n      <div class=\"region-card\" style=\"border-left-color: var(--cream-dark); opacity: 0.7;\">\n        <div style=\"display:flex; align-items:center; justify-content:space-between; margin-bottom:0.3rem;\">\n          <div class=\"region-name\">Newaygo County<\/div>\n          <span style=\"font-family:'DM Mono',monospace; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; background:var(--cream-mid); color:var(--text-muted); padding:2px 8px; border-radius:20px;\">Coming Soon<\/span>\n        <\/div>\n        <div class=\"region-towns\">Newaygo \u00b7 Grant \u00b7 Croton Township \u00b7 White Cloud<\/div>\n        <div class=\"region-count\">~4,266 households<\/div>\n      <\/div>\n      <div class=\"region-card\" style=\"border-left-color: var(--cream-dark); opacity: 0.7;\">\n        <div style=\"display:flex; align-items:center; justify-content:space-between; margin-bottom:0.3rem;\">\n          <div class=\"region-name\">Ottawa County<\/div>\n          <span style=\"font-family:'DM Mono',monospace; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; background:var(--cream-mid); color:var(--text-muted); padding:2px 8px; border-radius:20px;\">Coming Soon<\/span>\n        <\/div>\n        <div class=\"region-towns\">Grand Haven \u00b7 Spring Lake \u00b7 Coopersville \u00b7 Zeeland<\/div>\n        <div class=\"region-count\">~21,900 households \u00b7 5 campaigns<\/div>\n      <\/div>\n      <div class=\"region-card\" style=\"border-left-color: var(--cream-dark); opacity: 0.7;\">\n        <div style=\"display:flex; align-items:center; justify-content:space-between; margin-bottom:0.3rem;\">\n          <div class=\"region-name\">Holland Area<\/div>\n          <span style=\"font-family:'DM Mono',monospace; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; background:var(--cream-mid); color:var(--text-muted); padding:2px 8px; border-radius:20px;\">Coming Soon<\/span>\n        <\/div>\n        <div class=\"region-towns\">Holland City \u00b7 Holland Township \u00b7 West Olive<\/div>\n        <div class=\"region-count\">~16,800 households \u00b7 4 campaigns<\/div>\n      <\/div>\n      <div class=\"region-card\" style=\"border-left-color: var(--cream-dark); opacity: 0.7;\">\n        <div style=\"display:flex; align-items:center; justify-content:space-between; margin-bottom:0.3rem;\">\n          <div class=\"region-name\">Oceana &amp; Mason Counties<\/div>\n          <span style=\"font-family:'DM Mono',monospace; font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; background:var(--cream-mid); color:var(--text-muted); padding:2px 8px; border-radius:20px;\">Coming Soon<\/span>\n        <\/div>\n        <div class=\"region-towns\">Ludington \u00b7 Hart \u00b7 Pentwater \u00b7 Shelby<\/div>\n        <div class=\"region-count\">~10,600 households \u00b7 3 campaigns<\/div>\n      <\/div>\n    <\/div>\n\n    <div style=\"text-align: center; padding: 1.5rem; background: var(--cream); border-radius: var(--radius-lg); border: 1px solid var(--cream-dark); max-width: 620px; margin: 0 auto;\">\n      <p style=\"font-family:'DM Mono',monospace; font-size:11px; letter-spacing:0.12em; text-transform:uppercase; color:var(--gold); margin-bottom:0.5rem;\">Total West Michigan Reach<\/p>\n      <p style=\"font-family:'Playfair Display',serif; font-size:2.2rem; font-weight:900; color:var(--ink); line-height:1; margin-bottom:0.5rem;\">86,500+ households<\/p>\n      <p style=\"font-size:0.875rem; color:var(--text-muted);\">Across 21 campaign zones and 7 regions \u2014 and growing.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 TARGET BUSINESS CATEGORIES \u2500\u2500\u2500\u2500\u2500 -->\n<section style=\"background: var(--cream); padding: 70px 0;\">\n  <div class=\"container\">\n    <div style=\"text-align:center; margin-bottom:3rem;\">\n      <span class=\"section-label\">Who Advertises<\/span>\n      <h2 class=\"serif\" style=\"font-size:2.2rem; font-weight:900;\">Built for home-service businesses<\/h2>\n      <p style=\"color:var(--text-muted); max-width:540px; margin: 0.75rem auto 0;\">If your customers are homeowners in West Michigan, the Highlighter puts you directly in front of them \u2014 every month.<\/p>\n    <\/div>\n    <div style=\"display:grid; grid-template-columns: repeat(auto-fit, minmax(140px,1fr)); gap:0.75rem;\">\n      <!-- category pills -->\n      <script>\n        const cats = [\"HVAC\",\"Plumbing\",\"Electrical\",\"Roofing\",\"Landscaping\",\"Pest Control\",\"House Cleaning\",\"Window Cleaning\",\"Gutter Cleaning\",\"Painting\",\"Pressure Washing\",\"Fencing\",\"Junk Removal\",\"Dog Grooming\",\"Auto Detailing\",\"Chiropractors\",\"Dentists\",\"Insurance Agents\",\"Real Estate\",\"Tutoring\",\"Restaurants\",\"Hair Salons\",\"Nail Salons\",\"Pool Service\",\"Handyman Services\"];\n        document.write(cats.map(c => `<div style=\"background:var(--cream-mid);border:1px solid var(--cream-dark);border-radius:var(--radius);padding:0.55rem 0.75rem;text-align:center;font-size:0.82rem;font-weight:500;color:var(--ink);transition:border-color 0.2s;\">${c}<\/div>`).join(''));\n      <\/script>\n    <\/div>\n    <p style=\"text-align:center; margin-top:1.5rem; font-size:0.85rem; color:var(--text-light);\">Don&#8217;t see your category? Reach out \u2014 we may have an open slot for you.<\/p>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 QUOTE \/ WHY IT WORKS \u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"quote-section\" style=\"background:var(--cream-mid);\">\n  <div class=\"container\">\n    <div class=\"quote-section-heading\">\n      <span class=\"section-label\">Why It Works<\/span>\n      <h2 class=\"serif\">Physical mail is back \u2014 and it&#8217;s performing<\/h2>\n    <\/div>\n    <div class=\"quote-grid\">\n      <div class=\"quote-card\">\n        <span class=\"quote-mark\">&ldquo;<\/span>\n        <p class=\"quote-text\">As digital ad costs rise and consumer attention fragments online, physical mail is experiencing a measurable performance resurgence. The mailbox is less crowded than the inbox \u2014 and it stays on the counter, not the trash folder.<\/p>\n        <span class=\"quote-attr\">Direct Mail Industry Research, 2026<\/span>\n      <\/div>\n      <div class=\"quote-card\">\n        <span class=\"quote-mark\">&ldquo;<\/span>\n        <p class=\"quote-text\">A single new customer from a shared mailer \u2014 for an HVAC company, a roofer, or a landscaper \u2014 is worth far more than the entire cost of the advertising run. The economics work strongly in the advertiser&#8217;s favor.<\/p>\n        <span class=\"quote-attr\">West Michigan Highlighter Business Model<\/span>\n      <\/div>\n      <div class=\"quote-card\">\n        <span class=\"quote-mark\">&ldquo;<\/span>\n        <p class=\"quote-text\">There are 36.2 million small businesses in the United States. The vast majority of local service operators lack a scalable, affordable local advertising strategy. A shared direct mailer fills that gap.<\/p>\n        <span class=\"quote-attr\">Shared Mailer Market Opportunity Analysis<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 FAQ \u2500\u2500\u2500\u2500\u2500 -->\n<section class=\"faq-section\">\n  <div class=\"container\">\n    <div class=\"faq-heading\">\n      <span class=\"section-label\">Common Questions<\/span>\n      <h2 class=\"serif\">Frequently asked questions<\/h2>\n      <p style=\"color:var(--text-muted);\">For businesses and homeowners alike.<\/p>\n    <\/div>\n    <div class=\"faq-grid\">\n      <div class=\"faq-item\">\n        <div class=\"faq-q\">How many homes does each mailing reach?<\/div>\n        <p class=\"faq-a\">Each campaign zone covers approximately 3,000\u20134,666 households in a defined geographic area. We use USPS Every Door Direct Mail (EDDM) to reach every residential address on the route \u2014 no mailing list needed.<\/p>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\">Can I be on more than one zone&#8217;s card?<\/div>\n        <p class=\"faq-a\">Yes \u2014 and it&#8217;s one of the best ways to dominate your market. You can appear on one, two, or all three zones across a city. Each zone is mailed separately, so you&#8217;re reaching a different set of neighborhoods each time. Businesses that cover multiple zones lock out competitors city-wide.<\/p>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\">Do you create my ad for me?<\/div>\n        <p class=\"faq-a\">No \u2014 advertisers supply their own print-ready artwork. This keeps your costs down and ensures your ad looks exactly the way you want it. We&#8217;ll provide the exact dimensions and file specs you need. If you need a designer, we&#8217;re happy to point you in the right direction.<\/p>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\">What if my business category is already taken?<\/div>\n        <p class=\"faq-a\">We only sell one spot per business category per card \u2014 that&#8217;s the whole point. If your category is already filled for a given zone, we can add you to our waitlist, offer you a spot in a different zone, or contact you when that zone&#8217;s next campaign opens. Reach out and we&#8217;ll find the best path forward.<\/p>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\">What is EDDM and why does it matter?<\/div>\n        <p class=\"faq-a\">EDDM stands for Every Door Direct Mail \u2014 a USPS program that delivers mail to every address on a carrier route without requiring a purchased mailing list. It&#8217;s reliable, affordable, and ensures your card actually arrives at every home in the zone. No algorithms, no opt-ins, no barriers.<\/p>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\">As a homeowner, how do I receive the Highlighter?<\/div>\n        <p class=\"faq-a\">If you live in an active West Michigan Highlighter zone, you&#8217;ll simply receive our card in your mailbox \u2014 no sign-up required. It&#8217;s a free, useful community resource featuring local businesses that serve your neighborhood. Check the coverage section to see if your area is active.<\/p>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\">How often is the card mailed?<\/div>\n        <p class=\"faq-a\">Our goal is monthly mailings for every active zone. Once a campaign zone is fully established, advertisers appear in homes every single month \u2014 building recognition and trust over time. Consistent, recurring visibility is what turns an ad into a brand.<\/p>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-q\">What kind of businesses get the best results?<\/div>\n        <p class=\"faq-a\">Home-service businesses with high average ticket values tend to see the strongest returns \u2014 HVAC, plumbing, roofing, landscaping, cleaning services, and similar trades. A single booked job from the mailer often covers months of advertising at once. Restaurants, salons, and retail businesses with repeat customers also perform well.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 CONTACT FORM \u2500\u2500\u2500\u2500\u2500 -->\n<section id=\"contact\" class=\"contact-section\">\n  <div class=\"container\">\n    <div class=\"contact-inner\">\n      <div class=\"contact-text\">\n        <span class=\"section-label\" style=\"color:var(--gold);\">Get Advertised<\/span>\n        <h2>Ready to reach every home in your neighborhood?<\/h2>\n        <p>We&#8217;d love to talk about which zone is right for your business, what categories are still available, and how to get your ad in front of thousands of local homeowners. Fill out the form and we&#8217;ll be in touch within one business day.<\/p>\n        <ul class=\"contact-features\">\n          <li>No obligation \u2014 just a conversation<\/li>\n          <li>We&#8217;ll let you know what&#8217;s available in your area<\/li>\n          <li>Exclusive category spots fill up fast \u2014 ask about waitlist options<\/li>\n          <li>Monthly mailings mean consistent, recurring exposure<\/li>\n          <li>Simple process \u2014 you provide artwork, we handle the rest<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"contact-form\">\n        <style id=\"wpforms-css-vars-40\">\n\t\t\t\t#wpforms-40 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-40\"><form id=\"wpforms-form-40\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"40\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F29\" data-token=\"59ec86e112231c096412c50f38423dad\" data-token-time=\"1780965810\"><div class=\"wpforms-head-container\"><div class=\"wpforms-title\">Contact Us<\/div><\/div><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-40-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><fieldset><legend class=\"wpforms-field-label\">Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-40-field_1\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][1][first]\" placeholder=\"John\" aria-errormessage=\"wpforms-40-field_1-error\" required><label for=\"wpforms-40-field_1\" class=\"wpforms-field-sublabel after\">First<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-40-field_1-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][1][last]\" placeholder=\"Doe\" aria-errormessage=\"wpforms-40-field_1-last-error\" required><label for=\"wpforms-40-field_1-last\" class=\"wpforms-field-sublabel after\">Last<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-40-field_2-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-40-field_2\">Business Name <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-40-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" placeholder=\"John&#039;s Business\" aria-errormessage=\"wpforms-40-field_2-error\" required><\/div><div id=\"wpforms-40-field_4-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-40-field_4\">Phone Number <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-40-field_4\" class=\"wpforms-field-medium wpforms-field-required wpforms-masked-input\" data-rule-inputmask-incomplete=\"1\" data-inputmask-mask=\"(999) 999-9999\" name=\"wpforms[fields][4]\" placeholder=\"(xxx) xxx-xxxx\" aria-errormessage=\"wpforms-40-field_4-error\" required><\/div><div id=\"wpforms-40-field_5-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"5\"><label class=\"wpforms-field-label\" for=\"wpforms-40-field_5\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-40-field_5\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][5]\" placeholder=\"john@email.com\" spellcheck=\"false\" aria-errormessage=\"wpforms-40-field_5-error\" required><\/div>\t\t<div id=\"wpforms-40-field_3-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"3\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-40-field_3\" >Message Email Number<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-40-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-40-field_6-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-40-field_6\">Business Category <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-40-field_6\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][6]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"HVAC \/ Heating &amp; Cooling\"  class=\"choice-4 depth-1\"  >HVAC \/ Heating &amp; Cooling<\/option><option value=\"Plumbing\"  class=\"choice-5 depth-1\"  >Plumbing<\/option><option value=\"Roofing &amp; Gutters\"  class=\"choice-6 depth-1\"  >Roofing &amp; Gutters<\/option><option value=\"Landscaping &amp; Lawn Care\"  class=\"choice-7 depth-1\"  >Landscaping &amp; Lawn Care<\/option><option value=\"House Cleaning\"  class=\"choice-8 depth-1\"  >House Cleaning<\/option><option value=\"Pest Control\"  class=\"choice-9 depth-1\"  >Pest Control<\/option><option value=\"Painting (Interior &amp; Exterior)\"  class=\"choice-10 depth-1\"  >Painting (Interior &amp; Exterior)<\/option><option value=\"Garage Door Service\"  class=\"choice-11 depth-1\"  >Garage Door Service<\/option><option value=\"Window Cleaning\"  class=\"choice-12 depth-1\"  >Window Cleaning<\/option><option value=\"Dental Office\"  class=\"choice-13 depth-1\"  >Dental Office<\/option><option value=\"Chiropractic Care\"  class=\"choice-14 depth-1\"  >Chiropractic Care<\/option><option value=\"Insurance Agent\"  class=\"choice-15 depth-1\"  >Insurance Agent<\/option><option value=\"Real Estate Agent\"  class=\"choice-16 depth-1\"  >Real Estate Agent<\/option><option value=\"Restaurant &amp; Food Service\"  class=\"choice-17 depth-1\"  >Restaurant &amp; Food Service<\/option><option value=\"Other \u2014 I&#039;ll describe in my message\"  class=\"choice-18 depth-1\"  >Other \u2014 I'll describe in my message<\/option><\/select><\/div><div id=\"wpforms-40-field_7-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"7\"><label class=\"wpforms-field-label\" for=\"wpforms-40-field_7\">Service Area \/ Zone of Interest <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><select id=\"wpforms-40-field_7\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][7]\" required=\"required\"><option value=\"\" class=\"placeholder\" disabled  selected='selected'>--- Select Choice ---<\/option><option value=\"Muskegon City\"  class=\"choice-4 depth-1\"  >Muskegon City<\/option><option value=\"Norton Shores\"  class=\"choice-7 depth-1\"  >Norton Shores<\/option><option value=\"Muskegon Heights\"  class=\"choice-8 depth-1\"  >Muskegon Heights<\/option><option value=\"North Muskegon\"  class=\"choice-9 depth-1\"  >North Muskegon<\/option><option value=\"Whitehall \/ Montague\"  class=\"choice-10 depth-1\"  >Whitehall \/ Montague<\/option><option value=\"Fremont \/ Holton\"  class=\"choice-11 depth-1\"  >Fremont \/ Holton<\/option><option value=\"Newaygo County\"  class=\"choice-12 depth-1\"  >Newaygo County<\/option><option value=\"Grand Haven \/ Spring Lake\"  class=\"choice-13 depth-1\"  >Grand Haven \/ Spring Lake<\/option><option value=\"Holland Area\"  class=\"choice-14 depth-1\"  >Holland Area<\/option><option value=\"Ludington \/ Oceana County\"  class=\"choice-15 depth-1\"  >Ludington \/ Oceana County<\/option><option value=\"Not sure \u2014 help me figure it out\"  class=\"choice-16 depth-1\"  >Not sure \u2014 help me figure it out<\/option><\/select><\/div><div id=\"wpforms-40-field_9-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"9\"><label class=\"wpforms-field-label\" for=\"wpforms-40-field_9\">Message <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><textarea id=\"wpforms-40-field_9\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][9]\" aria-errormessage=\"wpforms-40-field_9-error\" required><\/textarea><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-40-field_3-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-40-field_3-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-40-field_3-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"40\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=\/wp\/v2\/pages\/29\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-40\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit<\/button><img decoding=\"async\" src=\"https:\/\/westmichiganhighlighter.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500\u2500\u2500\u2500 FOOTER \u2500\u2500\u2500\u2500\u2500 -->\n<footer>\n  <div class=\"container\">\n    <div class=\"footer-inner\">\n      <div>\n        <div class=\"footer-brand-name\"><span>West Michigan<\/span> Highlighter<\/div>\n        <p class=\"footer-tagline\">A shared direct-mail advertising publication serving homeowners and local businesses across West Michigan \u2014 neighborhood by neighborhood.<\/p>\n        <p style=\"font-family:'DM Mono',monospace; font-size:10px; color:var(--text-light); margin-top:1.25rem; letter-spacing:0.08em;\">WEST MICHIGAN \u00b7 MUSKEGON &amp; SURROUNDING AREAS<\/p>\n      <\/div>\n      <div class=\"footer-col\">\n        <h4>Navigate<\/h4>\n        <ul>\n          <li><a href=\"#how-it-works\">How It Works<\/a><\/li>\n          <li><a href=\"#for-businesses\">For Business Owners<\/a><\/li>\n          <li><a href=\"#for-homeowners\">For Homeowners<\/a><\/li>\n          <li><a href=\"#coverage\">Coverage Map<\/a><\/li>\n          <li><a href=\"#contact\">Contact Us<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"footer-col\">\n        <h4>Advertising<\/h4>\n        <ul>\n          <li><a href=\"#contact\">Reserve a Spot<\/a><\/li>\n          <li><a href=\"#contact\">Check Availability<\/a><\/li>\n          <li><a href=\"#contact\">Multi-Zone Coverage<\/a><\/li>\n          <li><a href=\"#contact\">Artwork Specifications<\/a><\/li>\n          <li><a href=\"#faq\">FAQs<\/a><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n    <div class=\"footer-bottom\">\n      <span>\u00a9 2026 West Michigan Highlighter. All rights reserved.<\/span>\n      <span style=\"font-family:'DM Mono',monospace; font-size:9px; letter-spacing:0.1em; text-transform:uppercase;\">Your business. Every door. Every home.<\/span>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<script>\n  \/\/ Smooth anchor scroll offset for sticky nav\n  document.querySelectorAll('a[href^=\"#\"]').forEach(a => {\n    a.addEventListener('click', e => {\n      const target = document.querySelector(a.getAttribute('href'));\n      if (target) {\n        e.preventDefault();\n        const top = target.getBoundingClientRect().top + window.scrollY - 72;\n        window.scrollTo({ top, behavior: 'smooth' });\n      }\n    });\n  });\n\n  \/\/ Category pill hover effect\n  document.querySelectorAll('[style*=\"background:var(--cream-mid)\"]').forEach(el => {\n    el.addEventListener('mouseenter', () => el.style.borderColor = 'var(--gold)');\n    el.addEventListener('mouseleave', () => el.style.borderColor = 'var(--cream-dark)');\n  });\n\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>West Michigan Highlighter How It Works For Businesses For Homeowners Coverage Get Advertised West Michigan&#8217;s Neighborhood Mailer Your business.Every door.Every home. We deliver a full-color, professional shared mailer directly to thousands of homes across West Michigan \u2014 putting your business in the hands of the neighbors who need you most. Advertise with Us See How [&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-29","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Homepage - West Michigan Highlighter<\/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:\/\/westmichiganhighlighter.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Homepage - West Michigan Highlighter\" \/>\n<meta property=\"og:description\" content=\"West Michigan Highlighter How It Works For Businesses For Homeowners Coverage Get Advertised West Michigan&#8217;s Neighborhood Mailer Your business.Every door.Every home. We deliver a full-color, professional shared mailer directly to thousands of homes across West Michigan \u2014 putting your business in the hands of the neighbors who need you most. Advertise with Us See How [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/westmichiganhighlighter.com\/\" \/>\n<meta property=\"og:site_name\" content=\"West Michigan Highlighter\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-08T17:54:44+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=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/\",\"url\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/\",\"name\":\"Homepage - West Michigan Highlighter\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/#website\"},\"datePublished\":\"2026-06-07T21:58:37+00:00\",\"dateModified\":\"2026-06-08T17:54:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/westmichiganhighlighter.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/#website\",\"url\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/\",\"name\":\"West Michigan Highlighter\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/#organization\",\"name\":\"West Michigan Highlighter\",\"url\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/favicon-512.png\",\"contentUrl\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/favicon-512.png\",\"width\":512,\"height\":512,\"caption\":\"West Michigan Highlighter\"},\"image\":{\"@id\":\"https:\\\/\\\/westmichiganhighlighter.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Homepage - West Michigan Highlighter","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:\/\/westmichiganhighlighter.com\/","og_locale":"en_US","og_type":"article","og_title":"Homepage - West Michigan Highlighter","og_description":"West Michigan Highlighter How It Works For Businesses For Homeowners Coverage Get Advertised West Michigan&#8217;s Neighborhood Mailer Your business.Every door.Every home. We deliver a full-color, professional shared mailer directly to thousands of homes across West Michigan \u2014 putting your business in the hands of the neighbors who need you most. Advertise with Us See How [&hellip;]","og_url":"https:\/\/westmichiganhighlighter.com\/","og_site_name":"West Michigan Highlighter","article_modified_time":"2026-06-08T17:54:44+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/westmichiganhighlighter.com\/","url":"https:\/\/westmichiganhighlighter.com\/","name":"Homepage - West Michigan Highlighter","isPartOf":{"@id":"https:\/\/westmichiganhighlighter.com\/#website"},"datePublished":"2026-06-07T21:58:37+00:00","dateModified":"2026-06-08T17:54:44+00:00","breadcrumb":{"@id":"https:\/\/westmichiganhighlighter.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/westmichiganhighlighter.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/westmichiganhighlighter.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/westmichiganhighlighter.com\/"},{"@type":"ListItem","position":2,"name":"Homepage"}]},{"@type":"WebSite","@id":"https:\/\/westmichiganhighlighter.com\/#website","url":"https:\/\/westmichiganhighlighter.com\/","name":"West Michigan Highlighter","description":"","publisher":{"@id":"https:\/\/westmichiganhighlighter.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/westmichiganhighlighter.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/westmichiganhighlighter.com\/#organization","name":"West Michigan Highlighter","url":"https:\/\/westmichiganhighlighter.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/westmichiganhighlighter.com\/#\/schema\/logo\/image\/","url":"https:\/\/westmichiganhighlighter.com\/wp-content\/uploads\/2026\/06\/favicon-512.png","contentUrl":"https:\/\/westmichiganhighlighter.com\/wp-content\/uploads\/2026\/06\/favicon-512.png","width":512,"height":512,"caption":"West Michigan Highlighter"},"image":{"@id":"https:\/\/westmichiganhighlighter.com\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":9,"href":"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":48,"href":"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions\/48"}],"wp:attachment":[{"href":"https:\/\/westmichiganhighlighter.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}