{"product_id":"pr360-flex-fuel-kit-install","title":"PR360 Flex Fuel Kit Install (Kit purchased separately)","description":"\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;1,600\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root {\n    --kies-red: #C8102E;\n    --kies-red-dark: #a00d24;\n    --ink: #1C1C1C;\n    --ink-mid: #3a3a3a;\n    --ink-muted: #6b6b6b;\n    --surface: #F8F6F3;\n    --surface-white: #FFFFFF;\n    --rule: #e0ddd8;\n    --bmw-blue: #0066B2;\n    --bmw-red: #C8102E;\n    --bmw-black: #1C1C1C;\n    --green-ok: #2a7a3b;\n    --green-bg: #eef7f0;\n  }\n\n  .pr360-page {\n    font-family: 'Barlow', sans-serif;\n    color: var(--ink);\n    background: var(--surface-white);\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0;\n  }\n\n  \/* BMW tricolor strip *\/\n  .pr360-page .tricolor-strip {\n    display: flex;\n    height: 5px;\n    width: 100%;\n    margin-bottom: 0;\n  }\n  .pr360-page .tricolor-strip span {\n    flex: 1;\n  }\n  .pr360-page .tricolor-strip .tc-blue  { background: var(--bmw-blue); }\n  .pr360-page .tricolor-strip .tc-black { background: var(--bmw-black); }\n  .pr360-page .tricolor-strip .tc-red   { background: var(--bmw-red); }\n\n  \/* Hero block *\/\n  .pr360-page .hero {\n    background: var(--ink);\n    padding: 52px 48px 48px;\n    position: relative;\n    overflow: hidden;\n  }\n  .pr360-page .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n      repeating-linear-gradient(\n        45deg,\n        rgba(255,255,255,0.015) 0px,\n        rgba(255,255,255,0.015) 1px,\n        transparent 1px,\n        transparent 8px\n      ),\n      repeating-linear-gradient(\n        -45deg,\n        rgba(255,255,255,0.015) 0px,\n        rgba(255,255,255,0.015) 1px,\n        transparent 1px,\n        transparent 8px\n      );\n    pointer-events: none;\n  }\n  .pr360-page .hero-eyebrow {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--kies-red);\n    margin: 0 0 14px;\n  }\n  .pr360-page .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(38px, 6vw, 58px);\n    font-weight: 800;\n    line-height: 1.0;\n    color: #fff;\n    text-transform: uppercase;\n    letter-spacing: -0.01em;\n    margin: 0 0 18px;\n  }\n  .pr360-page .hero h1 span {\n    color: var(--kies-red);\n  }\n  .pr360-page .hero-sub {\n    font-size: 16px;\n    font-weight: 400;\n    color: rgba(255,255,255,0.72);\n    margin: 0;\n    max-width: 520px;\n    line-height: 1.6;\n  }\n\n  \/* Price badge *\/\n  .pr360-page .price-badge-row {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-top: 28px;\n    flex-wrap: wrap;\n  }\n  .pr360-page .price-badge {\n    display: inline-flex;\n    align-items: baseline;\n    gap: 6px;\n    background: var(--kies-red);\n    color: #fff;\n    padding: 10px 22px 10px 18px;\n    border-radius: 3px;\n  }\n  .pr360-page .price-badge .price-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    opacity: 0.85;\n  }\n  .pr360-page .price-badge .price-amount {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 32px;\n    font-weight: 800;\n    line-height: 1;\n  }\n  .pr360-page .appt-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: rgba(255,255,255,0.85);\n    font-size: 13px;\n    font-weight: 500;\n    padding: 8px 14px;\n    border-radius: 3px;\n  }\n  .pr360-page .appt-tag svg {\n    opacity: 0.7;\n    flex-shrink: 0;\n  }\n\n  \/* Main content area *\/\n  .pr360-page .content-body {\n    padding: 48px 48px 0;\n    background: var(--surface-white);\n  }\n\n  \/* Section headers *\/\n  .pr360-page .section-eyebrow {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--kies-red);\n    margin: 0 0 10px;\n  }\n  .pr360-page .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 28px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: var(--ink);\n    letter-spacing: 0.01em;\n    margin: 0 0 20px;\n    line-height: 1.1;\n  }\n\n  \/* Rule divider *\/\n  .pr360-page .section-rule {\n    border: none;\n    border-top: 1px solid var(--rule);\n    margin: 40px 0;\n  }\n\n  \/* What's included checklist *\/\n  .pr360-page .checklist {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 24px;\n  }\n  .pr360-page .checklist li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 15px;\n    color: var(--ink-mid);\n    line-height: 1.45;\n  }\n  .pr360-page .checklist li .check-icon {\n    flex-shrink: 0;\n    width: 18px;\n    height: 18px;\n    background: var(--green-bg);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 2px;\n  }\n  .pr360-page .checklist li .check-icon svg {\n    color: var(--green-ok);\n  }\n\n  \/* Compatible vehicles grid *\/\n  .pr360-page .vehicles-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n    gap: 12px;\n    margin-top: 4px;\n  }\n  .pr360-page .vehicle-card {\n    background: var(--surface);\n    border: 1px solid var(--rule);\n    border-radius: 4px;\n    padding: 14px 16px;\n  }\n  .pr360-page .vehicle-card .vc-model {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 17px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: var(--ink);\n    margin: 0 0 3px;\n  }\n  .pr360-page .vehicle-card .vc-engine {\n    font-size: 13px;\n    color: var(--ink-muted);\n    margin: 0;\n  }\n\n  \/* How it works steps *\/\n  .pr360-page .steps {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .pr360-page .step-row {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n    padding: 20px 0;\n    border-bottom: 1px solid var(--rule);\n  }\n  .pr360-page .step-row:last-child {\n    border-bottom: none;\n  }\n  .pr360-page .step-num {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--rule);\n    line-height: 1;\n    min-width: 44px;\n    text-align: right;\n    margin-top: 2px;\n  }\n  .pr360-page .step-content .step-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: var(--ink);\n    margin: 0 0 5px;\n    letter-spacing: 0.02em;\n  }\n  .pr360-page .step-content p {\n    font-size: 14px;\n    color: var(--ink-muted);\n    margin: 0;\n    line-height: 1.6;\n  }\n\n  \/* Notice box *\/\n  .pr360-page .notice-box {\n    background: #fff8f0;\n    border-left: 3px solid #e89020;\n    padding: 16px 20px;\n    border-radius: 0 4px 4px 0;\n    margin: 24px 0;\n  }\n  .pr360-page .notice-box p {\n    font-size: 14px;\n    color: #5a3d0a;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .pr360-page .notice-box strong {\n    font-weight: 600;\n  }\n\n  \/* CTA block *\/\n  .pr360-page .cta-block {\n    background: var(--surface);\n    border-top: 3px solid var(--kies-red);\n    padding: 40px 48px;\n    margin-top: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 32px;\n    flex-wrap: wrap;\n  }\n  .pr360-page .cta-block .cta-left .cta-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 26px;\n    font-weight: 800;\n    text-transform: uppercase;\n    color: var(--ink);\n    margin: 0 0 6px;\n  }\n  .pr360-page .cta-block .cta-left p {\n    font-size: 14px;\n    color: var(--ink-muted);\n    margin: 0;\n  }\n  .pr360-page .cta-block .cta-left p a {\n    color: var(--kies-red);\n    text-decoration: none;\n    font-weight: 500;\n  }\n  .pr360-page .cta-btn {\n    display: inline-block;\n    background: var(--kies-red);\n    color: #fff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 17px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 14px 32px;\n    border-radius: 3px;\n    text-decoration: none;\n    white-space: nowrap;\n    transition: background 0.15s;\n  }\n  .pr360-page .cta-btn:hover {\n    background: var(--kies-red-dark);\n    color: #fff;\n  }\n\n  \/* FAQ *\/\n  .pr360-page .faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .pr360-page .faq-item {\n    border-bottom: 1px solid var(--rule);\n  }\n  .pr360-page .faq-item summary {\n    list-style: none;\n    cursor: pointer;\n    padding: 18px 0;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 17px;\n    font-weight: 600;\n    text-transform: uppercase;\n    color: var(--ink);\n    letter-spacing: 0.02em;\n    user-select: none;\n  }\n  .pr360-page .faq-item summary::-webkit-details-marker { display: none; }\n  .pr360-page .faq-item summary .faq-arrow {\n    font-size: 20px;\n    color: var(--kies-red);\n    transition: transform 0.2s;\n    flex-shrink: 0;\n  }\n  .pr360-page .faq-item[open] summary .faq-arrow {\n    transform: rotate(45deg);\n  }\n  .pr360-page .faq-item .faq-answer {\n    font-size: 14px;\n    color: var(--ink-muted);\n    line-height: 1.7;\n    padding: 0 0 18px;\n    max-width: 680px;\n  }\n  .pr360-page .faq-item .faq-answer a {\n    color: var(--kies-red);\n    text-decoration: none;\n    font-weight: 500;\n  }\n\n  \/* Footer note *\/\n  .pr360-page .footer-note {\n    padding: 24px 48px;\n    border-top: 1px solid var(--rule);\n    font-size: 12px;\n    color: var(--ink-muted);\n    line-height: 1.6;\n    margin-top: 0;\n  }\n\n  @media (max-width: 640px) {\n    .pr360-page .hero { padding: 36px 24px 32px; }\n    .pr360-page .content-body { padding: 32px 24px 0; }\n    .pr360-page .checklist { grid-template-columns: 1fr; }\n    .pr360-page .cta-block { padding: 32px 24px; flex-direction: column; align-items: flex-start; }\n    .pr360-page .footer-note { padding: 20px 24px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pr360-page\" itemscope itemtype=\"https:\/\/schema.org\/Service\"\u003e\n\n  \u003cdiv class=\"tricolor-strip\" aria-hidden=\"true\"\u003e\n    \u003cspan class=\"tc-blue\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"tc-black\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"tc-red\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cp class=\"hero-eyebrow\"\u003eProfessional Installation Service\u003c\/p\u003e\n    \u003ch1 itemprop=\"name\"\u003ePR360 \u003cspan\u003eFlex Fuel\u003c\/span\u003e\u003cbr\u003eKit Install\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\" itemprop=\"description\"\u003e\n      Let our technicians handle your PR360 Flex Fuel Kit installation from start to finish. Proper installation matters on fueling hardware — we do it right the first time.\n    \u003c\/p\u003e\n    \u003cdiv class=\"price-badge-row\"\u003e\n      \u003cdiv class=\"price-badge\" itemprop=\"offers\" itemscope itemtype=\"https:\/\/schema.org\/Offer\"\u003e\n        \u003cspan class=\"price-label\"\u003eService Fee\u003c\/span\u003e\n        \u003cspan class=\"price-amount\" itemprop=\"price\" content=\"150\"\u003e$150\u003c\/span\u003e\n        \u003cmeta itemprop=\"priceCurrency\" content=\"USD\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"appt-tag\"\u003e\n        \u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        Appointment Required\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"content-body\"\u003e\n\n    \u003c!-- What's included --\u003e\n    \u003cp class=\"section-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n    \u003cp class=\"section-title\"\u003eFull Kit Installation\u003c\/p\u003e\n\n    \u003cul class=\"checklist\" role=\"list\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"check-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2 6 5 9 10 3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Flex fuel sensor installation \u0026amp; plumbing\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"check-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2 6 5 9 10 3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Wiring harness routing and connection\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"check-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2 6 5 9 10 3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Fuel line integration and leak check\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"check-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2 6 5 9 10 3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        ECU signal verification and output test\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"check-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2 6 5 9 10 3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Post-install sensor reading confirmation\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"check-icon\" aria-hidden=\"true\"\u003e\n          \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2 6 5 9 10 3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n        Clean, factory-style cable management\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"notice-box\" role=\"note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eHeads up:\u003c\/strong\u003e This service covers labor for installing the PR360 Flex Fuel Kit only. The kit itself must be purchased separately. If you haven't ordered yours yet, you can add it at checkout or contact us and we'll bundle it.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003chr class=\"section-rule\"\u003e\n\n    \u003c!-- Compatible Vehicles --\u003e\n    \u003cp class=\"section-eyebrow\"\u003eCompatibility\u003c\/p\u003e\n    \u003cp class=\"section-title\"\u003eSupported Platforms\u003c\/p\u003e\n\n    \u003cdiv class=\"vehicles-grid\"\u003e\n      \u003cdiv class=\"vehicle-card\"\u003e\n        \u003cp class=\"vc-model\"\u003eB58 (G-Series)\u003c\/p\u003e\n        \u003cp class=\"vc-engine\"\u003eG20 M340i, G22 M440i, G42 M240i, G01\/G02 X3\/X4 M40i, G05\/G06 X5\/X6 M50i\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vehicle-card\"\u003e\n        \u003cp class=\"vc-model\"\u003eS58 (G-Series)\u003c\/p\u003e\n        \u003cp class=\"vc-engine\"\u003eG80 M3, G82\/G83 M4, G87 M2\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:13px; color:var(--ink-muted); margin-top:14px;\"\u003eNot sure if your car is compatible? \u003ca href=\"https:\/\/www.kiesmotorsports.com\/pages\/main-contact\" style=\"color:var(--kies-red); font-weight:500; text-decoration:none;\"\u003eReach out before booking.\u003c\/a\u003e\u003c\/p\u003e\n\n    \u003chr class=\"section-rule\"\u003e\n\n    \u003c!-- How it works --\u003e\n    \u003cp class=\"section-eyebrow\"\u003eThe Process\u003c\/p\u003e\n    \u003cp class=\"section-title\"\u003eWhat to Expect\u003c\/p\u003e\n\n    \u003cdiv class=\"steps\" role=\"list\"\u003e\n      \u003cdiv class=\"step-row\" role=\"listitem\"\u003e\n        \u003cdiv class=\"step-num\" aria-hidden=\"true\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003cp class=\"step-title\"\u003eBook Your Appointment\u003c\/p\u003e\n          \u003cp\u003eUse the form below to request a date and time. We'll confirm availability within one business day and lock in your slot.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step-row\" role=\"listitem\"\u003e\n        \u003cdiv class=\"step-num\" aria-hidden=\"true\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003cp class=\"step-title\"\u003eBring Your Kit\u003c\/p\u003e\n          \u003cp\u003eMake sure your PR360 Flex Fuel Kit is on hand when you arrive. If you ordered through us, we can have it ready at the shop — just let us know in the notes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step-row\" role=\"listitem\"\u003e\n        \u003cdiv class=\"step-num\" aria-hidden=\"true\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003cp class=\"step-title\"\u003eWe Handle the Rest\u003c\/p\u003e\n          \u003cp\u003eOur technicians install, wire, plumb, and verify everything. Most G-series installations wrap up in about an hour.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step-row\" role=\"listitem\"\u003e\n        \u003cdiv class=\"step-num\" aria-hidden=\"true\"\u003e04\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003cp class=\"step-title\"\u003eTune-Ready Handoff\u003c\/p\u003e\n          \u003cp\u003eYou leave with a properly installed kit that's ready to pair with your tuner's E85\/flex fuel map. We'll walk you through what was done before you head out.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003chr class=\"section-rule\"\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003cp class=\"section-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n    \u003cp class=\"section-title\"\u003eFAQ\u003c\/p\u003e\n\n    \u003cdiv class=\"faq-list\" role=\"list\"\u003e\n\n      \u003cdetails class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003csummary itemprop=\"name\"\u003e\n          Does the $150 include the kit itself?\n          \u003cspan class=\"faq-arrow\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cspan itemprop=\"text\"\u003eNo. The $150 service fee covers labor only. The PR360 Flex Fuel Kit is sold separately. You can purchase it on our site or ask us to bundle it when you book — we'll make sure it's ready for your appointment.\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003csummary itemprop=\"name\"\u003e\n          How long does the installation take?\n          \u003cspan class=\"faq-arrow\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cspan itemprop=\"text\"\u003ePlan for about an hour. G-series platforms (B58 and S58) are well-suited for this kit and our techs have the process dialed in. If you have significant fuel system modifications already on the car, let us know when you book and we can account for any extra time.\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003csummary itemprop=\"name\"\u003e\n          Do I need a tune before or after the install?\n          \u003cspan class=\"faq-arrow\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cspan itemprop=\"text\"\u003eYou'll need a flex fuel-capable tune after the install. We install the hardware and verify the sensor signal; your tuner (via BM3, MHD, or a custom dyno tune) handles the fueling tables and calibration. If you need tuning support, \u003ca href=\"https:\/\/www.kiesmotorsports.com\/pages\/main-contact\"\u003econtact us\u003c\/a\u003e and we can point you in the right direction.\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003csummary itemprop=\"name\"\u003e\n          Can I drop off the car and pick it up later?\n          \u003cspan class=\"faq-arrow\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cspan itemprop=\"text\"\u003eYes. Drop-off appointments are fine. Just note your preference in the booking form and we'll coordinate a pickup time once the work is complete and verified.\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003csummary itemprop=\"name\"\u003e\n          What if my car has other mods that could affect the install?\n          \u003cspan class=\"faq-arrow\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cspan itemprop=\"text\"\u003eNo problem — just list what you've got in the notes section of the booking form. Things like upgraded fuel systems, port injection setups, or custom downpipes can affect routing and timing, so the more context you give us upfront, the better.\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c!-- \/.content-body --\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"cta-block\"\u003e\n    \u003cdiv class=\"cta-left\"\u003e\n      \u003cp class=\"cta-title\"\u003eReady to Book?\u003c\/p\u003e\n      \u003cp\u003e$150 labor  ·  Appointment required  ·  Questions? \u003ca href=\"https:\/\/www.kiesmotorsports.com\/pages\/main-contact\"\u003eContact us first.\u003c\/a\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/www.kiesmotorsports.com\/pages\/main-contact\" class=\"cta-btn\" itemprop=\"url\"\u003eRequest an Appointment\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"footer-note\"\u003e\n    Service location: Kies Motorsports shop. This listing is for installation labor only and does not include the PR360 Flex Fuel Kit. Kit must be present at time of appointment. Kies Motorsports reserves the right to decline service if vehicle condition, existing modifications, or kit compatibility present concerns that could affect a safe installation.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Service\",\n  \"name\": \"PR360 Flex Fuel Kit Installation\",\n  \"description\": \"Professional installation service for PR360 Flex Fuel Kits on G-series BMW platforms (B58 and S58). Approximately one hour. $150 labor fee. Appointment required.\",\n  \"provider\": {\n    \"@type\": \"AutoRepair\",\n    \"name\": \"Kies Motorsports\",\n    \"url\": \"https:\/\/www.kiesmotorsports.com\",\n    \"email\": \"info@kiesmotorsports.com\",\n    \"contactPoint\": {\n      \"@type\": \"ContactPoint\",\n      \"contactType\": \"customer service\",\n      \"url\": \"https:\/\/www.kiesmotorsports.com\/pages\/main-contact\"\n    }\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"150\",\n    \"priceCurrency\": \"USD\",\n    \"description\": \"Labor only. PR360 Flex Fuel Kit sold separately.\",\n    \"availability\": \"https:\/\/schema.org\/InStoreOnly\"\n  },\n  \"serviceType\": \"Automotive Performance Installation\",\n  \"audience\": {\n    \"@type\": \"Audience\",\n    \"audienceType\": \"BMW enthusiasts, performance tuners\"\n  },\n  \"mainEntityOfPage\": {\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Does the $150 include the kit itself?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"No. The $150 service fee covers labor only. The PR360 Flex Fuel Kit is sold separately.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How long does the installation take?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Plan for about an hour. G-series platforms are well-suited for this kit and our techs have the process dialed in.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Do I need a tune before or after the install?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"You'll need a flex fuel-capable tune after the install. We install the hardware; your tuner handles the calibration.\"\n        }\n      }\n    ]\n  }\n}\n\u003c\/script\u003e","brand":"Kies Motorsports Services","offers":[{"title":"Default Title","offer_id":42568065777749,"sku":"PR360FlexInstall","price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0074\/3702\/5395\/files\/kies-motorsports-kies-motorsports-services-pr360-flex-fuel-kit-install-kit-purchased-separately-1241398258.png?v=1780525438","url":"https:\/\/www.kiesmotorsports.com\/products\/pr360-flex-fuel-kit-install","provider":"Kies Motorsports","version":"1.0","type":"link"}