{"id":451242,"date":"2026-05-29T10:08:51","date_gmt":"2026-05-29T15:08:51","guid":{"rendered":"https:\/\/www.bluebookservices.com\/?page_id=451242"},"modified":"2026-05-29T10:34:33","modified_gmt":"2026-05-29T15:34:33","slug":"transportation","status":"publish","type":"page","link":"https:\/\/www.bluebookservices.com\/transportation\/","title":{"rendered":"Transportation (New)"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Blue Book Transportation | Be the Broker They Call Back<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\n  \/* WordPress container breakout *\/\n  .bb-transport-page {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    overflow-x: hidden;\n    font-family: 'Open Sans', sans-serif;\n    color: #1D1D1D;\n    line-height: 1.6;\n    font-size: 16px;\n  }\n  .bb-transport-page *, .bb-transport-page *::before, .bb-transport-page *::after { box-sizing: border-box; }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --blueberry: #1C3C6C;\n    --baker-blue: #0062AF;\n    --eclipse: #1D1D1D;\n    --fresh-white: #FFFFFF;\n    --cool-mist: #F7F6F5;\n    --blood-orange: #ED3544;\n    --sunglow: #FDCD07;\n    --leafy-green: #39B44A;\n    --moon-rise: #BABABA;\n    --bb-gradient: linear-gradient(135deg, #0062AF 0%, #1C3C6C 100%);\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    color: var(--eclipse);\n    background: var(--fresh-white);\n    font-size: 16px;\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* \u2500\u2500 UTILITY \u2500\u2500 *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 0 32px; }\n  .eyebrow {\n    font-size: 11px; font-weight: 700; letter-spacing: 0.18em;\n    text-transform: uppercase; color: var(--sunglow); margin-bottom: 16px;\n    display: block;\n  }\n  .eyebrow-blue { color: var(--baker-blue); }\n  .section-title {\n    font-size: 32px; font-weight: 700; color: var(--blueberry);\n    line-height: 1.2; letter-spacing: -0.01em;\n  }\n  .section-title-light { color: var(--fresh-white); }\n  .section-subtitle {\n    font-size: 18px; color: #555; margin-top: 12px; font-weight: 400;\n    max-width: 600px;\n  }\n  .cta-primary {\n    display: inline-block; background: var(--baker-blue); color: var(--fresh-white);\n    font-weight: 700; font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase;\n    padding: 14px 32px; border-radius: 4px; text-decoration: none;\n    transition: background 0.2s, transform 0.15s; border: none; cursor: pointer;\n  }\n  .cta-primary:hover { background: var(--blueberry); transform: translateY(-1px); }\n  .cta-ghost {\n    display: inline-block; border: 2px solid var(--fresh-white); color: var(--fresh-white);\n    font-weight: 700; font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase;\n    padding: 12px 28px; border-radius: 4px; text-decoration: none;\n    transition: background 0.2s; background: transparent;\n  }\n  .cta-ghost:hover { background: rgba(255,255,255,0.15); }\n\n\n  \/* \u2500\u2500 ABOUT \u2500\u2500 *\/\n  .about-section { padding: 72px 0; background: var(--fresh-white); border-bottom: 1px solid rgba(28,60,108,0.07); }\n  .about-inner { display: grid; grid-template-columns: 2fr 3fr; gap: 64px; align-items: start; }\n  .about-heading .section-title { font-size: 28px; position: sticky; top: 32px; }\n  .about-body p { font-size: 16px; color: #555; line-height: 1.75; margin-bottom: 20px; }\n  .about-body p:last-child { margin-bottom: 0; }\n  @media (max-width: 900px) { .about-inner { grid-template-columns: 1fr; gap: 24px; } .about-heading .section-title { position: static; } }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    background: var(--bb-gradient);\n    padding: 80px 0 60px;\n    position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: radial-gradient(ellipse at 80% 50%, rgba(0,98,175,0.35) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    background: rgba(253,205,7,0.15); border: 1px solid rgba(253,205,7,0.4);\n    color: var(--sunglow); font-size: 11px; font-weight: 700; letter-spacing: 0.14em;\n    text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 20px;\n  }\n  .hero-badge-dot { width: 6px; height: 6px; background: var(--sunglow); border-radius: 50%; animation: pulse 2s infinite; }\n  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }\n  .hero h1 {\n    font-size: 48px; font-weight: 700; color: var(--fresh-white);\n    line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 20px;\n  }\n  .hero h1 em { font-size: 32px; font-style: italic; color: var(--sunglow); }\n  .hero-sub { font-size: 18px; color: rgba(255,255,255,0.8); line-height: 1.55; margin-bottom: 32px; max-width: 480px; }\n  .hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }\n  .hero-footnote { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 20px; }\n  .hero-video-wrap {\n    position: relative; border-radius: 10px; overflow: hidden;\n    box-shadow: 0 24px 64px rgba(0,0,0,0.45);\n    background: var(--blueberry);\n    aspect-ratio: 16\/9;\n    cursor: pointer;\n  }\n  .hero-video-wrap::before {\n    content: '';\n    position: absolute; inset: 0;\n    background: linear-gradient(135deg, #0a2244 0%, #1C3C6C 100%);\n    z-index: 0;\n  }\n  .video-overlay {\n    position: absolute; inset: 0; z-index: 2;\n    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;\n    transition: background 0.2s;\n  }\n  .hero-video-wrap:hover .video-overlay { background: rgba(0,0,0,0.08); }\n  .play-btn {\n    width: 64px; height: 64px; border-radius: 50%;\n    background: var(--sunglow); display: flex; align-items: center; justify-content: center;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.3); transition: transform 0.2s;\n  }\n  .hero-video-wrap:hover .play-btn { transform: scale(1.08); }\n  .play-btn svg { margin-left: 4px; }\n  .video-caption { font-size: 13px; color: rgba(255,255,255,0.65); font-weight: 600; letter-spacing: 0.04em; }\n  .video-label {\n    position: absolute; top: 16px; left: 16px; z-index: 3;\n    background: rgba(0,0,0,0.5); color: white; font-size: 11px; font-weight: 700;\n    letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 3px;\n  }\n\n  \/* \u2500\u2500 HERO PROFILE MOCKUP \u2500\u2500 *\/\n  .hero-profile {\n    background: var(--fresh-white); border-radius: 14px; overflow: hidden;\n    box-shadow: 0 30px 70px rgba(0,0,0,0.45); position: relative;\n  }\n  .hp-banner {\n    display: flex; align-items: center; gap: 9px;\n    background: var(--blueberry); color: #fff;\n    font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;\n    padding: 10px 24px;\n  }\n  .hp-banner .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--leafy-green); animation: pulse 2s infinite; flex-shrink: 0; }\n  .hp-head { display: flex; align-items: flex-start; gap: 14px; padding: 20px 24px 18px; }\n  .hp-logo { width: 50px; height: 50px; border-radius: 12px; background: var(--bb-gradient); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; flex-shrink: 0; }\n  .hp-id { flex: 1; min-width: 0; }\n  .hp-transport {\n    display: inline-flex; align-items: center; gap: 6px; margin-bottom: 8px;\n    border: 1.5px solid var(--leafy-green); color: #2a9c3b; background: rgba(57,180,74,0.08);\n    font-size: 11.5px; font-weight: 700; padding: 4px 12px; border-radius: 20px;\n  }\n  .hp-name { font-size: 19px; font-weight: 700; color: var(--blueberry); display: flex; align-items: center; gap: 9px; flex-wrap: wrap; line-height: 1.2; }\n  .hp-meta { font-size: 12.5px; color: #889; margin-top: 5px; }\n  .hp-body2 { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 18px 24px; border-top: 1px solid rgba(28,60,108,0.08); background: var(--cool-mist); }\n  .hp-credit-label { font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: var(--blueberry); margin-bottom: 2px; }\n  .hp-credit-score { font-size: 40px; font-weight: 700; color: var(--eclipse); line-height: 1; margin-bottom: 10px; }\n  .hp-gauge { position: relative; }\n  .hp-gauge-bar { height: 8px; border-radius: 4px; background: linear-gradient(90deg, #ED3544 0%, #F5A623 38%, #FDCD07 55%, #39B44A 100%); }\n  .hp-gauge-marker { position: absolute; top: -3px; width: 14px; height: 14px; border-radius: 50%; background: var(--eclipse); border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.4); transform: translateX(-50%); }\n  .hp-gauge-ends { display: flex; justify-content: space-between; margin-top: 6px; font-size: 10px; font-weight: 600; color: var(--moon-rise); }\n  .hp-badge { text-align: center; flex-shrink: 0; }\n  .hp-badge img { width: 84px; height: auto; display: block; margin: 0 auto; }\n  .hp-badge-cap { font-size: 10px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: #778; margin-top: 6px; line-height: 1.3; }\n  .hp-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 24px 22px; }\n  .hp-tag { font-size: 11.5px; font-weight: 600; color: var(--blueberry); background: rgba(0,98,175,0.07); border: 1px solid rgba(0,98,175,0.13); padding: 5px 11px; border-radius: 20px; }\n\n  \/* \u2500\u2500 LOGO BAR \u2500\u2500 *\/\n  .logo-bar { background: var(--cool-mist); padding: 40px 0; border-bottom: 1px solid rgba(28,60,108,0.07); }\n  .logo-bar .container { display: flex; flex-direction: column; gap: 20px; align-items: center; }\n  .logo-bar-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--moon-rise); }\n  .logo-bar-logos { display: grid; gap: 12px; }\n  .logo-bar-prominent { grid-template-columns: repeat(3, 1fr); max-width: 700px; margin: 0 auto; }\n  .logo-bar-logos img {\n    width: 100%; height: 80px; object-fit: contain; padding: 16px 24px;\n    background: white; border-radius: 8px; border: 1px solid rgba(28,60,108,0.08);\n    box-shadow: 0 1px 4px rgba(28,60,108,0.05);\n    transition: box-shadow 0.2s, transform 0.2s;\n    display: block;\n  }\n  .logo-bar-logos img:hover { box-shadow: 0 6px 18px rgba(28,60,108,0.12); transform: translateY(-2px); }\n\n  \/* \u2500\u2500 PARTNERS \u2500\u2500 *\/\n  .partners-section { padding: 72px 0; background: var(--fresh-white); }\n  .partners-title { font-size: 22px; font-weight: 700; color: var(--blueberry); margin-bottom: 28px; text-align: center; }\n  .partners-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 700px; margin: 0 auto;\n  }\n  .partners-grid img {\n    width: 100%; height: 80px; object-fit: contain; padding: 16px 24px;\n    background: white; border-radius: 8px; border: 1px solid rgba(28,60,108,0.08);\n    box-shadow: 0 1px 4px rgba(28,60,108,0.05);\n    transition: box-shadow 0.2s, transform 0.2s; display: block;\n  }\n  .partners-grid img:hover { box-shadow: 0 6px 18px rgba(28,60,108,0.12); transform: translateY(-2px); }\n  @media (max-width: 600px) { .logo-bar-prominent, .partners-grid { grid-template-columns: 1fr 1fr; max-width: 100%; } }\n\n  \/* \u2500\u2500 TRUST BAR \u2500\u2500 *\/\n  .trust-bar {\n    background: #2a4a7a; padding: 20px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.08);\n  }\n  .trust-bar .container { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }\n  .trust-item {\n    display: flex; align-items: center; gap: 10px;\n    color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 600; letter-spacing: 0.02em;\n    white-space: nowrap;\n  }\n  .trust-item .t-num { color: var(--sunglow); font-weight: 700; font-size: 15px; }\n  .trust-sep { width: 1px; height: 20px; background: rgba(255,255,255,0.12); }\n\n  \/* \u2500\u2500 THE MATH \u2500\u2500 *\/\n  .math-section { padding: 80px 0; background: var(--fresh-white); }\n  .math-inner { display: grid; grid-template-columns: 2fr 3fr; gap: 72px; align-items: center; }\n  .math-copy .section-title { font-size: 30px; margin-bottom: 16px; }\n  .math-copy p { color: #555; font-size: 16px; line-height: 1.7; margin-bottom: 16px; }\n  .math-copy p:last-of-type { margin-bottom: 24px; }\n  .math-table-wrap {\n    border-radius: 10px; overflow: hidden;\n    box-shadow: 0 16px 48px rgba(28,60,108,0.14);\n    font-family: 'Open Sans', sans-serif;\n  }\n  .math-table { width: 100%; border-collapse: collapse; background: white; }\n  .math-table thead tr {\n    background: var(--blueberry);\n  }\n  .math-table thead th {\n    padding: 14px 20px; font-size: 12px; font-weight: 700;\n    letter-spacing: 0.1em; text-transform: uppercase; color: white;\n    text-align: right;\n  }\n  .math-table thead th:first-child { text-align: left; width: 50%; }\n  .math-table thead th.annual { color: var(--sunglow); }\n  .math-table tbody tr { border-bottom: 1px solid rgba(28,60,108,0.07); }\n  .math-table tbody tr:nth-child(odd) { background: #f4f7fc; }\n  .math-table tbody tr:nth-child(even) { background: white; }\n  .math-table tbody td {\n    padding: 16px 20px; font-size: 15px; color: var(--eclipse);\n    text-align: right; font-weight: 700;\n  }\n  .math-table tbody td:first-child { text-align: left; font-weight: 400; }\n  .math-note { display: block; font-size: 12px; color: #999; font-weight: 400; margin-top: 2px; }\n  .math-table tfoot tr.math-profit { background: var(--blueberry); }\n  .math-table tfoot td {\n    padding: 16px 20px; font-size: 15px; color: white;\n    text-align: right; font-weight: 700;\n  }\n  .math-table tfoot td:first-child { text-align: left; }\n  .math-note-light { display: block; font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 400; margin-top: 2px; }\n  .profit-annual { color: var(--sunglow); font-size: 17px; }\n  .math-disclaimer { font-size: 12px; color: #aaa; margin-top: 14px; line-height: 1.5; padding: 0 14px 10px; }\n\n  \/* \u2500\u2500 FEATURES \u2500\u2500 *\/\n  .features-section { padding: 80px 0; background: var(--cool-mist); }\n  .features-header { text-align: center; margin-bottom: 52px; }\n  .features-header .section-subtitle { margin: 12px auto 0; }\n  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n  .feature-card {\n    background: white; border-radius: 8px; padding: 32px 28px;\n    border: 1px solid rgba(28,60,108,0.08);\n    box-shadow: 0 2px 12px rgba(28,60,108,0.05);\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n  .feature-card:hover { box-shadow: 0 8px 28px rgba(28,60,108,0.12); transform: translateY(-2px); }\n  .feature-icon {\n    width: 44px; height: 44px; border-radius: 8px;\n    background: rgba(0,98,175,0.08); display: flex; align-items: center; justify-content: center;\n    margin-bottom: 18px;\n  }\n  .feature-icon svg path, .feature-icon svg circle { stroke: var(--baker-blue); }\n  .feature-card h3 { font-size: 17px; font-weight: 700; color: var(--blueberry); margin-bottom: 10px; }\n  .feature-card p { font-size: 14px; color: #666; line-height: 1.65; }\n  .feature-tag {\n    display: inline-block; background: var(--sunglow); color: var(--blueberry);\n    font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;\n    padding: 3px 8px; border-radius: 2px; margin-top: 14px;\n  }\n\n  \/* \u2500\u2500 BANNER IMAGE \u2500\u2500 *\/\n  .banner-img-wrap {\n    position: relative; width: 100%; height: 320px; overflow: hidden;\n    background: var(--blueberry);\n  }\n  .banner-img-wrap img {\n    width: 100%; height: 100%; object-fit: cover; object-position: center;\n    display: block;\n  }\n  .banner-img-overlay {\n    position: absolute; inset: 0;\n    background: linear-gradient(to bottom, rgba(28,60,108,0.25) 0%, rgba(28,60,108,0.5) 100%);\n  }\n\n  \/* \u2500\u2500 CERTIFICATION CALLOUT \u2500\u2500 *\/\n  .cert-callout {\n    background: var(--bb-gradient); padding: 72px 0;\n    position: relative; overflow: hidden;\n  }\n  .cert-top { margin-bottom: 56px; }\n  .cert-top h2 { color: white; font-size: 30px; font-weight: 700; line-height: 1.2; margin-bottom: 16px; max-width: 700px; }\n  .cert-intro { color: rgba(255,255,255,0.75); font-size: 17px; line-height: 1.65; max-width: 680px; margin-bottom: 40px; }\n  .cert-stats { display: flex; align-items: flex-start; gap: 0; }\n  .cert-stat { flex: 1; padding-right: 32px; }\n  .cert-stat-num { font-size: 36px; font-weight: 700; color: var(--sunglow); line-height: 1; margin-bottom: 8px; }\n  .cert-stat-label { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.4; }\n  .cert-stat-div { width: 1px; background: rgba(255,255,255,0.15); margin: 0 32px; align-self: stretch; min-height: 60px; }\n  .cert-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 48px; }\n  .cert-curriculum h3, .cert-howit h3 { color: white; font-size: 16px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 20px; }\n  .cert-modules { list-style: none; display: flex; flex-direction: column; gap: 0; }\n  .cert-modules li { display: flex; align-items: baseline; gap: 14px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }\n  .cert-modules li:last-child { border-bottom: none; }\n  .mod-num { font-size: 11px; font-weight: 700; color: var(--sunglow); letter-spacing: 0.06em; flex-shrink: 0; width: 20px; }\n  .mod-text { font-size: 14px; color: rgba(255,255,255,0.82); line-height: 1.4; }\n  .cert-howit p { color: rgba(255,255,255,0.72); font-size: 15px; line-height: 1.65; margin-bottom: 32px; }\n  .cert-badge-display { display: flex; justify-content: center; }\n  .cert-badge-img { width: 220px; height: auto; display: block; }\n  @media (max-width: 900px) {\n    .cert-bottom { grid-template-columns: 1fr; }\n    .cert-stats { flex-direction: column; gap: 24px; }\n    .cert-stat-div { display: none; }\n  }\n\n  \/* \u2500\u2500 PRICING \u2500\u2500 *\/\n  .pricing-section { padding: 80px 0; background: var(--cool-mist); }\n  .pricing-header { margin-bottom: 40px; }\n  .pricing-header .section-subtitle { margin-top: 10px; }\n  .pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }\n  .pricing-card {\n    background: white; border-radius: 10px; padding: 24px 20px;\n    border: 1px solid rgba(28,60,108,0.1); display: flex; flex-direction: column;\n    box-shadow: 0 2px 8px rgba(28,60,108,0.05); height: 100%;\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n  .pricing-card:hover { box-shadow: 0 12px 36px rgba(28,60,108,0.16); transform: translateY(-2px); }\n  .pricing-card-featured {\n    border: 2px solid var(--baker-blue);\n    box-shadow: 0 8px 28px rgba(0,98,175,0.14);\n  }\n  .pricing-card-top { }\n  .plan-name { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blueberry); margin-bottom: 4px; }\n  .pricing-card-featured .plan-name { color: var(--baker-blue); }\n  .plan-seats { font-size: 12px; color: #999; }\n  .plan-features { list-style: none; display: flex; flex-direction: column; gap: 8px; flex: 1; padding-bottom: 20px; }\n  .plan-features li {\n    font-size: 12.5px; color: #555; line-height: 1.4; padding-left: 16px; position: relative;\n  }\n  .plan-features li::before {\n    content: ''; position: absolute; left: 0; top: 6px;\n    width: 6px; height: 6px; border-radius: 50%; background: var(--baker-blue); flex-shrink: 0;\n  }\n  .plan-cta {\n    display: block; text-align: center; font-weight: 700; font-size: 11px;\n    letter-spacing: 0.08em; text-transform: uppercase; padding: 10px 12px;\n    border-radius: 6px; text-decoration: none; transition: background 0.2s, color 0.2s;\n    margin-top: 0;\n  }\n  .plan-cta-outline { border: 2px solid var(--baker-blue); color: var(--baker-blue); background: transparent; }\n  .plan-cta-outline:hover { background: var(--baker-blue); color: white; }\n  .plan-cta-filled { background: var(--baker-blue); color: white; border: 2px solid var(--baker-blue); }\n  .plan-cta-filled:hover { background: var(--blueberry); border-color: var(--blueberry); }\n  @media (max-width: 1100px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }\n  @media (max-width: 700px) { .pricing-grid { grid-template-columns: 1fr 1fr; } }\n  @media (max-width: 480px) { .pricing-grid { grid-template-columns: 1fr; } }\n\n  \/* \u2500\u2500 WEBINAR \u2500\u2500 *\/\n  .webinar-section { padding: 80px 0; background: var(--fresh-white); }\n  .webinar-inner {\n    background: white; border: 1px solid rgba(28,60,108,0.1);\n    border-radius: 12px; overflow: hidden;\n    box-shadow: 0 12px 40px rgba(28,60,108,0.08);\n    display: grid; grid-template-columns: 2fr 1fr;\n  }\n  .webinar-body { padding: 52px 48px; }\n  .webinar-body .eyebrow { color: var(--blood-orange); }\n  .webinar-title { font-size: 28px; font-weight: 700; color: var(--blueberry); margin-bottom: 16px; line-height: 1.2; }\n  .webinar-desc { font-size: 16px; color: #555; line-height: 1.65; margin-bottom: 28px; }\n  .webinar-topics { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }\n  .webinar-topics li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 15px; color: var(--eclipse);\n  }\n  .webinar-topics li .dot {\n    width: 7px; height: 7px; border-radius: 50%; background: var(--baker-blue);\n    flex-shrink: 0; margin-top: 7px;\n  }\n  .webinar-sidebar {\n    background: var(--cool-mist); padding: 52px 36px;\n    border-left: 1px solid rgba(28,60,108,0.08);\n    display: flex; flex-direction: column; justify-content: center; gap: 28px;\n  }\n  .webinar-detail { }\n  .webinar-detail-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--moon-rise); margin-bottom: 4px; }\n  .webinar-detail-value { font-size: 17px; font-weight: 700; color: var(--blueberry); line-height: 1.25; }\n  .webinar-detail-sub { font-size: 13px; color: #777; margin-top: 3px; }\n  .webinar-cta {\n    display: block; text-align: center; background: var(--baker-blue); color: white;\n    font-weight: 700; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase;\n    padding: 14px 20px; border-radius: 4px; text-decoration: none; transition: opacity 0.2s;\n  }\n  .webinar-cta:hover { opacity: 0.88; }\n\n  \/* \u2500\u2500 SOCIAL PROOF \u2500\u2500 *\/\n  .proof-section {\n    padding: 80px 0;\n    background: var(--cool-mist);\n    position: relative;\n    overflow: hidden;\n  }\n  .proof-section::before {\n    content: '';\n    position: absolute; inset: 0;\n    background-image: url('https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2025\/05\/shutterstock_707207734-scaled.jpg'); \/* Replace with final image URL \u2014 recommended: loading dock, freight yard, or warehouse interior *\/\n    background-size: cover;\n    background-position: center;\n    opacity: 0.1;\n    z-index: 0;\n  }\n  .proof-section .container { position: relative; z-index: 1; }\n  .proof-header { text-align: center; margin-bottom: 48px; }\n  .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n  .proof-card {\n    background: white; border-radius: 8px; padding: 32px 28px;\n    border: 1px solid rgba(28,60,108,0.06);\n    box-shadow: 0 2px 8px rgba(28,60,108,0.04);\n    display: flex; flex-direction: column; gap: 18px;\n  }\n  .proof-quote-mark { font-size: 48px; color: var(--sunglow); line-height: 1; font-family: Georgia, serif; }\n  .proof-quote { font-size: 15px; color: var(--eclipse); line-height: 1.65; font-style: italic; flex: 1; }\n  .proof-attr { border-top: 1px solid var(--cool-mist); padding-top: 16px; }\n  .proof-name { font-weight: 700; font-size: 14px; color: var(--blueberry); }\n  .proof-company { font-size: 13px; color: #888; }\n\n  \/* \u2500\u2500 DEMO FORM \u2500\u2500 *\/\n  .demo-section { padding: 80px 0; background: var(--fresh-white); }\n  .demo-section .container { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }\n  .demo-copy h2 { font-size: 30px; font-weight: 700; color: var(--blueberry); margin-bottom: 14px; line-height: 1.2; }\n  .demo-copy p { font-size: 16px; color: #555; line-height: 1.65; margin-bottom: 28px; }\n  .demo-benefits { list-style: none; display: flex; flex-direction: column; gap: 12px; }\n  .demo-benefits li {\n    display: flex; align-items: flex-start; gap: 12px;\n    font-size: 15px; color: var(--eclipse);\n  }\n  .demo-benefits li .chk {\n    width: 20px; height: 20px; border-radius: 50%; background: var(--baker-blue);\n    display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;\n  }\n  .demo-benefits li .chk svg { display: block; }\n  .demo-form-wrap {\n    background: var(--cool-mist); border-radius: 10px; padding: 40px 36px;\n    border: 1px solid rgba(28,60,108,0.08);\n  }\n  .form-title { font-size: 20px; font-weight: 700; color: var(--blueberry); margin-bottom: 6px; }\n  .form-sub { font-size: 14px; color: #777; margin-bottom: 28px; }\n  .form-group { margin-bottom: 16px; }\n  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }\n  .form-group label, .form-row label {\n    display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.04em;\n    text-transform: uppercase; color: #888; margin-bottom: 6px;\n  }\n  .form-group input, .form-group select,\n  .form-row input, .form-row select {\n    width: 100%; padding: 11px 14px; border: 1px solid rgba(28,60,108,0.18);\n    border-radius: 4px; font-family: 'Open Sans', sans-serif; font-size: 14px;\n    color: var(--eclipse); background: white; transition: border-color 0.2s;\n    outline: none; -webkit-appearance: none; appearance: none;\n  }\n  .form-group input:focus, .form-group select:focus,\n  .form-row input:focus, .form-row select:focus { border-color: var(--baker-blue); }\n  .form-submit {\n    width: 100%; padding: 14px; background: var(--baker-blue); color: white;\n    border: none; border-radius: 4px; font-family: 'Open Sans', sans-serif;\n    font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase;\n    cursor: pointer; transition: background 0.2s;\n  }\n  .form-submit:hover { background: var(--blueberry); }\n  .form-disclaimer { font-size: 11px; color: #aaa; margin-top: 12px; text-align: center; }\n  .form-note {\n    background: rgba(0,98,175,0.06); border-left: 3px solid var(--baker-blue);\n    padding: 12px 16px; border-radius: 0 4px 4px 0; margin-top: 20px;\n    font-size: 13px; color: var(--eclipse); line-height: 1.5;\n  }\n  .form-note strong { color: var(--baker-blue); }\n\n  \/* \u2500\u2500 FINAL CTA \u2500\u2500 *\/\n  .final-cta { background: var(--eclipse); padding: 60px 0; text-align: center; }\n  .final-cta h2 { font-size: 28px; font-weight: 700; color: white; margin-bottom: 12px; }\n  .final-cta p { color: rgba(255,255,255,0.6); font-size: 16px; margin-bottom: 28px; }\n  .final-cta .cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; }\n  .phone-link { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 14px; }\n  .phone-link:hover { color: white; }\n\n  \/* \u2500\u2500 CTA BAND (reusable) \u2500\u2500 *\/\n  .cta-band { background: var(--bb-gradient); padding: 56px 0; text-align: center; position: relative; overflow: hidden; }\n  .cta-band::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse at 70% 50%, rgba(0,98,175,0.4) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .cta-band .container { position: relative; z-index: 1; }\n  .cta-band h2 { font-size: 26px; font-weight: 700; color: var(--fresh-white); line-height: 1.25; margin-bottom: 10px; }\n  .cta-band p { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 26px; max-width: 600px; margin-left: auto; margin-right: auto; }\n  .cta-band .cta-primary { background: var(--sunglow); color: var(--blueberry); }\n  .cta-band .cta-primary:hover { background: #ffd933; transform: translateY(-1px); }\n  .cta-band-light { background: var(--cool-mist); }\n  .cta-band-light::before { display: none; }\n  .cta-band-light h2 { color: var(--blueberry); }\n  .cta-band-light p { color: #555; }\n  .cta-band-light .cta-primary { background: var(--baker-blue); color: white; }\n  .cta-band-light .cta-primary:hover { background: var(--blueberry); }\n\n  \/* \u2500\u2500 PLATFORM SHOWCASE \/ MOCKUP \u2500\u2500 *\/\n  .showcase-section { padding: 80px 0; background: var(--fresh-white); }\n  .showcase-header { text-align: center; margin-bottom: 44px; }\n  .showcase-header .section-subtitle { margin: 12px auto 0; }\n  .browser-frame {\n    border-radius: 12px; overflow: hidden; background: #fff;\n    border: 1px solid rgba(28,60,108,0.14);\n    box-shadow: 0 28px 70px rgba(28,60,108,0.22);\n    max-width: 980px; margin: 0 auto;\n  }\n  .browser-bar {\n    display: flex; align-items: center; gap: 8px;\n    padding: 11px 16px; background: #eef1f5; border-bottom: 1px solid rgba(28,60,108,0.1);\n  }\n  .browser-dot { width: 11px; height: 11px; border-radius: 50%; }\n  .browser-dot.r { background: #ED6A5E; } .browser-dot.y { background: #F5BF4F; } .browser-dot.g { background: #61C554; }\n  .browser-url {\n    flex: 1; margin-left: 12px; background: white; border-radius: 6px;\n    border: 1px solid rgba(28,60,108,0.1); padding: 5px 12px;\n    font-size: 12px; color: #889; display: flex; align-items: center; gap: 7px;\n  }\n  .browser-url svg { flex-shrink: 0; }\n  .app-body { padding: 0; background: var(--cool-mist); }\n  .app-topbar {\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 16px 24px; background: var(--blueberry);\n  }\n  .app-search {\n    flex: 1; max-width: 420px; background: rgba(255,255,255,0.14);\n    border: 1px solid rgba(255,255,255,0.2); border-radius: 7px;\n    padding: 9px 14px; display: flex; align-items: center; gap: 9px;\n    color: rgba(255,255,255,0.85); font-size: 13.5px;\n  }\n  .app-search svg { flex-shrink: 0; opacity: 0.8; }\n  .app-topbar-right { display: flex; align-items: center; gap: 14px; }\n  .app-pill-leads { background: var(--sunglow); color: var(--blueberry); font-size: 11px; font-weight: 700; letter-spacing: 0.04em; padding: 5px 11px; border-radius: 20px; white-space: nowrap; }\n  .app-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--baker-blue); display: flex; align-items: center; justify-content: center; color: white; font-size: 12px; font-weight: 700; }\n  .app-filters { display: flex; align-items: center; gap: 8px; padding: 16px 24px 4px; flex-wrap: wrap; }\n  .app-filters .filter-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--moon-rise); margin-right: 4px; }\n  .filter-chip {\n    font-size: 12px; font-weight: 600; color: var(--blueberry);\n    background: white; border: 1px solid rgba(28,60,108,0.14);\n    padding: 6px 13px; border-radius: 20px; display: inline-flex; align-items: center; gap: 6px;\n  }\n  .filter-chip.active { background: var(--baker-blue); color: white; border-color: var(--baker-blue); }\n  .app-results { padding: 14px 24px 26px; display: flex; flex-direction: column; gap: 10px; }\n  .result-row {\n    background: white; border: 1px solid rgba(28,60,108,0.1); border-radius: 9px;\n    padding: 16px 18px; display: grid;\n    grid-template-columns: 1fr auto auto auto; gap: 18px; align-items: center;\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n  .result-row:hover { box-shadow: 0 8px 22px rgba(28,60,108,0.12); transform: translateY(-1px); }\n  .result-co { display: flex; flex-direction: column; gap: 3px; min-width: 0; }\n  .result-co-name { font-size: 14.5px; font-weight: 700; color: var(--blueberry); display: flex; align-items: center; gap: 8px; }\n  .result-co-meta { font-size: 12.5px; color: #889; }\n  .verified-badge {\n    display: inline-flex; align-items: center; gap: 4px;\n    background: rgba(57,180,74,0.12); color: #2a9c3b;\n    font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;\n    padding: 3px 8px; border-radius: 4px;\n  }\n  .result-commodity { font-size: 12.5px; color: #555; font-weight: 600; white-space: nowrap; }\n  .credit-pill {\n    display: flex; flex-direction: column; align-items: center; gap: 1px;\n    min-width: 64px;\n  }\n  .credit-score { font-size: 19px; font-weight: 700; line-height: 1; }\n  .credit-score.high { color: var(--leafy-green); } .credit-score.mid { color: var(--baker-blue); } .credit-score.watch { color: #E8920C; }\n  .credit-label { font-size: 9.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--moon-rise); }\n  .result-action {\n    font-size: 11px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;\n    color: var(--baker-blue); border: 1.5px solid var(--baker-blue); background: white;\n    padding: 7px 14px; border-radius: 6px; white-space: nowrap;\n  }\n  .mockup-caption { text-align: center; font-size: 13px; color: #999; margin-top: 18px; font-style: italic; }\n  @media (max-width: 700px) {\n    .result-row { grid-template-columns: 1fr auto; gap: 10px; }\n    .result-commodity, .result-action { display: none; }\n    .app-search { font-size: 12px; }\n  }\n\n  \/* \u2500\u2500 ROI (reframed, tier-agnostic) \u2500\u2500 *\/\n  .roi-section { padding: 80px 0; background: var(--cool-mist); }\n  .roi-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n  .roi-copy .section-title { font-size: 30px; margin-bottom: 16px; }\n  .roi-copy p { color: #555; font-size: 16px; line-height: 1.7; margin-bottom: 16px; }\n  .roi-stakes { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 20px 0 26px; }\n  .roi-stakes li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--eclipse); }\n  .roi-stakes li .x {\n    width: 20px; height: 20px; border-radius: 50%; background: rgba(237,53,68,0.12);\n    color: var(--blood-orange); flex-shrink: 0; display: flex; align-items: center; justify-content: center;\n    font-size: 12px; font-weight: 700; margin-top: 1px;\n  }\n  .roi-calc {\n    background: white; border-radius: 12px; padding: 36px 34px;\n    border: 1px solid rgba(28,60,108,0.1); box-shadow: 0 16px 48px rgba(28,60,108,0.14);\n  }\n  .roi-calc-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--moon-rise); margin-bottom: 8px; display: block; }\n  .roi-calc h3 { font-size: 18px; font-weight: 700; color: var(--blueberry); margin-bottom: 24px; line-height: 1.35; }\n  .roi-field { margin-bottom: 24px; }\n  .roi-field-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }\n  .roi-field-name { font-size: 14px; font-weight: 600; color: var(--eclipse); }\n  .roi-field-val { font-size: 20px; font-weight: 700; color: var(--baker-blue); }\n  .roi-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 3px; background: rgba(28,60,108,0.15); outline: none; }\n  .roi-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--baker-blue); cursor: pointer; box-shadow: 0 2px 6px rgba(0,98,175,0.4); }\n  .roi-slider::-moz-range-thumb { width: 22px; height: 22px; border: none; border-radius: 50%; background: var(--baker-blue); cursor: pointer; box-shadow: 0 2px 6px rgba(0,98,175,0.4); }\n  .roi-result { background: var(--blueberry); border-radius: 10px; padding: 24px; margin-top: 4px; }\n  .roi-result-row { display: flex; align-items: baseline; justify-content: space-between; padding: 8px 0; }\n  .roi-result-row + .roi-result-row { border-top: 1px solid rgba(255,255,255,0.12); }\n  .roi-result-name { font-size: 13.5px; color: rgba(255,255,255,0.78); }\n  .roi-result-figure { font-size: 22px; font-weight: 700; color: var(--sunglow); }\n  .roi-takeaway { font-size: 14px; color: rgba(255,255,255,0.9); line-height: 1.55; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.12); }\n  .roi-takeaway strong { color: white; }\n  .roi-disclaimer { font-size: 12px; color: #aaa; margin-top: 18px; line-height: 1.5; }\n  .roi-tiers { display: flex; justify-content: space-between; margin-top: 12px; }\n  .roi-tiers span { font-size: 11px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--moon-rise); transition: color 0.15s; }\n  .roi-tiers span.active { color: var(--baker-blue); }\n  .roi-stakes li .c {\n    width: 20px; height: 20px; border-radius: 50%; background: rgba(57,180,74,0.14);\n    color: #2a9c3b; flex-shrink: 0; display: flex; align-items: center; justify-content: center;\n    font-size: 11px; font-weight: 700; margin-top: 1px;\n  }\n  @media (max-width: 900px) { .roi-inner { grid-template-columns: 1fr; gap: 36px; } }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .hero-inner, .math-inner, .demo-section .container { grid-template-columns: 1fr; gap: 40px; }\n    .hero h1 { font-size: 36px; }\n    .features-grid, .proof-grid { grid-template-columns: 1fr 1fr; }\n    .webinar-inner { grid-template-columns: 1fr; }\n    .webinar-sidebar { border-left: none; border-top: 1px solid rgba(28,60,108,0.08); }\n  }\n  @media (max-width: 600px) {\n    .features-grid, .proof-grid { grid-template-columns: 1fr; }\n    .trust-bar .container { flex-direction: column; gap: 12px; }\n    .trust-sep { display: none; }\n    .nav-actions .nav-link { display: none; }\n    .form-row { grid-template-columns: 1fr; }\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"bb-transport-page\">\n\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"container\">\n    <div class=\"hero-inner\">\n      <div class=\"hero-text\">\n        <h1>Blue Book Transportation<br><em>Be the broker they call back.<\/em><\/h1>\n        <p class=\"hero-sub\">Built on 125 years of fresh food intelligence, Blue Book gives freight brokers the prospecting reach to find more shippers, the credibility to win them, and the credit and verification tools to trade safely &mdash; so you become the broker they call back.<\/p>\n        <div class=\"hero-actions\">\n          <a class=\"cta-primary\" href=\"#demo-form\">Request a Demo<\/a>\n          <a class=\"cta-ghost\" href=\"https:\/\/www.bluebookservices.com\/how-shippers-choose-their-freight-partners\/\">Join the Webinar \u2192<\/a>\n        <\/div>\n\n      <\/div>\n      <div class=\"hero-profile\">\n        <div class=\"hp-banner\"><span class=\"dot\"><\/span> What shippers see when they look you up<\/div>\n        <div class=\"hp-head\">\n          <div class=\"hp-logo\">HL<\/div>\n          <div class=\"hp-id\">\n            <span class=\"hp-transport\">\n              <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2a9c3b\" stroke-width=\"2\"><path d=\"M1 3h15v13H1zM16 8h4l3 3v5h-7V8z\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2\"\/><\/svg>\n              Transportation\n            <\/span>\n            <div class=\"hp-name\">Harvest Lane Logistics <span class=\"verified-badge\">&#10003; Verified<\/span><\/div>\n            <div class=\"hp-meta\">Salinas, CA &middot; Member since 2009 &middot; Blue Book #128574<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"hp-body2\">\n          <div class=\"hp-credit\">\n            <div class=\"hp-credit-label\">Blue Book Credit Score<\/div>\n            <div class=\"hp-credit-score\">849<\/div>\n            <div class=\"hp-gauge\">\n              <div class=\"hp-gauge-bar\"><\/div>\n              <div class=\"hp-gauge-marker\" style=\"left:70%;\"><\/div>\n              <div class=\"hp-gauge-ends\"><span>500 &middot; High Risk<\/span><span>Low Risk &middot; 999<\/span><\/div>\n            <\/div>\n          <\/div>\n          <div class=\"hp-badge\">\n            <!-- Actual Blue Book \"X Brokers Certified\" badge asset -->\n            <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Truck-Broker-Badge.png\" alt=\"Blue Book Certified Brokers badge\">\n            <div class=\"hp-badge-cap\">Certified<br>Brokers<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"hp-tags\">\n          <span class=\"hp-tag\">Reefer<\/span>\n          <span class=\"hp-tag\">Produce<\/span>\n          <span class=\"hp-tag\">Cold Chain<\/span>\n          <span class=\"hp-tag\">FTL &middot; West Coast<\/span>\n          <span class=\"hp-tag\">+6 lanes<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TRUST BAR -->\n<div class=\"trust-bar\">\n  <div class=\"container\">\n    <div class=\"trust-item\"><span class=\"t-num\">50,000+<\/span> verified decision makers<\/div>\n    <div class=\"trust-sep\"><\/div>\n    <div class=\"trust-item\"><span class=\"t-num\">22,000<\/span> companies<\/div>\n    <div class=\"trust-sep\"><\/div>\n    <div class=\"trust-item\"><span class=\"t-num\">$10M+<\/span> per year in claims recovered<\/div>\n\n  <\/div>\n<\/div>\n\n\n<!-- LOGO BAR -->\n<section class=\"logo-bar\">\n  <div class=\"container\">\n    <span class=\"logo-bar-label\">Trusted by<\/span>\n    <div class=\"logo-bar-logos logo-bar-prominent\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/C.H.Robinson-Logo-scaled-e1779376147195.png\" alt=\"C.H. Robinson\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Allen-Lund-Company.png\" alt=\"Allen Lund Company\" style=\"padding:10px 18px\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Landstar.png\" alt=\"Landstar\" style=\"padding:12px 20px\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PLATFORM SHOWCASE -->\n<section class=\"showcase-section\" id=\"platform\">\n  <div class=\"container\">\n    <div class=\"showcase-header\">\n      <span class=\"eyebrow eyebrow-blue\">The Platform<\/span>\n      <h2 class=\"section-title\">Find the shippers worth winning &mdash; and get found by the ones looking.<\/h2>\n      <p class=\"section-subtitle\">Hundreds of fresh food shippers in your lanes, refreshed daily. Filter by commodity, region, and company, reach out, and win the business &mdash; with credit and verification built in so you can move fast without getting burned.<\/p>\n    <\/div>\n\n    <!-- Product UI mockup. Swap for an actual platform screenshot when available; this is a live HTML\/CSS representation. -->\n    <div class=\"browser-frame\">\n      <div class=\"browser-bar\">\n        <span class=\"browser-dot r\"><\/span><span class=\"browser-dot y\"><\/span><span class=\"browser-dot g\"><\/span>\n        <div class=\"browser-url\">\n          <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#aab\" stroke-width=\"2\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"\/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"\/><\/svg>\n          app.bluebookservices.com\/transportation\/discover\n        <\/div>\n      <\/div>\n      <div class=\"app-body\">\n        <div class=\"app-topbar\">\n          <div class=\"app-search\">\n            <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><path d=\"m21 21-4.35-4.35\"\/><\/svg>\n            Search produce shippers by commodity, region, or company&hellip;\n          <\/div>\n          <div class=\"app-topbar-right\">\n            <span class=\"app-pill-leads\">250+ new leads today<\/span>\n            <div class=\"app-avatar\">JC<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"app-filters\">\n          <span class=\"filter-label\">Filter<\/span>\n          <span class=\"filter-chip active\">Commodity: Citrus, Leafy Greens +3<\/span>\n          <span class=\"filter-chip\">Region: West &amp; Southeast<\/span>\n          <span class=\"filter-chip\">Verified only<\/span>\n          <span class=\"filter-chip\">Credit score 700+<\/span>\n        <\/div>\n        <div style=\"padding:14px 24px 0;font-size:13px;color:#667;font-weight:600;\"><span style=\"color:var(--baker-blue);\">1,284 shippers<\/span> match your lanes &middot; 250 new this week<\/div>\n        <div class=\"app-results\">\n          <div class=\"result-row\">\n            <div class=\"result-co\">\n              <div class=\"result-co-name\">Sunrise Citrus Growers <span class=\"verified-badge\">&#10003; Verified<\/span><\/div>\n              <div class=\"result-co-meta\">Lakeland, FL &middot; Grower-Shipper<\/div>\n            <\/div>\n            <div class=\"result-commodity\">Citrus<\/div>\n            <div class=\"credit-pill\"><span class=\"credit-score high\">905<\/span><span class=\"credit-label\">Credit<\/span><\/div>\n            <button class=\"result-action\">View Profile<\/button>\n          <\/div>\n          <div class=\"result-row\">\n            <div class=\"result-co\">\n              <div class=\"result-co-name\">Valley Fresh Produce Co. <span class=\"verified-badge\">&#10003; Verified<\/span><\/div>\n              <div class=\"result-co-meta\">Salinas, CA &middot; Shipper<\/div>\n            <\/div>\n            <div class=\"result-commodity\">Leafy Greens<\/div>\n            <div class=\"credit-pill\"><span class=\"credit-score high\">848<\/span><span class=\"credit-label\">Credit<\/span><\/div>\n            <button class=\"result-action\">View Profile<\/button>\n          <\/div>\n          <div class=\"result-row\">\n            <div class=\"result-co\">\n              <div class=\"result-co-name\">Rio Grande Melon Partners<\/div>\n              <div class=\"result-co-meta\">McAllen, TX &middot; Importer-Distributor<\/div>\n            <\/div>\n            <div class=\"result-commodity\">Melons<\/div>\n            <div class=\"credit-pill\"><span class=\"credit-score mid\">712<\/span><span class=\"credit-label\">Credit<\/span><\/div>\n            <button class=\"result-action\">View Profile<\/button>\n          <\/div>\n          <div class=\"result-row\">\n            <div class=\"result-co\">\n              <div class=\"result-co-name\">Coastal Berry Distributors<\/div>\n              <div class=\"result-co-meta\">Oxnard, CA &middot; Distributor<\/div>\n            <\/div>\n            <div class=\"result-commodity\">Berries<\/div>\n            <div class=\"credit-pill\"><span class=\"credit-score watch\">624<\/span><span class=\"credit-label\">Credit<\/span><\/div>\n            <button class=\"result-action\">View Profile<\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <p class=\"mockup-caption\">Hundreds of fresh food shippers in your lanes, ready to prospect &mdash; each one with a Blue Book Credit Score and verification attached, so you can move on the good ones fast.<\/p>\n  <\/div>\n<\/section>\n\n<!-- CTA BAND 1 -->\n<section class=\"cta-band\">\n  <div class=\"container\">\n    <h2>See the platform with your own book of business.<\/h2>\n    <p>We&#8217;ll show you who&#8217;s searching for brokers like you right now &mdash; and what your profile looks like to them today.<\/p>\n    <a class=\"cta-primary\" href=\"#demo-form\">Schedule a Demo<\/a>\n  <\/div>\n<\/section>\n\n<!-- FEATURES -->\n<section class=\"features-section\" id=\"features\">\n  <div class=\"container\">\n    <div class=\"features-header\">\n      <span class=\"eyebrow eyebrow-blue\">Why Blue Book<\/span>\n      <h2 class=\"section-title\">Get the visibility, credibility, and tools to operate in fresh food.<\/h2>\n      <p class=\"section-subtitle\">From finding your next shipper to vetting who you trade with to proving your team is certified &mdash; the only platform purpose-built for fresh food freight, end to end.<\/p>\n    <\/div>\n    <div class=\"features-grid\">\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\">\n            <circle cx=\"11\" cy=\"11\" r=\"8\"\/><path d=\"m21 21-4.35-4.35\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Shipper Discovery<\/h3>\n        <p>Find verified, fresh food-specific shippers filtered by commodity, location, and company size. Stop relying on load boards and cold referrals for prospecting.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\">\n            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Counterparty Vetting<\/h3>\n        <p>Access the Blue Book Credit Score and payment history on any company before you commit to a load. The only credit intelligence built specifically for the fresh food supply chain.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\">\n            <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/>\n            <circle cx=\"9\" cy=\"7\" r=\"4\"\/>\n            <path d=\"M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Verified Listing<\/h3>\n        <p>Get listed in the directory shippers actually use to vet their brokers. 5,000+ monthly users search Blue Book to find trusted freight partners. Be findable when it matters.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n            <polyline points=\"12 6 12 12 16 14\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Transportation Ratings<\/h3>\n        <p>Instant second-source verification on any broker or carrier in the network. Reduce double-brokering risk and cargo theft exposure before you book.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\">\n            <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/>\n            <polyline points=\"14 2 14 8 20 8\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Claims &amp; Dispute Support<\/h3>\n        <p>When loads go sideways, Blue Book mediates. 400+ claims processed annually, $10M+ recovered for members in 2025, 45-day average resolution.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\">\n            <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/>\n            <polyline points=\"22,6 12,13 2,6\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Market Intelligence<\/h3>\n        <p>Daily updates from The Produce Reporter, 62,000 subscribers strong. Stay ahead of market shifts, disruptions, and rate trends relevant to fresh food freight.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- BANNER IMAGE -->\n<!-- PRODUCE PHOTO SLOT: swap src for a fresh food\u2013forward image (reefer truck loaded with produce, or a cold-chain dock with pallets of fruit\/veg) to make it unmistakably produce. -->\n<div class=\"banner-img-wrap\">\n  <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2025\/03\/Industry-Transportation-scaled-e1742779898919.jpg\" alt=\"Reefer freight moving fresh produce through the cold chain\">\n  <div class=\"banner-img-overlay\"><\/div>\n  <div style=\"position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 24px;\">\n    <h2 style=\"color:#fff;font-size:30px;font-weight:700;line-height:1.2;max-width:760px;letter-spacing:-0.01em;\">Purpose-built for the people who move fresh food.<\/h2>\n  <\/div>\n<\/div>\n\n<!-- CERTIFICATION -->\n<section class=\"cert-callout\">\n  <div class=\"container\">\n    <div class=\"cert-top\">\n      <h2>A credential built specifically for transportation operators in fresh food.<\/h2>\n      <p class=\"cert-intro\">The only fresh food transportation certification in the industry, taught by Blue Book experts and industry partners, covering the operational, credit, and fraud-prevention skills that fresh food-side freight actually requires.<\/p>\n      <div class=\"cert-stats\">\n        <div class=\"cert-stat\">\n          <div class=\"cert-stat-num\">9<\/div>\n          <div class=\"cert-stat-label\">Modules across operations, risk &amp; the cold chain<\/div>\n        <\/div>\n        <div class=\"cert-stat-div\"><\/div>\n        <div class=\"cert-stat\">\n          <div class=\"cert-stat-num\">~8.5<\/div>\n          <div class=\"cert-stat-label\">Hours of structured learning per broker<\/div>\n        <\/div>\n        <div class=\"cert-stat-div\"><\/div>\n        <div class=\"cert-stat\">\n          <div class=\"cert-stat-num\">Annual<\/div>\n          <div class=\"cert-stat-label\">Recertification keeps the credential current<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"cert-bottom\">\n      <div class=\"cert-curriculum\">\n        <h3>Curriculum<\/h3>\n        <ol class=\"cert-modules\">\n          <li><span class=\"mod-num\">01<\/span><span class=\"mod-text\">The reefer opportunity &amp; the Blue Book community<\/span><\/li>\n          <li><span class=\"mod-num\">02<\/span><span class=\"mod-text\">The fresh food supply chain, seasonality, FOB &amp; regulations<\/span><\/li>\n          <li><span class=\"mod-num\">03<\/span><span class=\"mod-text\">Blue Book platform fluency: credit, ratings, profiles, disputes<\/span><\/li>\n          <li><span class=\"mod-num\">04<\/span><span class=\"mod-text\">Targeted prospecting, shipper vetting, account conversion<\/span><\/li>\n          <li><span class=\"mod-num\">05<\/span><span class=\"mod-text\">Carrier vetting, equipment standards &amp; shipping point best practices<\/span><\/li>\n          <li><span class=\"mod-num\">06<\/span><span class=\"mod-text\">Freight fraud: landscape, schemes &amp; verification procedures<\/span><\/li>\n          <li><span class=\"mod-num\">07<\/span><span class=\"mod-text\">Time, temperature &amp; cold chain management<\/span><\/li>\n          <li><span class=\"mod-num\">08<\/span><span class=\"mod-text\">Claims, insurance, documentation &amp; dispute resolution<\/span><\/li>\n          <li><span class=\"mod-num\">09<\/span><span class=\"mod-text\">Final exam &amp; certification<\/span><\/li>\n        <\/ol>\n      <\/div>\n      <div class=\"cert-howit\">\n        <h3>How it works for your team<\/h3>\n        <p>Each team member earns the credential individually. Your company profile then displays how many Certified Brokers you have, visible to every shipper searching the directory.<\/p>\n        <div class=\"cert-badge-display\">\n          <!-- Update src to WordPress asset URL once uploaded -->\n          <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Truck-Broker-Badge.png\" alt=\"Certified Transportation Partner badge\" class=\"cert-badge-img\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA BAND 2 (certification) -->\n<section class=\"cta-band cta-band-light\">\n  <div class=\"container\">\n    <h2>Put Certified Brokers on your profile.<\/h2>\n    <p>Show every shipper searching the directory that your team is trained and verified for fresh food freight. We&#8217;ll walk you through certifying your brokers.<\/p>\n    <a class=\"cta-primary\" href=\"#demo-form\">Schedule a Demo<\/a>\n  <\/div>\n<\/section>\n\n<!-- PARTNERS -->\n<section class=\"partners-section\">\n  <div class=\"container\">\n    <h2 class=\"section-title\" style=\"text-align:center;margin-bottom:28px\">Our partners<\/h2>\n    <div class=\"partners-grid\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2025\/03\/TQL-logo.png\" alt=\"TQL\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/RXO.svg\" alt=\"RXO\" style=\"padding:24px 28px\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/arrive_logistics.png\" alt=\"Arrive Logistics\" style=\"padding:2px 6px\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2025\/03\/JEAR.png\" alt=\"JEAR Logistics\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Brent-Redmund-Logo.png\" alt=\"Brent Redmond Logistics\">\n      <img decoding=\"async\" src=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Trinity-Logo.png\" alt=\"Trinity Logistics\" style=\"padding:22px 28px\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ROI (money-first, tier-based) -->\n<section class=\"roi-section\" id=\"roi\">\n  <div class=\"container\">\n    <div class=\"roi-inner\">\n      <div class=\"roi-copy\">\n        <span class=\"eyebrow eyebrow-blue\">The Math<\/span>\n        <h2 class=\"section-title\">More leads. More shippers. More revenue.<\/h2>\n        <p>Blue Book puts hundreds of fresh food shippers in your lanes every day. The more your team can reach, the more business you win &mdash; and the credit and verification tools mean the wins actually stick.<\/p>\n        <ul class=\"roi-stakes\">\n          <li><span class=\"c\">&#10003;<\/span> Fresh, verified shippers to prospect every day<\/li>\n          <li><span class=\"c\">&#10003;<\/span> Inbound calls from shippers who find your profile<\/li>\n          <li><span class=\"c\">&#10003;<\/span> Win on credibility, not just the lowest rate<\/li>\n          <li><span class=\"c\">&#10003;<\/span> Credit &amp; verification built in, so the wins stick<\/li>\n        <\/ul>\n        <a class=\"cta-primary\" href=\"#demo-form\">Schedule a Demo<\/a>\n      <\/div>\n\n      <div class=\"roi-calc\">\n        <span class=\"roi-calc-label\">Run the numbers<\/span>\n        <h3>How much new business could your team pull from Blue Book?<\/h3>\n        <div class=\"roi-field\">\n          <div class=\"roi-field-top\">\n            <span class=\"roi-field-name\" id=\"roiTierName\">Pro<\/span>\n            <span class=\"roi-field-val\"><span id=\"roiLeads\">250<\/span> <span style=\"font-size:12px;font-weight:600;color:#889;letter-spacing:0;text-transform:none;\">leads\/exports a day<\/span><\/span>\n          <\/div>\n          <input type=\"range\" min=\"0\" max=\"3\" step=\"1\" value=\"1\" class=\"roi-slider\" id=\"roiSlider\" aria-label=\"Plan tier\">\n          <div class=\"roi-tiers\">\n            <span data-i=\"0\">Starter<\/span>\n            <span data-i=\"1\" class=\"active\">Pro<\/span>\n            <span data-i=\"2\">Growth<\/span>\n            <span data-i=\"3\">Enterprise<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"roi-result\">\n          <div class=\"roi-result-row\">\n            <span class=\"roi-result-name\">New customers a year<\/span>\n            <span class=\"roi-result-figure\" id=\"roiCustomers\">63<\/span>\n          <\/div>\n          <div class=\"roi-result-row\">\n            <span class=\"roi-result-name\">New revenue potential a year<\/span>\n            <span class=\"roi-result-figure\" id=\"roiRevenue\">$504,000<\/span>\n          <\/div>\n          <p class=\"roi-takeaway\" id=\"roiTakeaway\">At <strong>Pro<\/strong>, pulling up to <strong>250 leads a day<\/strong> and converting just <strong>0.1%<\/strong> into new shippers &mdash; that&#8217;s real new revenue, before you factor in the bad loads you&#8217;ll avoid.<\/p>\n        <\/div>\n        <p class=\"roi-disclaimer\">Illustrative model: assumes roughly 0.1% of available daily leads convert to new shippers at ~$8,000 in first-year revenue each. Real results depend on your team, lanes, and effort &mdash; talk to us for a model built on your numbers.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<script>\n  (function () {\n    var TIERS = [\n      { name: 'Starter',    leads: 50,   label: '50' },\n      { name: 'Pro',        leads: 250,  label: '250' },\n      { name: 'Growth',     leads: 1000, label: '1,000' },\n      { name: 'Enterprise', leads: null, label: 'Unlimited' }\n    ];\n    var WORK_DAYS_PER_YEAR = 252;   \/\/ ~21 working days x 12\n    var CONVERSION = 0.001;          \/\/ 0.1% \u2014 about 1 in 1,000 leads (deliberately conservative)\n    var REV_PER_CUSTOMER = 8000;     \/\/ first-year revenue per new shipper (~$2K\/load x 4 loads)\n\n    var slider = document.getElementById('roiSlider');\n    if (!slider) return;\n    var elName = document.getElementById('roiTierName'),\n        elLeads = document.getElementById('roiLeads'),\n        elCust = document.getElementById('roiCustomers'),\n        elRev = document.getElementById('roiRevenue'),\n        elTake = document.getElementById('roiTakeaway'),\n        labels = document.querySelectorAll('.roi-tiers span');\n    var fmt = function (n) { return n.toLocaleString('en-US'); };\n\n    function update() {\n      var i = parseInt(slider.value, 10), t = TIERS[i];\n      elName.textContent = t.name;\n      elLeads.textContent = t.label;\n      labels.forEach(function (s) { s.classList.toggle('active', parseInt(s.getAttribute('data-i'), 10) === i); });\n      if (t.leads === null) {\n        elCust.textContent = 'Uncapped';\n        elRev.textContent = 'No ceiling';\n        elTake.innerHTML = 'With <strong>unlimited exports<\/strong>, your only limit is how fast your team can close. Scale your pipeline as far as you can sell.';\n      } else {\n        var customers = Math.round(t.leads * WORK_DAYS_PER_YEAR * CONVERSION);\n        var revenue = customers * REV_PER_CUSTOMER;\n        elCust.textContent = fmt(customers);\n        elRev.textContent = '$' + fmt(revenue);\n        elTake.innerHTML = 'At <strong>' + t.name + '<\/strong>, pulling up to <strong>' + t.label +\n          ' leads a day<\/strong> and converting just <strong>0.1%<\/strong> into new shippers &mdash; ' +\n          'that\\u2019s real new revenue, before you factor in the bad loads you\\u2019ll avoid.';\n      }\n    }\n    slider.addEventListener('input', update);\n    update();\n  })();\n<\/script>\n\n<!-- PRICING -->\n<section class=\"pricing-section\">\n  <div class=\"container\">\n    <div class=\"pricing-header\">\n      <h2 class=\"section-title\">Plans built around the scale of your operation.<\/h2>\n      <p class=\"section-subtitle\">All plans billed annually. Contact sales for pricing.<\/p>\n    <\/div>\n    <div class=\"pricing-grid\">\n\n      <!-- Starter -->\n      <div class=\"pricing-card\">\n        <div class=\"pricing-card-top\">\n          <div class=\"plan-name\">Starter<\/div>\n          <div class=\"plan-seats\">1 seat &middot; 1 certificate<\/div>\n        <\/div>\n        <ul class=\"plan-features\">\n          <li>Verified directory listing &amp; enhanced profile<\/li>\n          <li>Logo on listing + digital billboard<\/li>\n          <li>&#8220;X Certified Brokers&#8221; badge on your profile<\/li>\n          <li>50 records\/seat\/day export<\/li>\n          <li>Credit ratings, today + 1 prior<\/li>\n          <li>4-month predictive credit score<\/li>\n          <li>10 Business Reports with Experian<\/li>\n          <li>1 Transportation Certificate<\/li>\n        <\/ul>\n        <a href=\"#demo-form\" class=\"plan-cta plan-cta-outline\">Get Started<\/a>\n      <\/div>\n\n      <!-- Pro (featured) -->\n      <div class=\"pricing-card pricing-card-featured\">\n        <div class=\"pricing-card-top\">\n          <div class=\"plan-name\">Pro<\/div>\n          <div class=\"plan-seats\">3 seats \u00b7 3 certificates<\/div>\n        <\/div>\n        <ul class=\"plan-features\">\n          <li>Everything in Starter<\/li>\n          <li>Full credit rating history<\/li>\n          <li>12-month predictive credit score<\/li>\n          <li>Advanced search by classification, commodity &amp; credit score<\/li>\n          <li>250 records\/seat\/day export<\/li>\n          <li>25 Business Reports with Experian<\/li>\n          <li>Complimentary Express Updates<\/li>\n          <li>3 Transportation Certificates<\/li>\n        <\/ul>\n        <a href=\"#demo-form\" class=\"plan-cta plan-cta-filled\">Get Started<\/a>\n      <\/div>\n\n      <!-- Growth -->\n      <div class=\"pricing-card\">\n        <div class=\"pricing-card-top\">\n          <div class=\"plan-name\">Growth<\/div>\n          <div class=\"plan-seats\">8 seats \u00b7 8 certificates<\/div>\n        <\/div>\n        <ul class=\"plan-features\">\n          <li>Everything in Pro<\/li>\n          <li>1,000 records\/seat\/day export<\/li>\n          <li>50 Business Reports with Experian<\/li>\n          <li>Complimentary Who&#8217;s Viewed My Profile<\/li>\n          <li>TPR ad placement (1\u00d7\/yr)<\/li>\n          <li>Digital billboard included<\/li>\n          <li>8 Transportation Certificates<\/li>\n        <\/ul>\n        <a href=\"#demo-form\" class=\"plan-cta plan-cta-outline\">Get Started<\/a>\n      <\/div>\n\n      <!-- Enterprise -->\n      <div class=\"pricing-card\">\n        <div class=\"pricing-card-top\">\n          <div class=\"plan-name\">Enterprise<\/div>\n          <div class=\"plan-seats\">Unlimited seats &amp; certificates<\/div>\n        <\/div>\n        <ul class=\"plan-features\">\n          <li>Everything in Growth<\/li>\n          <li>Unlimited records\/seat\/day export<\/li>\n          <li>Sales &amp; Credit Intelligence API included<\/li>\n          <li>TPR ad placement (2\u00d7\/yr)<\/li>\n          <li>Unlimited Transportation Certificates<\/li>\n          <li>Priority support<\/li>\n        <\/ul>\n        <a href=\"#demo-form\" class=\"plan-cta plan-cta-outline\">Contact Sales<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA BAND 3 (pricing) -->\n<section class=\"cta-band\">\n  <div class=\"container\">\n    <h2>Not sure which plan fits your brokerage?<\/h2>\n    <p>Tell us how your team operates and we&#8217;ll point you to the right tier &mdash; no pressure, no guesswork.<\/p>\n    <a class=\"cta-primary\" href=\"#demo-form\">Schedule a Demo<\/a>\n  <\/div>\n<\/section>\n\n<!-- WEBINAR -->\n<section class=\"webinar-section\" id=\"webinar\">\n  <div class=\"container\">\n    <div class=\"webinar-inner\">\n      <div class=\"webinar-body\">\n        <h2 class=\"webinar-title\">How Shippers Choose Their Freight Partners<\/h2>\n        <p class=\"webinar-desc\">Blue Book walks through what shippers actually look for when vetting brokers, how verified brokers win more business, and a live walkthrough of Blue Book Transportation.<\/p>\n        <ul class=\"webinar-topics\">\n          <li><span class=\"dot\"><\/span> What shippers see when they look you up, and what it costs you if they don&#8217;t find you<\/li>\n          <li><span class=\"dot\"><\/span> How top brokers are using Blue Book to get inbound calls, not just make them<\/li>\n          <li><span class=\"dot\"><\/span> A live walkthrough of the Blue Book Transportation platform<\/li>\n          <li><span class=\"dot\"><\/span> Live Q&amp;A<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"webinar-sidebar\">\n        <div class=\"webinar-detail\">\n          <div class=\"webinar-detail-label\">Date<\/div>\n          <div class=\"webinar-detail-value\">June 17, 2026<\/div>\n        <\/div>\n        <div class=\"webinar-detail\">\n          <div class=\"webinar-detail-label\">Time<\/div>\n          <div class=\"webinar-detail-value\">12:00 PM CT<\/div>\n          <div class=\"webinar-detail-sub\">11:00 AM PT \u00b7 1:00 PM ET<\/div>\n        <\/div>\n        <div class=\"webinar-detail\">\n          <div class=\"webinar-detail-label\">Format<\/div>\n          <div class=\"webinar-detail-value\">Live + Q&amp;A<\/div>\n          <div class=\"webinar-detail-sub\">Replay available<\/div>\n        <\/div>\n        <a class=\"webinar-cta\" href=\"https:\/\/www.bluebookservices.com\/how-shippers-choose-their-freight-partners\/\">Reserve My Spot<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PROOF -->\n<section class=\"proof-section\">\n  <div class=\"container\">\n    <div class=\"proof-header\">\n      <h2 class=\"section-title\">What members say.<\/h2>\n    <\/div>\n    <div class=\"proof-grid\">\n      <div class=\"proof-card\">\n        <div class=\"proof-quote-mark\">&#8220;<\/div>\n        <p class=\"proof-quote\">The combination of data, guidance, and industry expertise provided by Blue Book has been crucial in helping us grow our business while minimizing risk.<\/p>\n        <div class=\"proof-attr\">\n          <div class=\"proof-name\">Jason Biggs, President of Sales<\/div>\n          <div class=\"proof-company\">JEAR Logistics<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"proof-card\">\n        <div class=\"proof-quote-mark\">&#8220;<\/div>\n        <p class=\"proof-quote\">Blue Book&#8217;s comprehensive tools&#8230; help us stay ahead of market trends, ensure smooth operations, and build stronger relationships with our customers.<\/p>\n        <div class=\"proof-attr\">\n          <div class=\"proof-name\">Colby Varley, VP<\/div>\n          <div class=\"proof-company\">ATS<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"proof-card\">\n        <div class=\"proof-quote-mark\">&#8220;<\/div>\n        <p class=\"proof-quote\">Blue Book&#8217;s collection service was instrumental in helping us recover funds from a customer who had been avoiding payment. Their team handled the process with professionalism, persistence, and expertise, ensuring that we were able to collect what was owed to us. We truly believe that without their assistance, we would not have received payment.<\/p>\n        <div class=\"proof-attr\">\n          <div class=\"proof-name\">Noma Brueckner, Accounting<\/div>\n          <div class=\"proof-company\">Cooke Trucking<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DEMO FORM -->\n<section class=\"demo-section\" id=\"demo-form\">\n  <div class=\"container\">\n    <div class=\"demo-copy\">\n      <h2>See Blue Book Transportation in action.<\/h2>\n      <p>Schedule a quick call with our team. We&#8217;ll walk you through the platform, show you what your listing looks like today, and help you figure out the right fit for your brokerage.<\/p>\n      <ul class=\"demo-benefits\">\n        <li>\n          <span class=\"chk\">\n            <svg width=\"11\" height=\"8\" viewBox=\"0 0 11 8\" fill=\"none\">\n              <path d=\"M1 4l3 3L10 1\" stroke=\"white\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\n            <\/svg>\n          <\/span>\n          Live walkthrough of shipper discovery and prospecting tools\n        <\/li>\n        <li>\n          <span class=\"chk\">\n            <svg width=\"11\" height=\"8\" viewBox=\"0 0 11 8\" fill=\"none\">\n              <path d=\"M1 4l3 3L10 1\" stroke=\"white\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\n            <\/svg>\n          <\/span>\n          See the Blue Book Credit Score and counterparty vetting in action\n        <\/li>\n        <li>\n          <span class=\"chk\">\n            <svg width=\"11\" height=\"8\" viewBox=\"0 0 11 8\" fill=\"none\">\n              <path d=\"M1 4l3 3L10 1\" stroke=\"white\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\n            <\/svg>\n          <\/span>\n          Learn about the Transportation Certification program\n        <\/li>\n        <li>\n          <span class=\"chk\">\n            <svg width=\"11\" height=\"8\" viewBox=\"0 0 11 8\" fill=\"none\">\n              <path d=\"M1 4l3 3L10 1\" stroke=\"white\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\n            <\/svg>\n          <\/span>\n          Understand how the platform fits your current workflow\n        <\/li>\n\n      <\/ul>\n    <\/div>\n    <div class=\"demo-form-wrap\">\n      <script src=\"https:\/\/js.hsforms.net\/forms\/embed\/51058039.js\" defer><\/script>\n      <div class=\"hs-form-frame\" data-region=\"na1\" data-form-id=\"6e1c3a14-3d26-411e-9a75-3ccf943adc66\" data-portal-id=\"51058039\"><\/div>\n      <div class=\"form-note\">\n        <strong>Already a member?<\/strong> <a href=\"https:\/\/www.bluebookservices.com\/contact-us\/\" style=\"color:var(--baker-blue)\">Get in touch<\/a> to upgrade your subscription to Blue Book Transportation.\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<\/div><!-- \/.bb-transport-page -->\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Blue Book Transportation | Be the Broker They Call Back Blue Book TransportationBe the broker they call back. Built on 125 years of fresh food intelligence, Blue Book gives freight brokers the prospecting reach to find more shippers, the credibility to win them, and the credit and verification tools to trade safely &mdash; so you [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-451242","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Blue Book Transportation<\/title>\n<meta name=\"description\" content=\"Blue Book gives freight brokers the prospecting reach to find more shippers, the credibility to win them, and the tools to trade safely.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bluebookservices.com\/transportation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transportation (New)\" \/>\n<meta property=\"og:description\" content=\"Blue Book gives freight brokers the prospecting reach to find more shippers, the credibility to win them, and the tools to trade safely.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bluebookservices.com\/transportation\/\" \/>\n<meta property=\"og:site_name\" content=\"Blue Book\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-29T15:34:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Truck-Broker-Badge.png\" \/>\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=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/transportation\\\/\",\"url\":\"https:\\\/\\\/www.bluebookservices.com\\\/transportation\\\/\",\"name\":\"Blue Book Transportation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/transportation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/transportation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bluebookservices.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Truck-Broker-Badge.png\",\"datePublished\":\"2026-05-29T15:08:51+00:00\",\"dateModified\":\"2026-05-29T15:34:33+00:00\",\"description\":\"Blue Book gives freight brokers the prospecting reach to find more shippers, the credibility to win them, and the tools to trade safely.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/transportation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bluebookservices.com\\\/transportation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/transportation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.bluebookservices.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Truck-Broker-Badge.png\",\"contentUrl\":\"https:\\\/\\\/www.bluebookservices.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Truck-Broker-Badge.png\",\"width\":1329,\"height\":1183},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/transportation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bluebookservices.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transportation (New)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/#website\",\"url\":\"https:\\\/\\\/www.bluebookservices.com\\\/\",\"name\":\"Blue Book\",\"description\":\"Blue Book Services \u2013 Trusted Credit &amp; Marketing Insights for the Produce Industry Since 1901\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bluebookservices.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/#organization\",\"name\":\"Blue Book\",\"url\":\"https:\\\/\\\/www.bluebookservices.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bluebookservices.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Blue-Book-Horizontal-Logo-Color-RGB-1.png\",\"contentUrl\":\"https:\\\/\\\/www.bluebookservices.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Blue-Book-Horizontal-Logo-Color-RGB-1.png\",\"width\":1760,\"height\":484,\"caption\":\"Blue Book\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bluebookservices.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"description\":\"Blue Book is the fresh produce industry intelligence platform trusted since 1901. Find buyers, manage credit risk, track market signals, and verify trading partners.\",\"email\":\"sales@bluebookservices.com\",\"telephone\":\"(630) 668-3500\",\"legalName\":\"Blue Book Services, LLC\",\"foundingDate\":\"1901-01-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Blue Book Transportation","description":"Blue Book gives freight brokers the prospecting reach to find more shippers, the credibility to win them, and the tools to trade safely.","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:\/\/www.bluebookservices.com\/transportation\/","og_locale":"en_US","og_type":"article","og_title":"Transportation (New)","og_description":"Blue Book gives freight brokers the prospecting reach to find more shippers, the credibility to win them, and the tools to trade safely.","og_url":"https:\/\/www.bluebookservices.com\/transportation\/","og_site_name":"Blue Book","article_modified_time":"2026-05-29T15:34:33+00:00","og_image":[{"url":"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Truck-Broker-Badge.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.bluebookservices.com\/transportation\/","url":"https:\/\/www.bluebookservices.com\/transportation\/","name":"Blue Book Transportation","isPartOf":{"@id":"https:\/\/www.bluebookservices.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bluebookservices.com\/transportation\/#primaryimage"},"image":{"@id":"https:\/\/www.bluebookservices.com\/transportation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Truck-Broker-Badge.png","datePublished":"2026-05-29T15:08:51+00:00","dateModified":"2026-05-29T15:34:33+00:00","description":"Blue Book gives freight brokers the prospecting reach to find more shippers, the credibility to win them, and the tools to trade safely.","breadcrumb":{"@id":"https:\/\/www.bluebookservices.com\/transportation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bluebookservices.com\/transportation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bluebookservices.com\/transportation\/#primaryimage","url":"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Truck-Broker-Badge.png","contentUrl":"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2026\/05\/Truck-Broker-Badge.png","width":1329,"height":1183},{"@type":"BreadcrumbList","@id":"https:\/\/www.bluebookservices.com\/transportation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bluebookservices.com\/"},{"@type":"ListItem","position":2,"name":"Transportation (New)"}]},{"@type":"WebSite","@id":"https:\/\/www.bluebookservices.com\/#website","url":"https:\/\/www.bluebookservices.com\/","name":"Blue Book","description":"Blue Book Services \u2013 Trusted Credit &amp; Marketing Insights for the Produce Industry Since 1901","publisher":{"@id":"https:\/\/www.bluebookservices.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bluebookservices.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bluebookservices.com\/#organization","name":"Blue Book","url":"https:\/\/www.bluebookservices.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bluebookservices.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2025\/03\/Blue-Book-Horizontal-Logo-Color-RGB-1.png","contentUrl":"https:\/\/www.bluebookservices.com\/wp-content\/uploads\/2025\/03\/Blue-Book-Horizontal-Logo-Color-RGB-1.png","width":1760,"height":484,"caption":"Blue Book"},"image":{"@id":"https:\/\/www.bluebookservices.com\/#\/schema\/logo\/image\/"},"description":"Blue Book is the fresh produce industry intelligence platform trusted since 1901. Find buyers, manage credit risk, track market signals, and verify trading partners.","email":"sales@bluebookservices.com","telephone":"(630) 668-3500","legalName":"Blue Book Services, LLC","foundingDate":"1901-01-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}}]}},"_links":{"self":[{"href":"https:\/\/www.bluebookservices.com\/wp-json\/wp\/v2\/pages\/451242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bluebookservices.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bluebookservices.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bluebookservices.com\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bluebookservices.com\/wp-json\/wp\/v2\/comments?post=451242"}],"version-history":[{"count":0,"href":"https:\/\/www.bluebookservices.com\/wp-json\/wp\/v2\/pages\/451242\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bluebookservices.com\/wp-json\/wp\/v2\/media?parent=451242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}