{"product_id":"bf-club-4-v6","title":"Bf club 4 v6","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FIVEM-LAB — BF CLUB 4 V6\n     CUSTOM TUNER VEHICLE \/ 75 TUNING OPTIONS\n     ========================================================= *\/\n\n  .fml-bfclub4 {\n    --gold:#ffd700;\n    --white:#ffffff;\n    --black:#050505;\n    --text:rgba(255,255,255,.92);\n    --muted:rgba(255,255,255,.66);\n    --dim:rgba(255,255,255,.42);\n    --line:rgba(255,255,255,.10);\n    --line-soft:rgba(255,255,255,.055);\n    --gold-line:rgba(255,215,0,.34);\n    --panel:rgba(255,255,255,.022);\n\n    width:100%;\n    max-width:1180px;\n    margin:0 auto;\n    padding:18px 0 88px;\n\n    color:var(--text);\n    background:transparent;\n    font-family:inherit;\n    font-size:16px;\n    line-height:1.7;\n  }\n\n  .fml-bfclub4,\n  .fml-bfclub4 *,\n  .fml-bfclub4 *::before,\n  .fml-bfclub4 *::after {\n    box-sizing:border-box;\n  }\n\n  .fml-bfclub4 h2,\n  .fml-bfclub4 h3,\n  .fml-bfclub4 p,\n  .fml-bfclub4 dl,\n  .fml-bfclub4 dt,\n  .fml-bfclub4 dd {\n    margin:0;\n  }\n\n  .fml-bfclub4 a {\n    color:inherit;\n  }\n\n  .fml-bfclub4 ::selection {\n    color:#050505;\n    background:var(--gold);\n  }\n\n  .fml-bfclub4 code {\n    padding:2px 6px;\n    border:1px solid rgba(255,215,0,.18);\n    border-radius:3px;\n    background:rgba(255,215,0,.055);\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .fml-bfclub4__hero {\n    position:relative;\n    isolation:isolate;\n    overflow:hidden;\n\n    display:grid;\n    grid-template-columns:minmax(0,1.03fr) minmax(330px,.72fr);\n    gap:clamp(28px,5vw,64px);\n    align-items:center;\n\n    padding:clamp(36px,5.5vw,72px);\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:7px;\n\n    background:\n      radial-gradient(\n        circle at 91% 5%,\n        rgba(255,215,0,.15),\n        transparent 30%\n      ),\n      linear-gradient(\n        135deg,\n        rgba(255,215,0,.034),\n        transparent 48%\n      ),\n      rgba(0,0,0,.18);\n  }\n\n  .fml-bfclub4__hero::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:min(440px,72%);\n    height:2px;\n\n    background:var(--gold);\n    box-shadow:0 0 24px rgba(255,215,0,.36);\n  }\n\n  .fml-bfclub4__eyebrow {\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px 16px;\n\n    margin-bottom:24px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.15em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__eyebrow span + span {\n    color:var(--dim);\n  }\n\n  .fml-bfclub4__eyebrow span + span::before {\n    content:\"\/\";\n    margin-right:16px;\n    color:var(--gold);\n  }\n\n  .fml-bfclub4__title {\n    margin:0 !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(43px,6vw,76px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.052em;\n    line-height:.95 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-bfclub4__lead {\n    max-width:800px;\n    margin-top:26px !important;\n\n    color:var(--muted) !important;\n\n    font-size:clamp(18px,1.9vw,23px);\n    font-weight:600;\n    line-height:1.58;\n  }\n\n  .fml-bfclub4__lead strong {\n    color:var(--white);\n  }\n\n  .fml-bfclub4__badges {\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px;\n\n    margin-top:31px;\n  }\n\n  .fml-bfclub4__badge {\n    display:inline-flex;\n    align-items:center;\n\n    min-height:37px;\n    padding:0 13px;\n\n    color:var(--white);\n    background:rgba(255,255,255,.025);\n\n    border:1px solid var(--line);\n    border-radius:3px;\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__badge--gold {\n    color:#050505;\n    background:var(--gold);\n    border-color:var(--gold);\n  }\n\n  .fml-bfclub4__meta {\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px 25px;\n\n    margin-top:28px;\n    padding-top:22px;\n\n    border-top:1px solid var(--line);\n  }\n\n  .fml-bfclub4__meta span {\n    position:relative;\n    padding-left:17px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:850;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__meta span::before {\n    content:\"\";\n    position:absolute;\n    top:.7em;\n    left:0;\n\n    width:7px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n\n  \/* HERO MEDIA *\/\n\n  .fml-bfclub4__media {\n    position:relative;\n    overflow:hidden;\n\n    min-height:390px;\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:#050505;\n  }\n\n  .fml-bfclub4__media img {\n    display:block;\n\n    width:100%;\n    height:100%;\n    min-height:390px;\n\n    object-fit:cover;\n  }\n\n  .fml-bfclub4__media::after {\n    content:\"\";\n    position:absolute;\n    inset:0;\n\n    pointer-events:none;\n\n    background:\n      linear-gradient(\n        180deg,\n        transparent 55%,\n        rgba(0,0,0,.80)\n      );\n  }\n\n  .fml-bfclub4__media-tag {\n    position:absolute;\n    z-index:2;\n    right:15px;\n    bottom:14px;\n    left:15px;\n\n    color:rgba(255,255,255,.72);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.1em;\n    text-transform:uppercase;\n  }\n\n\n  \/* =========================================================\n     SECTION BASE\n     ========================================================= *\/\n\n  .fml-bfclub4__section {\n    padding:clamp(54px,7vw,88px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-bfclub4__head {\n    display:grid;\n    grid-template-columns:minmax(125px,.24fr) minmax(0,1fr);\n    gap:clamp(26px,5vw,68px);\n    align-items:start;\n  }\n\n  .fml-bfclub4__index {\n    padding-top:7px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__kicker {\n    margin-bottom:13px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:850;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__section-title {\n    max-width:950px;\n    margin:0 !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(29px,3.9vw,47px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.04em;\n    line-height:1.05 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-bfclub4__intro {\n    max-width:900px;\n    margin-top:20px !important;\n\n    color:var(--muted) !important;\n\n    font-size:clamp(16px,1.45vw,19px);\n    line-height:1.74;\n  }\n\n  .fml-bfclub4__statement {\n    display:grid;\n    grid-template-columns:minmax(0,1fr) auto;\n    gap:30px;\n    align-items:end;\n\n    margin-top:42px;\n    padding-top:27px;\n\n    border-top:1px solid var(--line);\n  }\n\n  .fml-bfclub4__statement p {\n    max-width:850px;\n\n    color:var(--text) !important;\n\n    font-size:clamp(18px,2vw,23px);\n    font-weight:650;\n    line-height:1.5;\n  }\n\n  .fml-bfclub4__code-label {\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.12em;\n    white-space:nowrap;\n  }\n\n\n  \/* =========================================================\n     STATS\n     ========================================================= *\/\n\n  .fml-bfclub4__stats {\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:12px;\n\n    margin-top:42px;\n  }\n\n  .fml-bfclub4__stat {\n    min-width:0;\n    padding:23px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-bfclub4__stat small {\n    display:block;\n    margin-bottom:17px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:8px;\n    font-weight:900;\n    letter-spacing:.1em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__stat strong {\n    display:block;\n\n    color:var(--gold);\n\n    font-size:clamp(24px,2.8vw,36px);\n    font-weight:950;\n    letter-spacing:-.045em;\n    line-height:1;\n  }\n\n  .fml-bfclub4__stat span {\n    display:block;\n    margin-top:10px;\n\n    color:var(--muted);\n\n    font-size:12px;\n    line-height:1.5;\n  }\n\n\n  \/* =========================================================\n     CARDS\n     ========================================================= *\/\n\n  .fml-bfclub4__grid {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-bfclub4__card {\n    position:relative;\n    overflow:hidden;\n\n    min-width:0;\n    padding:clamp(24px,3vw,31px);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n\n    transition:\n      transform .18s ease,\n      border-color .18s ease,\n      background .18s ease;\n  }\n\n  .fml-bfclub4__card::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:0;\n    height:1px;\n\n    background:var(--gold);\n\n    transition:width .22s ease;\n  }\n\n  .fml-bfclub4__card:hover {\n    transform:translateY(-2px);\n    border-color:var(--gold-line);\n    background:rgba(255,255,255,.038);\n  }\n\n  .fml-bfclub4__card:hover::before {\n    width:100%;\n  }\n\n  .fml-bfclub4__card-top {\n    display:flex;\n    justify-content:space-between;\n    gap:14px;\n\n    margin-bottom:26px;\n  }\n\n  .fml-bfclub4__number {\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:950;\n  }\n\n  .fml-bfclub4__label {\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:8px;\n    font-weight:800;\n    letter-spacing:.09em;\n    text-align:right;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__card h3 {\n    margin:0 0 11px !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(20px,2vw,25px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.03em;\n    line-height:1.15 !important;\n  }\n\n  .fml-bfclub4__card p {\n    color:var(--muted) !important;\n\n    font-size:14px;\n    line-height:1.7;\n  }\n\n\n  \/* =========================================================\n     TUNING STRIP\n     ========================================================= *\/\n\n  .fml-bfclub4__tuning {\n    display:grid;\n    grid-template-columns:repeat(5,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:42px;\n  }\n\n  .fml-bfclub4__tune {\n    min-width:0;\n    padding:20px 16px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-bfclub4__tune small {\n    display:block;\n    margin-bottom:23px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n  }\n\n  .fml-bfclub4__tune strong {\n    display:block;\n\n    color:var(--white);\n\n    font-size:16px;\n    font-weight:950;\n  }\n\n  .fml-bfclub4__tune span {\n    display:block;\n    margin-top:6px;\n\n    color:var(--muted);\n\n    font-size:11px;\n    line-height:1.5;\n  }\n\n\n  \/* =========================================================\n     GALLERY\n     ========================================================= *\/\n\n  .fml-bfclub4__gallery {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-bfclub4__image {\n    overflow:hidden;\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:#050505;\n  }\n\n  .fml-bfclub4__image img {\n    display:block;\n\n    width:100%;\n    height:100%;\n    min-height:280px;\n\n    object-fit:cover;\n\n    transition:transform .3s ease;\n  }\n\n  .fml-bfclub4__image:hover img {\n    transform:scale(1.016);\n  }\n\n\n  \/* =========================================================\n     TECH\n     ========================================================= *\/\n\n  .fml-bfclub4__terminal {\n    margin-top:42px;\n    overflow:hidden;\n\n    border:1px solid var(--gold-line);\n    border-radius:4px;\n\n    background:\n      linear-gradient(\n        180deg,\n        rgba(255,215,0,.026),\n        transparent 30%\n      ),\n      rgba(0,0,0,.20);\n  }\n\n  .fml-bfclub4__terminal-head {\n    display:flex;\n    flex-wrap:wrap;\n    justify-content:space-between;\n    gap:10px 24px;\n\n    padding:14px 18px;\n\n    border-bottom:1px solid var(--line);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.09em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__terminal-head strong {\n    color:var(--gold);\n  }\n\n  .fml-bfclub4__terminal-head span {\n    color:var(--dim);\n  }\n\n  .fml-bfclub4__spec-grid {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  .fml-bfclub4__spec {\n    min-width:0;\n    padding:clamp(23px,3.5vw,32px);\n\n    border-right:1px solid var(--line);\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-bfclub4__spec:nth-child(2n) {\n    border-right:0;\n  }\n\n  .fml-bfclub4__spec:nth-last-child(-n + 2) {\n    border-bottom:0;\n  }\n\n  .fml-bfclub4__spec dt {\n    margin-bottom:11px;\n\n    color:var(--dim);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:8px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__spec-value {\n    display:block;\n\n    color:var(--white);\n\n    font-size:clamp(19px,2.3vw,28px);\n    font-weight:950;\n    letter-spacing:-.035em;\n    line-height:1.1;\n  }\n\n  .fml-bfclub4__spec:first-child .fml-bfclub4__spec-value {\n    color:var(--gold);\n  }\n\n  .fml-bfclub4__spec-copy {\n    display:block;\n    margin-top:9px;\n\n    color:var(--muted);\n\n    font-size:12px;\n    line-height:1.58;\n  }\n\n\n  \/* =========================================================\n     NOTE\n     ========================================================= *\/\n\n  .fml-bfclub4__note {\n    margin-top:22px;\n    padding:18px 20px;\n\n    border-left:2px solid var(--gold);\n    background:rgba(255,215,0,.035);\n\n    color:var(--muted);\n\n    font-size:12px;\n    line-height:1.65;\n  }\n\n\n  \/* =========================================================\n     LINKS\n     ========================================================= *\/\n\n  .fml-bfclub4__links {\n    display:flex;\n    flex-wrap:wrap;\n    gap:12px;\n\n    margin-top:30px;\n  }\n\n  .fml-bfclub4__link {\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:10px;\n\n    min-height:46px;\n    padding:0 18px;\n\n    color:var(--white) !important;\n    background:rgba(255,255,255,.025);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    font-size:11px;\n    font-weight:900;\n    letter-spacing:.04em;\n    text-decoration:none !important;\n    text-transform:uppercase;\n\n    transition:\n      transform .18s ease,\n      border-color .18s ease,\n      color .18s ease;\n  }\n\n  .fml-bfclub4__link:hover {\n    transform:translateY(-2px);\n    color:var(--gold) !important;\n    border-color:var(--gold-line);\n  }\n\n  .fml-bfclub4__link--gold {\n    color:#050505 !important;\n    background:var(--gold);\n    border-color:var(--gold);\n  }\n\n  .fml-bfclub4__link--gold:hover {\n    color:#050505 !important;\n    border-color:var(--gold);\n  }\n\n\n  \/* =========================================================\n     CLOSING\n     ========================================================= *\/\n\n  .fml-bfclub4__closing {\n    position:relative;\n    overflow:hidden;\n\n    margin-top:clamp(62px,8vw,100px);\n    padding:clamp(38px,6vw,72px);\n\n    border-top:1px solid var(--gold-line);\n    border-bottom:1px solid var(--line);\n\n    background:\n      radial-gradient(\n        circle at 100% 0,\n        rgba(255,215,0,.12),\n        transparent 34%\n      ),\n      rgba(255,255,255,.012);\n  }\n\n  .fml-bfclub4__closing-label {\n    margin-bottom:19px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n    letter-spacing:.13em;\n    text-transform:uppercase;\n  }\n\n  .fml-bfclub4__closing h2 {\n    max-width:950px;\n    margin:0 !important;\n\n    color:var(--white) !important;\n\n    font-size:clamp(31px,4.4vw,52px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.045em;\n    line-height:1.03 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-bfclub4__closing p {\n    max-width:890px;\n    margin-top:20px !important;\n\n    color:var(--muted) !important;\n\n    font-size:16px;\n    line-height:1.74;\n  }\n\n  .fml-bfclub4__final {\n    margin-top:clamp(44px,7vw,72px);\n\n    color:var(--white);\n\n    font-size:clamp(25px,3.7vw,44px);\n    font-weight:950;\n    letter-spacing:-.043em;\n    line-height:1.08;\n    text-align:center;\n\n    text-wrap:balance;\n  }\n\n  .fml-bfclub4__final em {\n    color:var(--gold);\n    font-style:normal;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n     ========================================================= *\/\n\n  @media (max-width:1000px) {\n    .fml-bfclub4__hero {\n      grid-template-columns:1fr;\n    }\n\n    .fml-bfclub4__media,\n    .fml-bfclub4__media img {\n      min-height:430px;\n    }\n\n    .fml-bfclub4__stats {\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n\n    .fml-bfclub4__tuning {\n      grid-template-columns:repeat(3,minmax(0,1fr));\n    }\n  }\n\n  @media (max-width:900px) {\n    .fml-bfclub4__head {\n      grid-template-columns:1fr;\n      gap:15px;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-bfclub4 {\n      padding-top:8px;\n    }\n\n    .fml-bfclub4__hero {\n      padding:29px 20px;\n    }\n\n    .fml-bfclub4__eyebrow {\n      display:grid;\n      gap:5px;\n    }\n\n    .fml-bfclub4__eyebrow span + span::before {\n      display:none;\n    }\n\n    .fml-bfclub4__media,\n    .fml-bfclub4__media img {\n      min-height:270px;\n    }\n\n    .fml-bfclub4__statement,\n    .fml-bfclub4__stats,\n    .fml-bfclub4__grid,\n    .fml-bfclub4__tuning,\n    .fml-bfclub4__gallery,\n    .fml-bfclub4__spec-grid {\n      grid-template-columns:1fr;\n    }\n\n    .fml-bfclub4__code-label {\n      white-space:normal;\n    }\n\n    .fml-bfclub4__spec {\n      border-right:0;\n      border-bottom:1px solid var(--line);\n    }\n\n    .fml-bfclub4__spec:nth-last-child(-n + 2) {\n      border-bottom:1px solid var(--line);\n    }\n\n    .fml-bfclub4__spec:last-child {\n      border-bottom:0;\n    }\n\n    .fml-bfclub4__links {\n      flex-direction:column;\n    }\n\n    .fml-bfclub4__link {\n      width:100%;\n    }\n\n    .fml-bfclub4__closing {\n      padding:36px 21px;\n    }\n  }\n\n  @media (prefers-reduced-motion:reduce) {\n    .fml-bfclub4 *,\n    .fml-bfclub4 *::before,\n    .fml-bfclub4 *::after {\n      transition-duration:.01ms !important;\n      animation-duration:.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-bfclub4\"\u003e\n\n  \u003c!-- =======================================================\n       HERO\n       ======================================================= --\u003e\n\n  \u003cheader class=\"fml-bfclub4__hero\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"fml-bfclub4__eyebrow\"\u003e\n        \u003cspan\u003eFiveM Custom Vehicle\u003c\/span\u003e\n        \u003cspan\u003eD7\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003ch2 class=\"fml-bfclub4__title\"\u003e\n        BF Club 4 V6\n      \u003c\/h2\u003e\n\n\n      \u003cp class=\"fml-bfclub4__lead\"\u003e\n        Some cars are made to stay stock.\n        \u003cstrong\u003eThis clearly isn't one of them.\u003c\/strong\u003e\n        BF Club 4 V6 comes loaded with 75 tuning options, custom-built parts,\n        a detailed cabin and enough visual freedom to turn one little car into\n        half the builds at your next meet.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__badges\"\u003e\n\n        \u003cspan class=\"fml-bfclub4__badge fml-bfclub4__badge--gold\"\u003e\n          75 Tuning Options\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fml-bfclub4__badge\"\u003e\n          Custom Models\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fml-bfclub4__badge\"\u003e\n          Realistic Handling\n        \u003c\/span\u003e\n\n        \u003cspan class=\"fml-bfclub4__badge\"\u003e\n          No Dependencies\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__meta\"\u003e\n        \u003cspan\u003e~103K Hi Polygons\u003c\/span\u003e\n        \u003cspan\u003eDetailed Interior\u003c\/span\u003e\n        \u003cspan\u003eBreakable Windows\u003c\/span\u003e\n        \u003cspan\u003eHands on Wheel\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__media\"\u003e\n\n      \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/e\/1\/4\/5\/e145e1097f09a023a98350d840b406e6cfe4fde6.gif\" alt=\"BF Club 4 V6 FiveM custom tuner vehicle\" loading=\"lazy\" width=\"690\" height=\"387\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__media-tag\"\u003e\n        Build it subtle · Build it stupid · Your call\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003c!-- =======================================================\n       WHY\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-bfclub4__section\"\u003e\n\n    \u003cdiv class=\"fml-bfclub4__head\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__index\"\u003e\n        00 \/ Personality\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-bfclub4__kicker\"\u003e\n          The car meet is going to take a while\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-bfclub4__section-title\"\u003e\n          Because nobody is leaving Los Santos Customs after choosing just one bumper.\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"fml-bfclub4__intro\"\u003e\n          BF Club 4 V6 is the kind of FiveM car that makes customization the\n          whole point. You can keep it relatively clean, turn it into something\n          more aggressive, or keep clicking tuning options until your friends\n          start asking what exactly happened to the original car.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__statement\"\u003e\n\n      \u003cp\u003e\n        Seventy-five options means this isn't “pick a spoiler and leave”.\n        It's a car you can keep revisiting, rebuilding and changing depending\n        on whether tonight is a daily-driver night, a show-car night or a\n        “bad financial decisions at the tuner shop” night.\n      \u003c\/p\u003e\n\n      \u003cspan class=\"fml-bfclub4__code-label\"\u003e\n        \/\/ STOCK IS OPTIONAL\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__stats\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__stat\"\u003e\n\n        \u003csmall\u003eTuning Options\u003c\/small\u003e\n\n        \u003cstrong\u003e75\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          A large selection of customization possibilities.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__stat\"\u003e\n\n        \u003csmall\u003eHighest Geometry\u003c\/small\u003e\n\n        \u003cstrong\u003e~103K\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Highest listed \u003ccode\u003e_hi\u003c\/code\u003e polygon count.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__stat\"\u003e\n\n        \u003csmall\u003eDependencies\u003c\/small\u003e\n\n        \u003cstrong\u003e0\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          No additional script dependency is listed.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__stat\"\u003e\n\n        \u003csmall\u003eSubscription\u003c\/small\u003e\n\n        \u003cstrong\u003eNo\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          No recurring subscription is required.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       TUNING\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-bfclub4__section\"\u003e\n\n    \u003cdiv class=\"fml-bfclub4__head\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__index\"\u003e\n        01 \/ Tuning\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-bfclub4__kicker\"\u003e\n          The dangerous part is opening the customization menu\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-bfclub4__section-title\"\u003e\n          75 tuning options means two owners don't have to leave the garage with the same car.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__tuning\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__tune\"\u003e\n\n        \u003csmall\u003e01\u003c\/small\u003e\n\n        \u003cstrong\u003eClean Build\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Keep the Club simple and let the original shape do the talking.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__tune\"\u003e\n\n        \u003csmall\u003e02\u003c\/small\u003e\n\n        \u003cstrong\u003eStreet Setup\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Give the car a sharper everyday tuner look.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__tune\"\u003e\n\n        \u003csmall\u003e03\u003c\/small\u003e\n\n        \u003cstrong\u003eShow Build\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Push the visual setup further for meets and showcases.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__tune\"\u003e\n\n        \u003csmall\u003e04\u003c\/small\u003e\n\n        \u003cstrong\u003eTrack Mood\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Build something that looks more focused and aggressive.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__tune\"\u003e\n\n        \u003csmall\u003e05\u003c\/small\u003e\n\n        \u003cstrong\u003eYour Mistake\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Keep adding parts until subtlety officially leaves the server.\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       DETAILS\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-bfclub4__section\"\u003e\n\n    \u003cdiv class=\"fml-bfclub4__head\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__index\"\u003e\n        02 \/ Details\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-bfclub4__kicker\"\u003e\n          It should still feel good once you stop looking at it\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-bfclub4__section-title\"\u003e\n          The exterior gets attention. The little in-game details keep it from feeling like a prop.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__grid\"\u003e\n\n      \u003carticle class=\"fml-bfclub4__card\"\u003e\n\n        \u003cdiv class=\"fml-bfclub4__card-top\"\u003e\n          \u003cspan class=\"fml-bfclub4__number\"\u003e01\u003c\/span\u003e\n          \u003cspan class=\"fml-bfclub4__label\"\u003eInterior · Detail\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eA Cabin Worth Using in First Person\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The interior is part of the package, not an afterthought hidden\n          behind tinted glass. That matters when players actually spend time\n          driving instead of only taking screenshots in the parking lot.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-bfclub4__card\"\u003e\n\n        \u003cdiv class=\"fml-bfclub4__card-top\"\u003e\n          \u003cspan class=\"fml-bfclub4__number\"\u003e02\u003c\/span\u003e\n          \u003cspan class=\"fml-bfclub4__label\"\u003eHandling · Driving\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eMade to Be Driven\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Realistic handling is listed with the vehicle, giving the car a\n          driving setup intended to feel more grounded than simply giving a\n          compact chassis absurd arcade numbers.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-bfclub4__card\"\u003e\n\n        \u003cdiv class=\"fml-bfclub4__card-top\"\u003e\n          \u003cspan class=\"fml-bfclub4__number\"\u003e03\u003c\/span\u003e\n          \u003cspan class=\"fml-bfclub4__label\"\u003eFront · Rear Lights\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eLights That Belong on the Car\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Proper front and rear lighting is included, so nighttime driving does\n          not immediately expose the model as something that only looked good\n          in daylight screenshots.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-bfclub4__card\"\u003e\n\n        \u003cdiv class=\"fml-bfclub4__card-top\"\u003e\n          \u003cspan class=\"fml-bfclub4__number\"\u003e04\u003c\/span\u003e\n          \u003cspan class=\"fml-bfclub4__label\"\u003eWindows · Damage\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eBreakable Glass\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Windows can break as expected, adding one of those small pieces of GTA\n          behavior that makes a custom vehicle feel less disconnected from the\n          rest of the world.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-bfclub4__card\"\u003e\n\n        \u003cdiv class=\"fml-bfclub4__card-top\"\u003e\n          \u003cspan class=\"fml-bfclub4__number\"\u003e05\u003c\/span\u003e\n          \u003cspan class=\"fml-bfclub4__label\"\u003eAnimation · Steering\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eHands Where They Should Be\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Driver hand placement is designed around the steering wheel, because\n          watching your character steer fresh air is a pretty quick way to ruin\n          a nice interior.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-bfclub4__card\"\u003e\n\n        \u003cdiv class=\"fml-bfclub4__card-top\"\u003e\n          \u003cspan class=\"fml-bfclub4__number\"\u003e06\u003c\/span\u003e\n          \u003cspan class=\"fml-bfclub4__label\"\u003eScratch · Custom Parts\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eCustom-Built Parts\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The product description lists fully custom scratch-made models among\n          the vehicle features, giving the tuning package more character than a\n          simple stock conversion.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       GALLERY\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-bfclub4__section\"\u003e\n\n    \u003cdiv class=\"fml-bfclub4__head\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__index\"\u003e\n        03 \/ Gallery\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-bfclub4__kicker\"\u003e\n          Enough talking. Look at the thing.\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-bfclub4__section-title\"\u003e\n          Different angles, different builds, same problem: you're probably opening the tuner menu immediately.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__gallery\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__image\"\u003e\n        \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/9\/8\/7\/4\/9874d28d9560234cd564cc318ffb5ee4b991e440.jpeg\" alt=\"BF Club 4 V6 FiveM exterior\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__image\"\u003e\n        \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/0\/1\/9\/d\/019d83763cb230581a225a4147a61dde77acf391.jpeg\" alt=\"BF Club 4 V6 custom FiveM build\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__image\"\u003e\n        \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/6\/4\/7\/e\/647e3334873b5c2b54117bf8953c42b04f2263e7.jpeg\" alt=\"BF Club 4 V6 tuning preview\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__image\"\u003e\n        \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/c\/0\/f\/d\/c0fd0e244549ad7ecc4fc760c4bc7b3a647b6e36.jpeg\" alt=\"BF Club 4 V6 FiveM vehicle showcase\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__image\"\u003e\n        \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/3\/0\/f\/7\/30f78cae4225a0b1e312e058970ec06a3727f498.jpeg\" alt=\"BF Club 4 V6 detailed vehicle model\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fml-bfclub4__image\"\u003e\n        \u003cimg src=\"https:\/\/forum-cfx-re.akamaized.net\/original\/5X\/8\/c\/e\/b\/8cebda62630bfe4448f75b186e19b3613e1f1a9e.jpeg\" alt=\"BF Club 4 V6 FiveM car\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       TECHNICAL\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-bfclub4__section\"\u003e\n\n    \u003cdiv class=\"fml-bfclub4__head\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__index\"\u003e\n        04 \/ Technical\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-bfclub4__kicker\"\u003e\n          The bit you read after deciding you already want it\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-bfclub4__section-title\"\u003e\n          No extra dependency stack. Just the vehicle, its tuning and the server.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__terminal\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__terminal-head\"\u003e\n\n        \u003cstrong\u003e\n          \/\/ BF_CLUB_4_V6\n        \u003c\/strong\u003e\n\n        \u003cspan\u003e\n          FiveM \/ Custom Vehicle\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdl class=\"fml-bfclub4__spec-grid\"\u003e\n\n        \u003cdiv class=\"fml-bfclub4__spec\"\u003e\n\n          \u003cdt\u003eResource Type\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-bfclub4__spec-value\"\u003e\n              FiveM Vehicle\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-bfclub4__spec-copy\"\u003e\n              Standalone custom vehicle resource.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-bfclub4__spec\"\u003e\n\n          \u003cdt\u003eTuning\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-bfclub4__spec-value\"\u003e\n              75 Options\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-bfclub4__spec-copy\"\u003e\n              Extensive vehicle customization listed by the creator.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-bfclub4__spec\"\u003e\n\n          \u003cdt\u003eHighest Geometry\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-bfclub4__spec-value\"\u003e\n              ~103K\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-bfclub4__spec-copy\"\u003e\n              Highest listed polygon count for the \u003ccode\u003e_hi\u003c\/code\u003e model.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-bfclub4__spec\"\u003e\n\n          \u003cdt\u003eTexture Size\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-bfclub4__spec-value\"\u003e\n              13.250 KB\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-bfclub4__spec-copy\"\u003e\n              Texture figure supplied in the original technical information.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-bfclub4__spec\"\u003e\n\n          \u003cdt\u003eHandling\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-bfclub4__spec-value\"\u003e\n              Realistic\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-bfclub4__spec-copy\"\u003e\n              Realistic handling is included in the stated feature set.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-bfclub4__spec\"\u003e\n\n          \u003cdt\u003eRequirements\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-bfclub4__spec-value\"\u003e\n              None\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-bfclub4__spec-copy\"\u003e\n              No additional dependencies are listed.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-bfclub4__spec\"\u003e\n\n          \u003cdt\u003eSubscription\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-bfclub4__spec-value\"\u003e\n              No\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-bfclub4__spec-copy\"\u003e\n              No recurring subscription is listed.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fml-bfclub4__spec\"\u003e\n\n          \u003cdt\u003eSupport\u003c\/dt\u003e\n\n          \u003cdd\u003e\n            \u003cspan class=\"fml-bfclub4__spec-value\"\u003e\n              Discord\n            \u003c\/span\u003e\n\n            \u003cspan class=\"fml-bfclub4__spec-copy\"\u003e\n              Creator support is available through the D7 Discord.\n            \u003c\/span\u003e\n          \u003c\/dd\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/dl\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__note\"\u003e\n      \u003cstrong style=\"color:#fff;\"\u003eFile-access note:\u003c\/strong\u003e\n      the purchase link is labeled as a standalone escrowed edition, while the\n      supplied technical table also lists assets as accessible\/non-escrow.\n      Check the current Tebex package details if editable file access matters to\n      your setup.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       SETUP\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-bfclub4__section\"\u003e\n\n    \u003cdiv class=\"fml-bfclub4__head\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__index\"\u003e\n        05 \/ Setup\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-bfclub4__kicker\"\u003e\n          Nobody buys a car because they love installation guides\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-bfclub4__section-title\"\u003e\n          No framework requirement means you can focus on the garage, not another compatibility checklist.\n        \u003c\/h2\u003e\n\n\n        \u003cp class=\"fml-bfclub4__intro\"\u003e\n          The resource lists no additional dependencies, making BF Club 4 V6 a\n          straightforward addition to a FiveM vehicle collection. Add the\n          delivered resource according to the creator's package instructions,\n          start it with your server and move on to the important part:\n          figuring out which of the 75 tuning options you actually want.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       PURCHASE\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-bfclub4__section\"\u003e\n\n    \u003cdiv class=\"fml-bfclub4__head\"\u003e\n\n      \u003cdiv class=\"fml-bfclub4__index\"\u003e\n        06 \/ Get It\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"fml-bfclub4__kicker\"\u003e\n          This is the part where “I'll keep it stock” stops sounding believable\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"fml-bfclub4__section-title\"\u003e\n          Add the Club to your server. The questionable tuning decisions can happen later.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-bfclub4__links\"\u003e\n\n      \u003ca class=\"fml-bfclub4__link fml-bfclub4__link--gold\" href=\"https:\/\/dmtrs.tebex.io\/package\/7650468\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        View on Tebex\n        \u003cspan aria-hidden=\"true\"\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n\n\n      \u003ca class=\"fml-bfclub4__link\" href=\"https:\/\/discord.gg\/XHhbGxxcxC\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        D7 Discord\n        \u003cspan aria-hidden=\"true\"\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n\n\n      \u003ca class=\"fml-bfclub4__link\" href=\"https:\/\/forum.cfx.re\/t\/bf-club-4-v6\/5424222\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        Cfx.re Release\n        \u003cspan aria-hidden=\"true\"\u003e↗\u003c\/span\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =======================================================\n       CLOSING\n       ======================================================= --\u003e\n\n  \u003csection class=\"fml-bfclub4__closing\"\u003e\n\n    \u003cdiv class=\"fml-bfclub4__closing-label\"\u003e\n      BF Club 4 V6 \/ FiveM Custom Vehicle\n    \u003c\/div\u003e\n\n\n    \u003ch2\u003e\n      Some cars are transportation. This one is an excuse to spend forty minutes in the tuning menu.\n    \u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      BF Club 4 V6 brings 75 tuning options, custom-built model work, detailed\n      interior and exterior elements, realistic handling, proper lighting,\n      breakable glass and correct steering-wheel hand placement into one\n      standalone FiveM vehicle with plenty of room for players to make it\n      theirs.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003cdiv class=\"fml-bfclub4__final\"\u003e\n    Buy the car.\n    \u003cem\u003eBlame the 75 tuning options later.\u003c\/em\u003e\n  \u003c\/div\u003e\n\n\u003c\/article\u003e","brand":"Dmtrs","offers":[{"title":"Default Title","offer_id":45780391297133,"sku":null,"price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/9874d28d9560234cd564cc318ffb5ee4b991e440.jpg?v=1788595259","url":"https:\/\/fivem-lab.com\/products\/bf-club-4-v6","provider":"Fivem-Lab","version":"1.0","type":"link"}