{"id":6,"date":"2026-08-03T17:57:30","date_gmt":"2026-08-03T17:57:30","guid":{"rendered":"https:\/\/pipefuel.wpenginepowered.com\/?page_id=6"},"modified":"2026-08-03T18:17:55","modified_gmt":"2026-08-03T18:17:55","slug":"home","status":"publish","type":"page","link":"https:\/\/pipefuel.io\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!-- ============================================================\n     PIPEFUEL LANDING PAGE  |  pipefuel.io\n     Single-file, self-contained. All CSS is scoped under #pf\n     so it cannot collide with your WordPress theme.\n     Paste everything below into a Custom HTML block.\n     Search for \"EDIT:\" to find the things you need to change.\n     ============================================================ -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo:wdth,wght@62..125,400..900&#038;family=IBM+Plex+Mono:wght@400;500;600&#038;family=IBM+Plex+Sans:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n\n<div id=\"pf\">\n<style>\n\/* ---------- TOKENS ---------- *\/\n#pf{\n  --ink:#141619;        \/* graphite dark *\/\n  --steel:#1E2126;      \/* panel *\/\n  --steel-2:#343943;    \/* rules on dark *\/\n  --concrete:#E8E8E5;   \/* page light *\/\n  --paper:#F8F8F6;      \/* cards light *\/\n  --accent:#1B4FD8;     \/* cobalt \u2014 on light *\/\n  --accent-dk:#153FAA;  \/* cobalt \u2014 deep *\/\n  --accent-lt:#5B8CFF;  \/* cobalt \u2014 on dark *\/\n  --accent-txt:#7FA5FF; \/* cobalt \u2014 small text on dark *\/\n  --slate:#5B6B78;      \/* muted text on light *\/\n  --slate-lt:#9DB0BE;   \/* muted text on dark *\/\n  --line:#CFCFC8;       \/* rules on light *\/\n\n  --display:'Archivo',system-ui,sans-serif;\n  --body:'IBM Plex Sans',system-ui,sans-serif;\n  --mono:'IBM Plex Mono',ui-monospace,monospace;\n\n  --wrap:1180px;\n  --r:3px;\n\n  font-family:var(--body);\n  color:var(--ink);\n  background:var(--concrete);\n  line-height:1.6;\n  -webkit-font-smoothing:antialiased;\n  text-size-adjust:100%;\n}\n#pf *,#pf *::before,#pf *::after{box-sizing:border-box;}\n#pf p,#pf h1,#pf h2,#pf h3,#pf h4,#pf ul,#pf ol,#pf figure{margin:0;}\n#pf ul,#pf ol{padding:0;list-style:none;}\n#pf img,#pf svg{display:block;max-width:100%;}\n#pf a{color:inherit;text-decoration:none;}\n\n#pf .pf-wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px;}\n\n\/* ---------- TYPE ---------- *\/\n#pf .pf-h1,#pf .pf-h2,#pf .pf-h3,#pf .pf-num{\n  font-family:var(--display);\n  font-variation-settings:'wdth' 112,'wght' 800;\n  line-height:1.02;\n  letter-spacing:-0.015em;\n  text-transform:uppercase;\n}\n#pf .pf-h1{font-size:clamp(2.5rem,6.4vw,5rem);}\n#pf .pf-h2{font-size:clamp(1.9rem,3.9vw,3.1rem);}\n#pf .pf-h3{font-size:clamp(1.15rem,1.9vw,1.5rem);font-variation-settings:'wdth' 108,'wght' 750;}\n#pf .pf-lede{font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.55;color:var(--slate);}\n#pf .pf-eyebrow{\n  font-family:var(--mono);font-size:.72rem;font-weight:500;\n  letter-spacing:.18em;text-transform:uppercase;color:var(--accent-dk);\n  display:flex;align-items:center;gap:10px;margin-bottom:18px;\n}\n#pf .pf-eyebrow::before{content:\"\";width:26px;height:2px;background:var(--accent);flex:none;}\n#pf .pf-dark .pf-eyebrow,#pf .pf-hero .pf-eyebrow,#pf .pf-cta .pf-eyebrow{color:var(--accent-txt);font-weight:600;}\n#pf .pf-dark .pf-eyebrow::before,#pf .pf-hero .pf-eyebrow::before,#pf .pf-cta .pf-eyebrow::before{background:var(--accent-txt);}\n#pf .pf-mono{font-family:var(--mono);font-size:.78rem;letter-spacing:.06em;}\n\n\/* ---------- SECTION RHYTHM ---------- *\/\n#pf .pf-sec{padding:clamp(64px,8vw,112px) 0;}\n#pf .pf-dark{background:var(--ink);color:var(--paper);}\n#pf .pf-dark .pf-lede{color:var(--slate-lt);}\n\n\/* ---------- BUTTONS ---------- *\/\n#pf .pf-btn{\n  display:inline-flex;align-items:center;gap:10px;\n  font-family:var(--mono);font-size:.84rem;font-weight:600;\n  letter-spacing:.1em;text-transform:uppercase;\n  padding:16px 26px;border-radius:var(--r);border:2px solid transparent;\n  transition:transform .12s ease,background .16s ease,color .16s ease,border-color .16s ease;\n}\n#pf .pf-btn:hover{transform:translateY(-2px);}\n#pf .pf-btn-primary{background:var(--accent);color:#fff;}\n#pf .pf-btn-primary:hover{background:#2E63F0;}\n#pf .pf-btn-ghost{border-color:var(--steel-2);color:var(--paper);}\n#pf .pf-btn-ghost:hover{border-color:var(--accent-lt);color:var(--accent-lt);}\n#pf .pf-btn-dark{border-color:var(--ink);color:var(--ink);}\n#pf .pf-btn-dark:hover{background:var(--ink);color:var(--paper);}\n#pf a:focus-visible,#pf button:focus-visible{outline:3px solid var(--accent-lt);outline-offset:3px;}\n\n\/* ---------- NAV ---------- *\/\n#pf .pf-nav{\n  background:var(--ink);border-bottom:1px solid var(--steel-2);\n  position:sticky;top:0;z-index:50;\n}\n#pf .pf-nav-in{display:flex;align-items:center;justify-content:space-between;gap:20px;height:74px;}\n#pf .pf-mark{display:flex;align-items:center;gap:11px;}\n#pf .pf-mark-txt{\n  font-family:var(--display);font-variation-settings:'wdth' 118,'wght' 800;\n  font-size:1.32rem;letter-spacing:.02em;color:var(--paper);text-transform:uppercase;\n}\n#pf .pf-mark-txt em{font-style:normal;color:var(--accent-lt);}\n#pf .pf-nav-links{display:flex;align-items:center;gap:30px;}\n#pf .pf-nav-links a{font-family:var(--mono);font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:var(--slate-lt);}\n#pf .pf-nav-links a:hover{color:var(--accent-lt);}\n#pf .pf-nav-cta{padding:12px 20px;font-size:.76rem;}\n@media(max-width:860px){#pf .pf-nav-links{display:none;}}\n\n\/* ---------- HERO ---------- *\/\n#pf .pf-hero{background:var(--ink);color:var(--paper);position:relative;overflow:hidden;padding:clamp(60px,8vw,110px) 0 0;}\n#pf .pf-hero-grid{\n  position:absolute;inset:0;pointer-events:none;opacity:.5;\n  background-image:linear-gradient(var(--steel-2) 1px,transparent 1px);\n  background-size:100% 62px;\n  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 82%);\n  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 82%);\n}\n#pf .pf-hero-in{position:relative;}\n#pf .pf-hero h1{max-width:15ch;}\n#pf .pf-hero h1 span{color:var(--accent-lt);}\n#pf .pf-hero-sub{max-width:56ch;margin-top:26px;font-size:clamp(1.05rem,1.6vw,1.3rem);color:var(--slate-lt);line-height:1.55;}\n#pf .pf-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px;}\n#pf .pf-hero-note{font-family:var(--mono);font-size:.75rem;letter-spacing:.06em;color:var(--slate-lt);margin-top:22px;}\n\n\/* spec plate *\/\n#pf .pf-plate{\n  margin-top:clamp(48px,6vw,76px);border-top:1px solid var(--steel-2);\n  display:grid;grid-template-columns:repeat(4,1fr);\n}\n#pf .pf-plate div{padding:26px 22px 34px;border-right:1px solid var(--steel-2);}\n#pf .pf-plate div:last-child{border-right:0;}\n#pf .pf-plate dt{font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--slate-lt);}\n#pf .pf-plate dd{\n  margin:10px 0 0;font-family:var(--display);\n  font-variation-settings:'wdth' 108,'wght' 750;\n  font-size:clamp(1.25rem,2.4vw,1.9rem);line-height:1.05;color:var(--paper);text-transform:uppercase;\n}\n@media(max-width:760px){\n  #pf .pf-plate{grid-template-columns:1fr 1fr;}\n  #pf .pf-plate div{border-bottom:1px solid var(--steel-2);}\n  #pf .pf-plate div:nth-child(2n){border-right:0;}\n}\n\n\/* ---------- PROBLEM ---------- *\/\n#pf .pf-prob{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:44px;}\n#pf .pf-prob li{background:var(--paper);padding:34px 28px 38px;}\n#pf .pf-prob .pf-h3{margin-bottom:12px;}\n#pf .pf-prob p{color:var(--slate);font-size:.98rem;}\n@media(max-width:880px){#pf .pf-prob{grid-template-columns:1fr;}}\n\n\/* ---------- PROCESS ---------- *\/\n#pf .pf-steps{counter-reset:s;margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--steel-2);border:1px solid var(--steel-2);}\n#pf .pf-steps li{background:var(--ink);padding:30px 24px 34px;}\n#pf .pf-steps li::before{\n  counter-increment:s;content:counter(s,decimal-leading-zero);\n  font-family:var(--display);font-variation-settings:'wdth' 100,'wght' 800;\n  font-size:2.4rem;color:var(--accent-lt);display:block;line-height:1;margin-bottom:16px;\n}\n#pf .pf-steps .pf-h3{color:var(--paper);margin-bottom:10px;}\n#pf .pf-steps p{color:var(--slate-lt);font-size:.95rem;}\n@media(max-width:940px){#pf .pf-steps{grid-template-columns:1fr 1fr;}}\n@media(max-width:560px){#pf .pf-steps{grid-template-columns:1fr;}}\n\n\/* ---------- SIGNATURE: PIPELINE RAIL ---------- *\/\n#pf .pf-rail{margin-top:52px;position:relative;padding-left:56px;}\n#pf .pf-rail::before{content:\"\";position:absolute;left:17px;top:14px;bottom:14px;width:6px;background:var(--line);border-radius:3px;}\n#pf .pf-rail-fill{\n  position:absolute;left:17px;top:14px;width:6px;border-radius:3px;\n  background:linear-gradient(180deg,var(--accent-lt),var(--accent));\n  height:0;transition:height 1.1s cubic-bezier(.4,0,.2,1);\n}\n#pf .pf-stage{position:relative;padding:0 0 42px;}\n#pf .pf-stage:last-child{padding-bottom:0;}\n#pf .pf-stage::before{\n  content:\"\";position:absolute;left:-48px;top:6px;width:26px;height:26px;\n  border-radius:50%;background:var(--concrete);border:5px solid var(--line);\n  transition:border-color .4s ease,transform .4s ease;\n}\n#pf .pf-stage.pf-on::before{border-color:var(--accent);transform:scale(1.12);}\n#pf .pf-stage-hd{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:8px;}\n#pf .pf-stage-hd .pf-h3{color:var(--ink);}\n#pf .pf-stage-tag{font-family:var(--mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);}\n#pf .pf-stage p{color:var(--slate);max-width:62ch;}\n@media(prefers-reduced-motion:reduce){\n  #pf .pf-rail-fill{transition:none;height:100%;}\n  #pf .pf-stage::before{border-color:var(--accent);}\n}\n\n\/* ---------- RESULTS \/ CASES ---------- *\/\n#pf .pf-cases{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;}\n#pf .pf-case{background:var(--steel);border:1px solid var(--steel-2);border-top:3px solid var(--accent-lt);padding:30px 26px 32px;border-radius:var(--r);}\n#pf .pf-case h3{color:var(--paper);margin-bottom:14px;}\n#pf .pf-case p{color:var(--slate-lt);font-size:.95rem;}\n#pf .pf-case dl{margin:20px 0 0;border-top:1px solid var(--steel-2);padding-top:16px;display:grid;gap:9px;}\n#pf .pf-case dl div{display:flex;justify-content:space-between;gap:14px;font-family:var(--mono);font-size:.76rem;letter-spacing:.03em;}\n#pf .pf-case dt{color:var(--slate-lt);text-transform:uppercase;}\n#pf .pf-case dd{margin:0;color:var(--accent-txt);font-weight:600;text-align:right;}\n@media(max-width:940px){#pf .pf-cases{grid-template-columns:1fr;}}\n\n\/* ---------- PRICING ---------- *\/\n#pf .pf-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:46px;align-items:stretch;}\n#pf .pf-tier{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);display:flex;flex-direction:column;height:100%;}\n#pf .pf-tier-feat{border-color:var(--ink);box-shadow:0 18px 40px -26px rgba(14,26,34,.55);}\n#pf .pf-tier-top{padding:28px 26px 24px;border-bottom:1px solid var(--line);}\n#pf .pf-tier-flag{font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;display:block;min-height:1em;}\n#pf .pf-tier-feat .pf-tier-flag{color:var(--ink);}\n#pf .pf-tier-name{margin-bottom:18px;}\n#pf .pf-price{font-family:var(--display);font-variation-settings:'wdth' 110,'wght' 800;font-size:2.7rem;line-height:1;}\n#pf .pf-price sup{font-size:1.1rem;vertical-align:super;margin-right:2px;font-variation-settings:'wdth' 100,'wght' 700;}\n#pf .pf-price-sub{font-family:var(--mono);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--slate);margin-top:8px;}\n#pf .pf-tier-body{padding:26px;flex:1;}\n#pf .pf-tier-body>.pf-mono{display:block;color:var(--slate);text-transform:uppercase;letter-spacing:.13em;font-size:.68rem;margin-bottom:14px;}\n#pf .pf-feat li{position:relative;padding-left:24px;margin-bottom:11px;font-size:.95rem;}\n#pf .pf-feat li::before{content:\"\";position:absolute;left:0;top:9px;width:9px;height:9px;background:var(--accent);border-radius:1px;}\n#pf .pf-fit{margin-top:22px;padding-top:20px;border-top:1px solid var(--line);font-size:.9rem;color:var(--slate);}\n#pf .pf-guar{margin:0;padding:20px 24px;background:var(--ink);color:var(--paper);border-radius:0 0 var(--r) var(--r);\n  min-height:164px;display:flex;flex-direction:column;justify-content:center;}\n#pf .pf-guar strong{display:block;font-family:var(--display);font-variation-settings:'wdth' 106,'wght' 750;text-transform:uppercase;font-size:1rem;line-height:1.2;color:var(--accent-lt);margin-bottom:7px;}\n#pf .pf-guar span{font-size:.84rem;color:var(--slate-lt);}\n@media(max-width:980px){#pf .pf-tiers{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto;}}\n\n\/* ---------- SPLIT: WE HANDLE \/ YOU HANDLE ---------- *\/\n#pf .pf-split{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);margin-top:44px;}\n#pf .pf-split>div{background:var(--paper);padding:32px 28px 36px;}\n#pf .pf-split>div:first-child{background:var(--ink);color:var(--paper);}\n#pf .pf-split h3{margin-bottom:20px;}\n#pf .pf-split>div:first-child h3{color:var(--accent-lt);}\n#pf .pf-split li{padding:11px 0;border-bottom:1px solid var(--line);font-size:.96rem;}\n#pf .pf-split>div:first-child li{border-color:var(--steel-2);color:var(--slate-lt);}\n#pf .pf-split li:last-child{border-bottom:0;}\n@media(max-width:760px){#pf .pf-split{grid-template-columns:1fr;}}\n\n\/* ---------- ADDONS + TERMS ---------- *\/\n#pf .pf-two{display:grid;grid-template-columns:1.1fr .9fr;gap:52px;margin-top:44px;}\n#pf .pf-addon li{padding:18px 0;border-bottom:1px solid var(--line);}\n#pf .pf-addon li:first-child{border-top:1px solid var(--line);}\n#pf .pf-addon strong{display:block;font-family:var(--display);font-variation-settings:'wdth' 106,'wght' 700;text-transform:uppercase;font-size:1rem;margin-bottom:5px;}\n#pf .pf-addon p{color:var(--slate);font-size:.94rem;}\n#pf .pf-terms{background:var(--paper);border:1px solid var(--line);border-left:3px solid var(--accent);padding:28px 26px;border-radius:var(--r);}\n#pf .pf-terms dt{font-family:var(--mono);font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:var(--slate);}\n#pf .pf-terms dd{margin:6px 0 20px;font-size:.96rem;}\n#pf .pf-terms dd:last-child{margin-bottom:0;}\n@media(max-width:880px){#pf .pf-two{grid-template-columns:1fr;gap:36px;}}\n\n\/* ---------- FAQ ---------- *\/\n#pf .pf-faq{margin-top:40px;border-top:1px solid var(--line);}\n#pf .pf-faq details{border-bottom:1px solid var(--line);}\n#pf .pf-faq summary{\n  cursor:pointer;list-style:none;padding:22px 44px 22px 0;position:relative;\n  font-family:var(--display);font-variation-settings:'wdth' 106,'wght' 700;\n  font-size:clamp(1rem,1.5vw,1.15rem);text-transform:uppercase;line-height:1.25;\n}\n#pf .pf-faq summary::-webkit-details-marker{display:none;}\n#pf .pf-faq summary::after{\n  content:\"\";position:absolute;right:8px;top:50%;width:13px;height:13px;\n  border-right:2.5px solid var(--accent);border-bottom:2.5px solid var(--accent);\n  transform:translateY(-70%) rotate(45deg);transition:transform .2s ease;\n}\n#pf .pf-faq details[open] summary::after{transform:translateY(-25%) rotate(-135deg);}\n#pf .pf-faq p{padding:0 0 24px;color:var(--slate);max-width:74ch;}\n\n\/* ---------- CTA ---------- *\/\n#pf .pf-cta{background:var(--ink);color:var(--paper);text-align:center;position:relative;overflow:hidden;}\n#pf .pf-cta .pf-eyebrow{justify-content:center;}\n#pf .pf-cta h2{margin:0 auto;max-width:18ch;}\n#pf .pf-cta .pf-lede{max-width:58ch;margin:22px auto 0;}\n#pf .pf-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:36px;}\n\n\/* ---------- FOOTER ---------- *\/\n#pf .pf-foot{background:#0A1218;color:var(--slate-lt);padding:52px 0 40px;border-top:1px solid var(--steel-2);}\n#pf .pf-foot-in{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;align-items:flex-start;}\n#pf .pf-foot address{font-style:normal;font-size:.9rem;line-height:1.75;margin-top:16px;}\n#pf .pf-foot a{color:var(--slate-lt);}\n#pf .pf-foot a:hover{color:var(--accent-lt);}\n#pf .pf-foot-links{display:flex;flex-wrap:wrap;gap:22px;font-family:var(--mono);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;}\n#pf .pf-foot-legal{margin-top:34px;padding-top:22px;border-top:1px solid var(--steel-2);font-size:.8rem;}\n<\/style>\n\n<!-- ================= NAV ================= -->\n<nav class=\"pf-nav\">\n  <div class=\"pf-wrap pf-nav-in\">\n    <a class=\"pf-mark\" href=\"#pf\" aria-label=\"PipeFuel home\">\n      <!-- Wordmark glyph: flange + pipe run. Reuse this SVG as your favicon. -->\n      <svg width=\"30\" height=\"30\" viewBox=\"0 0 32 32\" fill=\"none\" aria-hidden=\"true\">\n        <path d=\"M16 2.6 27.1 9v14L16 29.4 4.9 23V9L16 2.6Z\" stroke=\"#5B8CFF\" stroke-width=\"2.2\" stroke-linejoin=\"round\"\/>\n        <path d=\"M4.9 16h22.2\" stroke=\"#5B8CFF\" stroke-width=\"2.2\"\/>\n        <circle cx=\"16\" cy=\"16\" r=\"4.1\" fill=\"#5B8CFF\"\/>\n      <\/svg>\n      <span class=\"pf-mark-txt\">Pipe<em>Fuel<\/em><\/span>\n    <\/a>\n    <div class=\"pf-nav-links\">\n      <a href=\"#pf-how\">How it works<\/a>\n      <a href=\"#pf-results\">Results<\/a>\n      <a href=\"#pf-pricing\">Pricing<\/a>\n      <a href=\"#pf-faq\">FAQ<\/a>\n    <\/div>\n    <!-- EDIT: replace # with your Calendly \/ booking link -->\n    <a class=\"pf-btn pf-btn-primary pf-nav-cta\" href=\"#pf-contact\">Book a call<\/a>\n  <\/div>\n<\/nav>\n\n<!-- ================= HERO ================= -->\n<header class=\"pf-hero\">\n  <div class=\"pf-hero-grid\" aria-hidden=\"true\"><\/div>\n  <div class=\"pf-wrap pf-hero-in\">\n    <p class=\"pf-eyebrow\">Commercial outbound engine &nbsp;\u00b7&nbsp; Built for contractors<\/p>\n    <h1 class=\"pf-h1\">Your crews have capacity.<br><span>Your pipeline doesn&#8217;t.<\/span><\/h1>\n    <p class=\"pf-hero-sub\">\n      PipeFuel is a fully managed outbound engine that puts your company in front of\n      property managers, facility directors, and procurement decision makers \u2014 every\n      month, year-round. We run the program. Your team shows up for the conversations.\n    <\/p>\n    <div class=\"pf-hero-actions\">\n      <a class=\"pf-btn pf-btn-primary\" href=\"#pf-contact\">Book an intro call<\/a>\n      <a class=\"pf-btn pf-btn-ghost\" href=\"#pf-pricing\">See pricing<\/a>\n    <\/div>\n    <p class=\"pf-hero-note\">No setup fee \u00b7 3-month minimum \u00b7 Performance guarantee by Month 3<\/p>\n\n    <dl class=\"pf-plate\">\n      <div><dt>Qualified reply rate<\/dt><dd>1&ndash;3%<\/dd><\/div>\n      <div><dt>Influenced revenue \/ client<\/dt><dd>$2&ndash;6M<\/dd><\/div>\n      <div><dt>Time to full volume<\/dt><dd>Month 3<\/dd><\/div>\n      <div><dt>Your monthly lift<\/dt><dd>Minimal<\/dd><\/div>\n    <\/dl>\n  <\/div>\n<\/header>\n\n<!-- ================= PROBLEM ================= -->\n<section class=\"pf-sec\">\n  <div class=\"pf-wrap\">\n    <p class=\"pf-eyebrow\">The problem<\/p>\n    <h2 class=\"pf-h2\">Referrals aren&#8217;t a pipeline.<br>They&#8217;re a coin flip.<\/h2>\n    <ul class=\"pf-prob\">\n      <li>\n        <h3 class=\"pf-h3\">No proactive outreach<\/h3>\n        <p>Revenue depends on referrals and word-of-mouth. When those slow down, there&#8217;s nothing in the funnel behind them.<\/p>\n      <\/li>\n      <li>\n        <h3 class=\"pf-h3\">Gatekeepers block access<\/h3>\n        <p>Property managers, facility directors, and procurement executives are the buyers. Getting to them is the whole game \u2014 and cold calling rarely does it.<\/p>\n      <\/li>\n      <li>\n        <h3 class=\"pf-h3\">Feast or famine<\/h3>\n        <p>Inconsistent pipeline means you can&#8217;t forecast, can&#8217;t staff ahead, and can&#8217;t say no to bad work when the schedule gets thin.<\/p>\n      <\/li>\n    <\/ul>\n  <\/div>\n<\/section>\n\n<!-- ================= HOW IT WORKS ================= -->\n<section class=\"pf-sec pf-dark\" id=\"pf-how\">\n  <div class=\"pf-wrap\">\n    <p class=\"pf-eyebrow\">How it runs<\/p>\n    <h2 class=\"pf-h2\">A structured system,<br>not a mailing list.<\/h2>\n    <p class=\"pf-lede\" style=\"max-width:60ch;margin-top:20px;\">\n      PipeFuel operates as a managed outreach system built around your buyer profile.\n      There is no software for you to learn and no campaigns for you to run.\n    <\/p>\n    <ol class=\"pf-steps\">\n      <li>\n        <h3 class=\"pf-h3\">Define the buyer<\/h3>\n        <p>We build your Ideal Client Profile \u2014 industry, company size, geography, job title, and explicit exclusions.<\/p>\n      <\/li>\n      <li>\n        <h3 class=\"pf-h3\">Build verified lists<\/h3>\n        <p>Prospect lists developed by title, industry, and geography, then validated. No scraping. No purchased garbage.<\/p>\n      <\/li>\n      <li>\n        <h3 class=\"pf-h3\">Deploy sequenced outreach<\/h3>\n        <p>Personalized email sequences deployed through managed, warmed sending infrastructure at safe daily volume.<\/p>\n      <\/li>\n      <li>\n        <h3 class=\"pf-h3\">Route and refine<\/h3>\n        <p>Qualified replies go straight to your team. Every cycle is tuned with performance data from the one before it.<\/p>\n      <\/li>\n    <\/ol>\n  <\/div>\n<\/section>\n\n<!-- ================= TIMELINE (SIGNATURE) ================= -->\n<section class=\"pf-sec\">\n  <div class=\"pf-wrap\">\n    <p class=\"pf-eyebrow\">What to expect, month by month<\/p>\n    <h2 class=\"pf-h2\">This builds. It doesn&#8217;t<br>switch on.<\/h2>\n    <p class=\"pf-lede\" style=\"max-width:60ch;margin-top:20px;\">\n      Commercial sales cycles run three to six months. Here&#8217;s exactly what happens and when,\n      so nobody is guessing in Month 1.\n    <\/p>\n\n    <div class=\"pf-rail\" id=\"pf-rail\">\n      <div class=\"pf-rail-fill\" id=\"pf-rail-fill\" aria-hidden=\"true\"><\/div>\n\n      <div class=\"pf-stage\">\n        <div class=\"pf-stage-hd\"><h3 class=\"pf-h3\">Infrastructure<\/h3><span class=\"pf-stage-tag\">Month 1<\/span><\/div>\n        <p>Domain warmup runs in the background, validated lists are built, and platform configuration is completed. No outreach goes out during this phase \u2014 and that&#8217;s deliberate. Skipping warmup is the single most common reason cold email programs fail.<\/p>\n      <\/div>\n\n      <div class=\"pf-stage\">\n        <div class=\"pf-stage-hd\"><h3 class=\"pf-h3\">Ramp<\/h3><span class=\"pf-stage-tag\">Month 2<\/span><\/div>\n        <p>Outreach begins at controlled volume. The first performance data starts coming in. The system is actively monitored and adjusted as results accumulate.<\/p>\n      <\/div>\n\n      <div class=\"pf-stage\">\n        <div class=\"pf-stage-hd\"><h3 class=\"pf-h3\">Full volume<\/h3><span class=\"pf-stage-tag\">Month 3+<\/span><\/div>\n        <p>Optimization is in full effect. Open rates, reply rates, and engagement trends inform sequencing decisions. Pipeline begins to build.<\/p>\n      <\/div>\n\n      <div class=\"pf-stage\">\n        <div class=\"pf-stage-hd\"><h3 class=\"pf-h3\">Compounding<\/h3><span class=\"pf-stage-tag\">Month 6+<\/span><\/div>\n        <p>Decision makers who have seen your name multiple times start to engage. This is where the commercial sales cycle pays off, and where clients who committed to the window see the strongest results.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= RESULTS ================= -->\n<section class=\"pf-sec pf-dark\" id=\"pf-results\">\n  <div class=\"pf-wrap\">\n    <p class=\"pf-eyebrow\">Track record<\/p>\n    <h2 class=\"pf-h2\">Built by people who<br>ran the business.<\/h2>\n    <p class=\"pf-lede\" style=\"max-width:62ch;margin-top:20px;\">\n      PipeFuel was built by a team with decades of experience in construction, real estate\n      finance, and B2B sales \u2014 including 30+ years running a contracting business.\n    <\/p>\n\n    <!-- EDIT: get written permission from each named client before publishing. -->\n    <div class=\"pf-cases\">\n      <article class=\"pf-case\">\n        <h3 class=\"pf-h3\">SERVPRO of the Bay Area<\/h3>\n        <p>No commercial outreach engine, and gatekeepers blocking every channel. PipeFuel delivered qualified meetings monthly and established preferred vendor status across property management groups.<\/p>\n        <dl>\n          <div><dt>Annual proposals<\/dt><dd>20&ndash;30<\/dd><\/div>\n          <div><dt>Influenced revenue<\/dt><dd>$3&ndash;6M<\/dd><\/div>\n        <\/dl>\n      <\/article>\n      <article class=\"pf-case\">\n        <h3 class=\"pf-h3\">Royal Treatment Exteriors<\/h3>\n        <p>Launched with no brand presence, no referrals, and projects starting at $100,000. PipeFuel built their pipeline from zero.<\/p>\n        <dl>\n          <div><dt>Meetings \/ month<\/dt><dd>2&ndash;4<\/dd><\/div>\n          <div><dt>Annual proposals<\/dt><dd>15&ndash;20<\/dd><\/div>\n          <div><dt>Influenced revenue<\/dt><dd>$2&ndash;5M<\/dd><\/div>\n        <\/dl>\n      <\/article>\n      <article class=\"pf-case\">\n        <h3 class=\"pf-h3\">Gemstar Contractors<\/h3>\n        <p>Strong capacity, no reliable pipeline. PipeFuel replaced the outside sales function and built the first predictable pipeline in company history.<\/p>\n        <dl>\n          <div><dt>New territories<\/dt><dd>Multiple<\/dd><\/div>\n          <div><dt>Influenced revenue<\/dt><dd>Millions \/ yr<\/dd><\/div>\n        <\/dl>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= PRICING ================= -->\n<section class=\"pf-sec\" id=\"pf-pricing\">\n  <div class=\"pf-wrap\">\n    <p class=\"pf-eyebrow\">Pricing<\/p>\n    <h2 class=\"pf-h2\">Monthly subscription.<br>No setup fee.<\/h2>\n    <p class=\"pf-lede\" style=\"max-width:60ch;margin-top:20px;\">\n      Tiers are additive \u2014 each level includes everything from the tier below it.\n      Onboarding and infrastructure setup are included in your first month.\n    <\/p>\n\n    <div class=\"pf-tiers\">\n\n      <div class=\"pf-tier\">\n        <div class=\"pf-tier-top\">\n          <span class=\"pf-tier-flag\">Tier 1<\/span>\n          <h3 class=\"pf-h3 pf-tier-name\">Core Outreach Engine<\/h3>\n          <div class=\"pf-price\"><sup>$<\/sup>1,500<\/div>\n          <div class=\"pf-price-sub\">per month, starting<\/div>\n        <\/div>\n        <div class=\"pf-tier-body\">\n          <span class=\"pf-mono\">Included<\/span>\n          <ul class=\"pf-feat\">\n            <li>Domain warmup and ongoing deliverability monitoring<\/li>\n            <li>ICP-based list building and email validation<\/li>\n            <li>1&ndash;2 active personalized email sequences<\/li>\n            <li>Daily send management and volume ramp<\/li>\n            <li>Monthly KPI reporting<\/li>\n            <li>Monthly optimization review<\/li>\n          <\/ul>\n          <p class=\"pf-fit\"><strong>Best for:<\/strong> companies new to structured B2B outreach with a clear, focused buyer profile \u2014 or testing a new vertical before scaling.<\/p>\n        <\/div>\n        <p class=\"pf-guar\"><strong>2 qualified replies by Month 3<\/strong><span>If we don&#8217;t hit it, we keep working at no additional cost until we do.<\/span><\/p>\n      <\/div>\n\n      <div class=\"pf-tier pf-tier-feat\">\n        <div class=\"pf-tier-top\">\n          <span class=\"pf-tier-flag\">Tier 2 \u00b7 Most chosen<\/span>\n          <h3 class=\"pf-h3 pf-tier-name\">Enhanced Outreach Engine<\/h3>\n          <div class=\"pf-price\"><sup>$<\/sup>2,700<\/div>\n          <div class=\"pf-price-sub\">per month, starting<\/div>\n        <\/div>\n        <div class=\"pf-tier-body\">\n          <span class=\"pf-mono\">Everything in Tier 1, plus<\/span>\n          <ul class=\"pf-feat\">\n            <li>3&ndash;4 active sequences with ongoing A\/B testing<\/li>\n            <li>Full reply handling and categorization<\/li>\n            <li>Weekly KPI reporting<\/li>\n            <li>Quarterly ICP refinement session<\/li>\n            <li>Quarterly sequence refresh \u2014 new 3-part sequence every 90 days<\/li>\n            <li>Dedicated account touchpoint and faster response SLA<\/li>\n          <\/ul>\n          <p class=\"pf-fit\"><strong>Best for:<\/strong> growing companies targeting multiple buyer profiles, or those ready to scale volume after validating early results.<\/p>\n        <\/div>\n        <p class=\"pf-guar\"><strong>3 qualified replies by Month 3<\/strong><span>If we don&#8217;t hit it, we keep working at no additional cost until we do.<\/span><\/p>\n      <\/div>\n\n      <div class=\"pf-tier\">\n        <div class=\"pf-tier-top\">\n          <span class=\"pf-tier-flag\">Tier 3<\/span>\n          <h3 class=\"pf-h3 pf-tier-name\">Outreach + Pipeline Support<\/h3>\n          <div class=\"pf-price\"><sup>$<\/sup>3,200<\/div>\n          <div class=\"pf-price-sub\">per month, starting<\/div>\n        <\/div>\n        <div class=\"pf-tier-body\">\n          <span class=\"pf-mono\">Everything in Tier 2, plus<\/span>\n          <ul class=\"pf-feat\">\n            <li>Appointment setting \u2014 qualified meetings booked to your calendar<\/li>\n            <li>Lead qualification layer: replies screened before routing<\/li>\n            <li>CRM updates logged directly into your system<\/li>\n            <li>Follow-up sequences triggered by reply behavior<\/li>\n          <\/ul>\n          <p class=\"pf-fit\"><strong>Best for:<\/strong> companies with an active sales team ready to take meetings, where each conversation represents meaningful revenue.<\/p>\n        <\/div>\n        <p class=\"pf-guar\"><strong>3 qualified replies or 1 booked appointment by Month 3<\/strong><span>If we don&#8217;t hit it, we keep working at no additional cost until we do.<\/span><\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= SPLIT ================= -->\n<section class=\"pf-sec\" style=\"padding-top:0;\">\n  <div class=\"pf-wrap\">\n    <p class=\"pf-eyebrow\">Division of labor<\/p>\n    <h2 class=\"pf-h2\">What we handle.<br>What you handle.<\/h2>\n    <div class=\"pf-split\">\n      <div>\n        <h3 class=\"pf-h3\">PipeFuel handles<\/h3>\n        <ul>\n          <li>Domain warmup and deliverability<\/li>\n          <li>List building and email validation<\/li>\n          <li>Sequence writing and deployment<\/li>\n          <li>A\/B testing and optimization<\/li>\n          <li>Reply logging and categorization<\/li>\n          <li>KPI reporting and strategy calls<\/li>\n          <li>CAN-SPAM compliance and opt-out management<\/li>\n        <\/ul>\n      <\/div>\n      <div>\n        <h3 class=\"pf-h3\">You handle<\/h3>\n        <ul>\n          <li>Define your Ideal Client Profile<\/li>\n          <li>Provide brand voice and tone guidance<\/li>\n          <li>Review and approve messaging<\/li>\n          <li>Respond to interested leads<\/li>\n          <li>Close deals with qualified prospects<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= ADD-ONS + TERMS ================= -->\n<section class=\"pf-sec\" style=\"padding-top:0;\">\n  <div class=\"pf-wrap\">\n    <div class=\"pf-two\">\n      <div>\n        <p class=\"pf-eyebrow\">Optional add-ons<\/p>\n        <h3 class=\"pf-h2\" style=\"font-size:clamp(1.5rem,2.6vw,2.1rem);\">Scoped and priced separately<\/h3>\n        <ul class=\"pf-addon\" style=\"margin-top:26px;\">\n          <li>\n            <strong>Appointment setting<\/strong>\n            <p>We book qualified meetings with interested leads directly on your calendar. Available as a flat monthly add-on or per booked appointment.<\/p>\n          <\/li>\n          <li>\n            <strong>Additional mailboxes<\/strong>\n            <p>Expand daily send volume with dedicated sending mailboxes \u2014 useful in competitive segments or large markets.<\/p>\n          <\/li>\n          <li>\n            <strong>Additional ICP segments<\/strong>\n            <p>Target multiple buyer profiles or verticals at once, each with its own tailored sequence and dedicated list.<\/p>\n          <\/li>\n        <\/ul>\n      <\/div>\n      <div>\n        <p class=\"pf-eyebrow\">Terms<\/p>\n        <dl class=\"pf-terms\">\n          <dt>Minimum commitment<\/dt>\n          <dd>3 months. A 6-month term is recommended so the system can reach full performance and compound.<\/dd>\n          <dt>Setup fee<\/dt>\n          <dd>None. Onboarding and infrastructure setup are included in the first month&#8217;s subscription.<\/dd>\n          <dt>Billing<\/dt>\n          <dd>Monthly subscription. No one-time fees, no hidden charges.<\/dd>\n          <dt>Getting started<\/dt>\n          <dd>Once agreements are signed and the first month is collected, kickoff is scheduled within 3&ndash;5 business days.<\/dd>\n        <\/dl>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= FAQ ================= -->\n<section class=\"pf-sec\" style=\"padding-top:0;\" id=\"pf-faq\">\n  <div class=\"pf-wrap\">\n    <p class=\"pf-eyebrow\">Questions<\/p>\n    <h2 class=\"pf-h2\">Before you book<\/h2>\n    <div class=\"pf-faq\">\n      <details>\n        <summary>Do you close deals for us?<\/summary>\n        <p>No. We surface interest and route qualified replies to your team. Your people take the conversation and close it. At Tier 3 we&#8217;ll also book the meeting on your calendar, but the deal is yours to win.<\/p>\n      <\/details>\n      <details>\n        <summary>Why is there no outreach in Month 1?<\/summary>\n        <p>Month 1 is infrastructure. Sending domains have to be warmed and lists have to be built and validated before a single email goes out. Rushing this is the fastest way to land in spam permanently, so we don&#8217;t do it.<\/p>\n      <\/details>\n      <details>\n        <summary>What do we need to provide?<\/summary>\n        <p>Your Ideal Client Profile \u2014 target industries, company sizes, geography, job titles, and any exclusions \u2014 plus your website, brand voice guidance, platform access, and one internal point of contact who can approve messaging and respond to leads.<\/p>\n      <\/details>\n      <details>\n        <summary>Is this compliant?<\/summary>\n        <p>Yes. Every email carries a functional opt-out, opt-out requests are honored immediately, and we send only to validated lists within safe daily thresholds per domain. Bounced addresses are removed the same day.<\/p>\n      <\/details>\n      <details>\n        <summary>What counts as a qualified reply?<\/summary>\n        <p>A positive response from a verified decision maker indicating interest in a conversation, meeting, or next step. Autoresponders, out-of-office replies, and removal requests don&#8217;t count.<\/p>\n      <\/details>\n      <details>\n        <summary>Can we control the email sequences?<\/summary>\n        <p>You approve messaging and tone before launch, and we welcome feedback throughout. But we run the system \u2014 that&#8217;s what you&#8217;re subscribing to. Clients who want to write and manage sequences themselves are better served by software than by us.<\/p>\n      <\/details>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= CTA ================= -->\n<section class=\"pf-sec pf-cta\" id=\"pf-contact\">\n  <div class=\"pf-wrap\">\n    <p class=\"pf-eyebrow\">Next step<\/p>\n    <h2 class=\"pf-h2\">Let&#8217;s find out if this fits.<\/h2>\n    <p class=\"pf-lede\">\n      A short conversation to understand your business, your ideal commercial customer,\n      and where your pipeline stands today. We&#8217;ll recommend a tier \u2014 or tell you if\n      you&#8217;re not ready for one.\n    <\/p>\n    <div class=\"pf-cta-actions\">\n      <!-- EDIT: swap href for your Calendly\/TidyCal link, or drop a form block right below this section -->\n      <a class=\"pf-btn pf-btn-primary\" href=\"mailto:hello@pipefuel.io\">Book an intro call<\/a>\n      <a class=\"pf-btn pf-btn-ghost\" href=\"mailto:hello@pipefuel.io\">hello@pipefuel.io<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= FOOTER ================= -->\n<footer class=\"pf-foot\">\n  <div class=\"pf-wrap pf-foot-in\">\n    <div>\n      <div class=\"pf-mark\">\n        <svg width=\"26\" height=\"26\" viewBox=\"0 0 32 32\" fill=\"none\" aria-hidden=\"true\">\n          <path d=\"M16 2.6 27.1 9v14L16 29.4 4.9 23V9L16 2.6Z\" stroke=\"#5B8CFF\" stroke-width=\"2.2\" stroke-linejoin=\"round\"\/>\n          <path d=\"M4.9 16h22.2\" stroke=\"#5B8CFF\" stroke-width=\"2.2\"\/>\n          <circle cx=\"16\" cy=\"16\" r=\"4.1\" fill=\"#5B8CFF\"\/>\n        <\/svg>\n        <span class=\"pf-mark-txt\" style=\"font-size:1.1rem;\">Pipe<em>Fuel<\/em><\/span>\n      <\/div>\n      <address>\n        Commercial pipeline for contractors.<br>\n        <a href=\"mailto:hello@pipefuel.io\">hello@pipefuel.io<\/a>\n      <\/address>\n    <\/div>\n    <div class=\"pf-foot-links\">\n      <a href=\"\/privacy-policy\/\">Privacy policy<\/a>\n      <a href=\"\/terms\/\">Terms<\/a>\n      <a href=\"#pf-pricing\">Pricing<\/a>\n      <a href=\"#pf-contact\">Contact<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"pf-wrap pf-foot-legal\">\n    <p>&copy; <span id=\"pf-yr\">2026<\/span> PipeFuel LLC. All rights reserved. Results described reflect specific client engagements and are not a guarantee of future performance.<\/p>\n  <\/div>\n<\/footer>\n\n<script>\n(function(){\n  var y=document.getElementById('pf-yr'); if(y){y.textContent=new Date().getFullYear();}\n  var rail=document.getElementById('pf-rail'), fill=document.getElementById('pf-rail-fill');\n  if(!rail||!fill||!('IntersectionObserver' in window)){ if(fill){fill.style.height='100%';} return; }\n  if(window.matchMedia('(prefers-reduced-motion: reduce)').matches){ fill.style.height='100%'; return; }\n  var stages=rail.querySelectorAll('.pf-stage'), lit=0;\n  var io=new IntersectionObserver(function(entries){\n    entries.forEach(function(e){\n      if(e.isIntersecting){\n        e.target.classList.add('pf-on');\n        lit=Math.max(lit,Array.prototype.indexOf.call(stages,e.target)+1);\n        fill.style.height=Math.round(lit\/stages.length*100)+'%';\n        io.unobserve(e.target);\n      }\n    });\n  },{threshold:.4});\n  stages.forEach(function(s){io.observe(s);});\n})();\n<\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>PipeFuel How it works Results Pricing FAQ Book a call Commercial outbound engine &nbsp;\u00b7&nbsp; Built for contractors Your crews have capacity.Your pipeline doesn&#8217;t. PipeFuel is a fully managed outbound engine that puts your company in front of property managers, facility directors, and procurement decision makers \u2014 every month, year-round. We run the program. Your team&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pipefuel.io\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pipefuel.io\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pipefuel.io\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pipefuel.io\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pipefuel.io\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":3,"href":"https:\/\/pipefuel.io\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/pipefuel.io\/wp-json\/wp\/v2\/pages\/6\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/pipefuel.io\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}