{"product_id":"cut65-hf-65amp-plasma-cutter","title":"Arccaptain CUT65 HF 65A Heavy-Duty Plasma Cutter","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Assistant:wght@300;400;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ── Reset ── *\/\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* ── Brand Tokens ── *\/\n  :root {\n    --ac-red:       #871525;\n    --ac-red-dark:  #5e0e19;\n    --ac-red-light: #a81c2f;\n    --ac-charcoal:  #1a1a1a;\n    --ac-dark:      #222222;\n    --ac-mid:       #444444;\n    --ac-warm-gray: #6b6b6b;\n    --ac-light-gray:#f4f4f4;\n    --ac-border:    #ddd;\n    --ac-white:     #ffffff;\n    --ac-amber:     #d97706;\n\n    --ac-font-display: 'Assistant', 'Helvetica Neue', Arial, sans-serif;\n    --ac-font-body:    'Assistant', 'Helvetica Neue', Arial, sans-serif;\n\n    --ac-radius-sm: 4px;\n    --ac-radius-md: 8px;\n    --ac-radius-lg: 12px;\n\n    --ac-shadow-card: 0 2px 12px rgba(0,0,0,0.10);\n    --ac-shadow-hero: 0 4px 24px rgba(135,21,37,0.18);\n  }\n\n  \/* ── Base ── *\/\n  .ac-page-wrapper {\n    font-family: var(--ac-font-body);\n    color: var(--ac-charcoal);\n    line-height: 1.65;\n    background: var(--ac-white);\n    font-size: 16px;\n  }\n\n  \/* ── Hero Banner ── *\/\n  .ac-hero {\n    background: linear-gradient(135deg, var(--ac-charcoal) 0%, #2e0a10 55%, var(--ac-red) 100%);\n    color: var(--ac-white);\n    padding: 56px 24px 48px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .ac-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,0.025) 18px,\n      rgba(255,255,255,0.025) 19px\n    );\n    pointer-events: none;\n  }\n  .ac-hero-eyebrow {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.65);\n    margin-bottom: 14px;\n  }\n  .ac-hero-headline {\n    font-family: var(--ac-font-display);\n    font-size: clamp(28px, 5vw, 48px);\n    font-weight: 800;\n    line-height: 1.18;\n    color: var(--ac-white);\n    max-width: 780px;\n    margin: 0 auto 18px;\n  }\n  .ac-hero-subhead {\n    font-size: clamp(15px, 2.2vw, 18px);\n    color: rgba(255,255,255,0.80);\n    max-width: 640px;\n    margin: 0 auto 32px;\n  }\n  .ac-hero-stat-row {\n    display: flex;\n    justify-content: center;\n    gap: 32px;\n    flex-wrap: wrap;\n    margin-top: 28px;\n  }\n  .ac-hero-stat {\n    text-align: center;\n  }\n  .ac-hero-stat-number {\n    display: block;\n    font-family: var(--ac-font-display);\n    font-size: clamp(30px, 5vw, 44px);\n    font-weight: 700;\n    color: var(--ac-white);\n    line-height: 1;\n  }\n  .ac-hero-stat-label {\n    display: block;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.60);\n    margin-top: 6px;\n  }\n  .ac-hero-divider {\n    width: 1px;\n    height: 50px;\n    background: rgba(255,255,255,0.2);\n    align-self: center;\n  }\n\n  \/* ── Section Common ── *\/\n  .ac-section {\n    padding: 56px 24px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .ac-section-full {\n    padding: 56px 24px;\n  }\n  .ac-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--ac-red);\n    margin-bottom: 10px;\n    display: block;\n  }\n  .ac-section-title {\n    font-family: var(--ac-font-display);\n    font-size: clamp(22px, 3.5vw, 32px);\n    font-weight: 700;\n    color: var(--ac-charcoal);\n    line-height: 1.25;\n    margin-bottom: 16px;\n  }\n  .ac-section-body {\n    font-size: 16px;\n    color: var(--ac-mid);\n    max-width: 680px;\n    line-height: 1.75;\n  }\n  .ac-red-rule {\n    display: block;\n    width: 48px;\n    height: 3px;\n    background: var(--ac-red);\n    border-radius: 2px;\n    margin-bottom: 24px;\n  }\n\n  \/* ── Intro 2-col ── *\/\n  .ac-intro-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .ac-intro-copy {}\n  .ac-intro-specs-panel {\n    background: var(--ac-light-gray);\n    border-radius: var(--ac-radius-lg);\n    padding: 32px;\n    border-left: 4px solid var(--ac-red);\n  }\n  .ac-specs-title {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--ac-red);\n    margin-bottom: 20px;\n  }\n  .ac-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    padding: 10px 0;\n    border-bottom: 1px solid var(--ac-border);\n    gap: 16px;\n  }\n  .ac-spec-row:last-child { border-bottom: none; }\n  .ac-spec-key {\n    font-size: 14px;\n    color: var(--ac-warm-gray);\n    flex-shrink: 0;\n  }\n  .ac-spec-val {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--ac-charcoal);\n    text-align: right;\n  }\n\n  \/* ── Voltage Toggle Visual ── *\/\n  .ac-voltage-section {\n    background: var(--ac-charcoal);\n    padding: 56px 24px;\n  }\n  .ac-voltage-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .ac-voltage-cards {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-top: 36px;\n  }\n  .ac-voltage-card {\n    border-radius: var(--ac-radius-lg);\n    padding: 32px 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .ac-voltage-card--primary {\n    background: var(--ac-red);\n    color: var(--ac-white);\n  }\n  .ac-voltage-card--secondary {\n    background: #2e2e2e;\n    color: var(--ac-white);\n    border: 1px solid #444;\n  }\n  .ac-voltage-badge {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 20px;\n    margin-bottom: 20px;\n  }\n  .ac-voltage-card--primary .ac-voltage-badge {\n    background: rgba(255,255,255,0.2);\n    color: var(--ac-white);\n  }\n  .ac-voltage-card--secondary .ac-voltage-badge {\n    background: rgba(255,255,255,0.08);\n    color: rgba(255,255,255,0.7);\n  }\n  .ac-voltage-label {\n    font-family: var(--ac-font-display);\n    font-size: 42px;\n    font-weight: 700;\n    line-height: 1;\n    margin-bottom: 24px;\n  }\n  .ac-voltage-metric-list {\n    list-style: none;\n  }\n  .ac-voltage-metric-list li {\n    font-size: 15px;\n    padding: 8px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.12);\n    display: flex;\n    justify-content: space-between;\n  }\n  .ac-voltage-metric-list li:last-child { border-bottom: none; }\n  .ac-voltage-metric-list .ac-metric-key { opacity: 0.75; }\n  .ac-voltage-metric-list .ac-metric-val { font-weight: 700; }\n  .ac-voltage-note {\n    margin-top: 24px;\n    padding: 16px 20px;\n    background: rgba(135,21,37,0.25);\n    border-left: 3px solid var(--ac-red);\n    border-radius: var(--ac-radius-sm);\n    font-size: 14px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.6;\n  }\n\n  \/* ── 3-Mode Feature Grid ── *\/\n  .ac-modes-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-top: 36px;\n  }\n  .ac-mode-card {\n    background: var(--ac-white);\n    border: 1px solid var(--ac-border);\n    border-radius: var(--ac-radius-lg);\n    padding: 28px 24px;\n    transition: box-shadow 0.2s ease, border-color 0.2s ease;\n  }\n  .ac-mode-card:hover {\n    box-shadow: var(--ac-shadow-card);\n    border-color: var(--ac-red);\n  }\n  .ac-mode-label {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--ac-red);\n    border: 1px solid var(--ac-red);\n    border-radius: 20px;\n    padding: 3px 10px;\n    margin-bottom: 14px;\n  }\n  .ac-mode-title {\n    font-family: var(--ac-font-display);\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--ac-charcoal);\n    margin-bottom: 10px;\n  }\n  .ac-mode-desc {\n    font-size: 14px;\n    color: var(--ac-warm-gray);\n    line-height: 1.7;\n  }\n\n  \/* ── Precision Feature ── *\/\n  .ac-precision-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .ac-precision-feature-list {\n    margin-top: 24px;\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n  }\n  .ac-feature-item {\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n  }\n  .ac-feature-dot {\n    flex-shrink: 0;\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background: var(--ac-red);\n    margin-top: 7px;\n  }\n  .ac-feature-text {}\n  .ac-feature-title {\n    font-weight: 700;\n    font-size: 15px;\n    color: var(--ac-charcoal);\n    margin-bottom: 4px;\n  }\n  .ac-feature-desc {\n    font-size: 14px;\n    color: var(--ac-warm-gray);\n    line-height: 1.65;\n  }\n  .ac-precision-visual {\n    background: linear-gradient(145deg, var(--ac-charcoal) 0%, #3a0d14 100%);\n    border-radius: var(--ac-radius-lg);\n    padding: 40px 32px;\n    color: var(--ac-white);\n  }\n  .ac-precision-visual-title {\n    font-family: var(--ac-font-display);\n    font-size: 22px;\n    font-weight: 700;\n    margin-bottom: 28px;\n    color: var(--ac-white);\n  }\n  .ac-stat-block {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n  }\n  .ac-stat-item {}\n  .ac-stat-number {\n    font-size: 36px;\n    font-weight: 700;\n    color: var(--ac-white);\n    line-height: 1;\n  }\n  .ac-stat-unit {\n    font-size: 16px;\n    font-weight: 400;\n    color: rgba(255,255,255,0.6);\n  }\n  .ac-stat-desc {\n    font-size: 13px;\n    color: rgba(255,255,255,0.55);\n    margin-top: 4px;\n  }\n  .ac-stat-divider {\n    height: 1px;\n    background: rgba(255,255,255,0.12);\n  }\n\n  \/* ── Safety \u0026 Smart Cooling ── *\/\n  .ac-safety-section {\n    background: var(--ac-light-gray);\n    padding: 56px 24px;\n  }\n  .ac-safety-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .ac-safety-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 36px;\n  }\n  .ac-safety-card {\n    background: var(--ac-white);\n    border-radius: var(--ac-radius-lg);\n    padding: 28px 22px;\n    box-shadow: var(--ac-shadow-card);\n  }\n  .ac-safety-card-num {\n    font-family: var(--ac-font-display);\n    font-size: 40px;\n    font-weight: 700;\n    color: var(--ac-red);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .ac-safety-card-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--ac-charcoal);\n    margin-bottom: 8px;\n  }\n  .ac-safety-card-desc {\n    font-size: 14px;\n    color: var(--ac-warm-gray);\n    line-height: 1.65;\n  }\n\n  \/* ── Compatibility Block ── *\/\n  .ac-compat-section {\n    padding: 56px 24px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .ac-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n    margin-top: 32px;\n  }\n  .ac-compat-item {\n    background: var(--ac-charcoal);\n    color: var(--ac-white);\n    border-radius: var(--ac-radius-md);\n    padding: 24px 16px;\n    text-align: center;\n  }\n  .ac-compat-material {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--ac-white);\n    margin-top: 8px;\n  }\n  .ac-compat-detail {\n    font-size: 12px;\n    color: rgba(255,255,255,0.55);\n    margin-top: 4px;\n  }\n  .ac-compat-swatch {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    margin: 0 auto;\n  }\n  .ac-swatch-carbon   { background: #444; border: 2px solid #666; }\n  .ac-swatch-stainless { background: linear-gradient(135deg, #b0b8c1, #e8ecef); border: 2px solid #aaa; }\n  .ac-swatch-aluminum  { background: linear-gradient(135deg, #c8cdd2, #edf0f3); border: 2px solid #bbb; }\n  .ac-swatch-coated    { background: linear-gradient(135deg, #7a5c2e, #b89050); border: 2px solid #996633; }\n\n  \/* ── Who Is This For ── *\/\n  .ac-audience-section {\n    background: var(--ac-red);\n    padding: 56px 24px;\n  }\n  .ac-audience-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n  .ac-audience-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-top: 36px;\n  }\n  .ac-audience-card {\n    background: rgba(255,255,255,0.10);\n    border-radius: var(--ac-radius-lg);\n    padding: 28px 24px;\n    border: 1px solid rgba(255,255,255,0.18);\n  }\n  .ac-audience-type {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.65);\n    margin-bottom: 10px;\n  }\n  .ac-audience-title {\n    font-family: var(--ac-font-display);\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--ac-white);\n    margin-bottom: 10px;\n  }\n  .ac-audience-desc {\n    font-size: 14px;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.65;\n  }\n\n  \/* ── FAQ ── *\/\n  .ac-faq-section {\n    padding: 56px 24px;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n  .ac-faq-item {\n    border-bottom: 1px solid var(--ac-border);\n    padding: 20px 0;\n  }\n  .ac-faq-question {\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--ac-charcoal);\n    margin-bottom: 10px;\n    cursor: pointer;\n    position: relative;\n    padding-right: 24px;\n    user-select: none;\n  }\n  .ac-faq-question::after {\n    content: '+';\n    position: absolute;\n    right: 0;\n    top: 0;\n    font-size: 20px;\n    color: var(--ac-red);\n    font-weight: 400;\n    transition: transform 0.2s;\n  }\n  .ac-faq-item.ac-open .ac-faq-question::after {\n    transform: rotate(45deg);\n  }\n  .ac-faq-answer {\n    font-size: 15px;\n    color: var(--ac-warm-gray);\n    line-height: 1.75;\n    display: none;\n    padding-top: 4px;\n  }\n  .ac-faq-item.ac-open .ac-faq-answer {\n    display: block;\n  }\n\n  \/* ── Warranty Trust Bar ── *\/\n  .ac-trust-bar {\n    background: var(--ac-charcoal);\n    padding: 36px 24px;\n  }\n  .ac-trust-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: flex;\n    gap: 32px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  .ac-trust-item {\n    text-align: center;\n    color: var(--ac-white);\n    min-width: 140px;\n  }\n  .ac-trust-label {\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    color: rgba(255,255,255,0.5);\n    margin-bottom: 6px;\n  }\n  .ac-trust-value {\n    font-family: var(--ac-font-display);\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--ac-white);\n  }\n\n  \/* ── CTA Banner ── *\/\n  .ac-cta-banner {\n    background: linear-gradient(135deg, var(--ac-red-dark) 0%, var(--ac-red) 100%);\n    padding: 48px 24px;\n    text-align: center;\n    color: var(--ac-white);\n  }\n  .ac-cta-title {\n    font-family: var(--ac-font-display);\n    font-size: clamp(22px, 3.5vw, 32px);\n    font-weight: 700;\n    color: var(--ac-white);\n    margin-bottom: 12px;\n  }\n  .ac-cta-subtitle {\n    font-size: 16px;\n    color: rgba(255,255,255,0.80);\n    margin-bottom: 28px;\n  }\n  .ac-cta-btn {\n    display: inline-block;\n    background: var(--ac-white);\n    color: var(--ac-red);\n    font-size: 15px;\n    font-weight: 700;\n    padding: 14px 40px;\n    border-radius: 4px;\n    text-decoration: none;\n    letter-spacing: 0.04em;\n    transition: background 0.18s ease, color 0.18s ease;\n    cursor: pointer;\n    border: none;\n  }\n  .ac-cta-btn:hover {\n    background: var(--ac-charcoal);\n    color: var(--ac-white);\n  }\n\n  \/* ── Voltage section titles ── *\/\n  .ac-voltage-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.55);\n    margin-bottom: 10px;\n    display: block;\n  }\n  .ac-voltage-section-title {\n    font-family: var(--ac-font-display);\n    font-size: clamp(22px, 3.5vw, 32px);\n    font-weight: 700;\n    color: var(--ac-white);\n    line-height: 1.25;\n    margin-bottom: 8px;\n  }\n  .ac-voltage-section-body {\n    font-size: 15px;\n    color: rgba(255,255,255,0.65);\n    max-width: 560px;\n  }\n\n  \/* ── Audience section title overrides ── *\/\n  .ac-audience-section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.65);\n    margin-bottom: 10px;\n    display: block;\n  }\n  .ac-audience-section-title {\n    font-family: var(--ac-font-display);\n    font-size: clamp(22px, 3.5vw, 32px);\n    font-weight: 700;\n    color: var(--ac-white);\n    line-height: 1.25;\n    margin-bottom: 8px;\n  }\n  .ac-audience-section-body {\n    font-size: 15px;\n    color: rgba(255,255,255,0.78);\n    max-width: 560px;\n  }\n\n  \/* ── Responsive ── *\/\n  @media (max-width: 768px) {\n    .ac-intro-grid,\n    .ac-precision-grid {\n      grid-template-columns: 1fr;\n    }\n    .ac-voltage-cards {\n      grid-template-columns: 1fr;\n    }\n    .ac-modes-grid {\n      grid-template-columns: 1fr;\n    }\n    .ac-safety-cards {\n      grid-template-columns: 1fr;\n    }\n    .ac-compat-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n    .ac-audience-grid {\n      grid-template-columns: 1fr;\n    }\n    .ac-hero-divider { display: none; }\n    .ac-hero-stat-row { gap: 20px; }\n    .ac-precision-visual { margin-top: 8px; }\n  }\n\n  @media (max-width: 480px) {\n    .ac-compat-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n    .ac-trust-inner {\n      gap: 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ac-page-wrapper\"\u003e\n\u003c!-- ══ HERO ══ --\u003e\n\u003csection class=\"ac-hero\"\u003e\u003cspan class=\"ac-hero-eyebrow\"\u003eArccaptain HF Plasma Cutter\u003c\/span\u003e\n\u003ch1 class=\"ac-hero-headline\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e65-Amp Heavy-Duty Plasma Cutter Built for Real Work\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"ac-hero-subhead\"\u003eDual-voltage 110V\/220V power, three cutting modes, and a professional P80 torch — one machine that handles everything from sheet metal to heavy steel plate.\u003c\/p\u003e\n\u003cdiv class=\"ac-hero-stat-row\"\u003e\n\u003cdiv class=\"ac-hero-stat\"\u003e\n\u003cspan class=\"ac-hero-stat-number\"\u003e65A\u003c\/span\u003e \u003cspan class=\"ac-hero-stat-label\"\u003eMax Output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-hero-stat\"\u003e\n\u003cspan class=\"ac-hero-stat-number\"\u003e1‑3\/16\"\u003c\/span\u003e \u003cspan class=\"ac-hero-stat-label\"\u003eMax Cut\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-hero-stat\"\u003e\n\u003cspan class=\"ac-hero-stat-number\"\u003e3\/4\"\u003c\/span\u003e \u003cspan class=\"ac-hero-stat-label\"\u003eClean Cut\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-hero-stat\"\u003e\n\u003cspan class=\"ac-hero-stat-number\"\u003e110\/220V\u003c\/span\u003e \u003cspan class=\"ac-hero-stat-label\"\u003eDual Voltage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ INTRO + QUICK SPECS ══ --\u003e\n\u003csection class=\"ac-section-full\" style=\"padding: 56px 24px; background: var(--ac-white);\"\u003e\n\u003cdiv class=\"ac-intro-grid\"\u003e\n\u003cdiv class=\"ac-intro-copy\"\u003e\n\u003cspan class=\"ac-section-label\"\u003eThe Right Machine for the Job\u003c\/span\u003e \u003cspan class=\"ac-red-rule\"\u003e\u003c\/span\u003e\n\u003ch2 class=\"ac-section-title\"\u003ePro-Grade Cutting Power for the Home Shop\u003c\/h2\u003e\n\u003cp class=\"ac-section-body\"\u003eMost home-use plasma cutters max out at 40 or 50 amps and struggle with thick plate, painted surfaces, or rusty metal. The Arccaptain CUT65 delivers 65 amps of true cutting power — enough to handle heavy equipment repair, fabrication shop work, and demanding DIY projects without hesitation.\u003c\/p\u003e\n\u003cp class=\"ac-section-body\" style=\"margin-top: 16px;\"\u003eIt runs on both 110V household power and 220V shop power. Plug it in wherever you work, and scale the output to match the job. Whether you are cutting thin aluminum panels or slicing through inch-thick steel plate, this machine stays in control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-intro-specs-panel\"\u003e\n\u003cdiv class=\"ac-specs-title\"\u003eQuick Specs\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eOutput Current\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003e20A – 65A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eInput Voltage\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003e110V \/ 220V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eMax Cut (220V)\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003e1-3\/16\" (30mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eClean Cut (220V)\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003e3\/4\" (20mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eMax Cut (110V)\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003e5\/8\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eTorch Type\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003eP80 Professional\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eCutting Modes\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003ePlate \/ Expanded Metal \/ Rust Removal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eControl Modes\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003e2T \/ 4T, PA \/ PT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-spec-row\"\u003e\n\u003cspan class=\"ac-spec-key\"\u003eDisplay\u003c\/span\u003e \u003cspan class=\"ac-spec-val\"\u003eLarge LED (Amps, Air Pressure, Status)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ DUAL VOLTAGE ══ --\u003e\n\u003csection class=\"ac-voltage-section\"\u003e\n\u003cdiv class=\"ac-voltage-inner\"\u003e\n\u003cspan class=\"ac-voltage-section-label\"\u003eDual-Voltage Flexibility\u003c\/span\u003e\n\u003ch2 class=\"ac-voltage-section-title\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eOne Machine, Two Power Options\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp class=\"ac-voltage-section-body\"\u003eSimply flip the voltage selector to match the outlet in your garage, shop, or job site. No adapters, no separate machines.\u003c\/p\u003e\n\u003cdiv class=\"ac-voltage-cards\"\u003e\n\u003cdiv class=\"ac-voltage-card ac-voltage-card--primary\"\u003e\n\u003cspan class=\"ac-voltage-badge\"\u003eFull Power\u003c\/span\u003e\n\u003cdiv class=\"ac-voltage-label\"\u003e220V\u003c\/div\u003e\n\u003cul class=\"ac-voltage-metric-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ac-metric-key\"\u003eMax Cut\u003c\/span\u003e\u003cspan class=\"ac-metric-val\"\u003e1-3\/16\" (30mm)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ac-metric-key\"\u003eClean Cut\u003c\/span\u003e\u003cspan class=\"ac-metric-val\"\u003e3\/4\" (20mm)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ac-metric-key\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"ac-metric-val\"\u003eHeavy plate, fabrication, equipment repair\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ac-metric-key\"\u003eRecommended For\u003c\/span\u003e\u003cspan class=\"ac-metric-val\"\u003eMetals over 18mm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-voltage-card ac-voltage-card--secondary\"\u003e\n\u003cspan class=\"ac-voltage-badge\"\u003eHousehold Ready\u003c\/span\u003e\n\u003cdiv class=\"ac-voltage-label\"\u003e110V\u003c\/div\u003e\n\u003cul class=\"ac-voltage-metric-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ac-metric-key\"\u003eMax Cut\u003c\/span\u003e\u003cspan class=\"ac-metric-val\"\u003e5\/8\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ac-metric-key\"\u003eClean Cut\u003c\/span\u003e\u003cspan class=\"ac-metric-val\"\u003e7\/16\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ac-metric-key\"\u003eBest For\u003c\/span\u003e\u003cspan class=\"ac-metric-val\"\u003eSheet metal, thinner stock, everyday DIY\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ac-metric-key\"\u003ePower Source\u003c\/span\u003e\u003cspan class=\"ac-metric-val\"\u003eStandard garage outlet\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-voltage-note\"\u003e\n\u003cstrong style=\"color: rgba(255,255,255,0.9);\"\u003eTip:\u003c\/strong\u003e For metals thicker than 18mm (about 11\/16\"), use a stable 220V circuit for best results. Unstable voltage can reduce cutting performance. Contact Arccaptain support if you need help checking your input power.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ 3 CUTTING MODES ══ --\u003e\n\u003csection class=\"ac-section\"\u003e\u003cspan class=\"ac-section-label\"\u003eVersatility Built In\u003c\/span\u003e \u003cspan class=\"ac-red-rule\"\u003e\u003c\/span\u003e\n\u003ch2 class=\"ac-section-title\"\u003eThree Cutting Modes for Three Different Jobs\u003c\/h2\u003e\n\u003cp class=\"ac-section-body\"\u003eMost plasma cutters have one mode. The CUT65 has three — so you are never fighting the machine to get a clean result on challenging material.\u003c\/p\u003e\n\u003cdiv class=\"ac-modes-grid\"\u003e\n\u003cdiv class=\"ac-mode-card\"\u003e\n\u003cspan class=\"ac-mode-label\"\u003eMode 1\u003c\/span\u003e\n\u003cdiv class=\"ac-mode-title\"\u003ePlate Cutting\u003c\/div\u003e\n\u003cp class=\"ac-mode-desc\"\u003eDelivers clean, stable cuts on flat metal plate. Ideal for straight-line cuts, templates, structural work, and any job where a smooth edge matters. The standard mode for everyday fabrication and repair tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-mode-card\"\u003e\n\u003cspan class=\"ac-mode-label\"\u003eMode 2\u003c\/span\u003e\n\u003cdiv class=\"ac-mode-title\"\u003eExpanded Metal\u003c\/div\u003e\n\u003cp class=\"ac-mode-desc\"\u003eMaintains a consistent arc as the torch crosses open voids in mesh and grating. Without this mode, a conventional plasma arc can extinguish at every gap. Expanded Metal mode keeps cutting smoothly from start to finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-mode-card\"\u003e\n\u003cspan class=\"ac-mode-label\"\u003eMode 3\u003c\/span\u003e\n\u003cdiv class=\"ac-mode-title\"\u003eRust Removal\u003c\/div\u003e\n\u003cp class=\"ac-mode-desc\"\u003eQuickly blasts away surface rust, old paint, and thick coatings to expose clean base metal — without cutting through the part. Prepare steel for welding or cutting in a fraction of the time it takes with a grinder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ PRECISION + DISPLAY ══ --\u003e\n\u003csection class=\"ac-section-full\" style=\"padding: 56px 24px; background: var(--ac-light-gray);\"\u003e\n\u003cdiv class=\"ac-precision-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ac-section-label\"\u003eTorch and Control\u003c\/span\u003e \u003cspan class=\"ac-red-rule\"\u003e\u003c\/span\u003e\n\u003ch2 class=\"ac-section-title\"\u003ePrecise Cuts, Start to Finish\u003c\/h2\u003e\n\u003cp class=\"ac-section-body\"\u003eAccuracy depends on the torch in your hand and the information in front of your eyes. The CUT65 delivers on both.\u003c\/p\u003e\n\u003cdiv class=\"ac-precision-feature-list\"\u003e\n\u003cdiv class=\"ac-feature-item\"\u003e\n\u003cdiv class=\"ac-feature-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-feature-text\"\u003e\n\u003cdiv class=\"ac-feature-title\"\u003eP80 Professional Torch\u003c\/div\u003e\n\u003cp class=\"ac-feature-desc\"\u003eA high-performance P80 torch provides stable arc output and smooth cut quality. It runs cooler and lasts longer than the standard torches found on entry-level machines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-feature-item\"\u003e\n\u003cdiv class=\"ac-feature-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-feature-text\"\u003e\n\u003cdiv class=\"ac-feature-title\"\u003eRoller Guide Wheel Included\u003c\/div\u003e\n\u003cp class=\"ac-feature-desc\"\u003eClip on the roller guide to maintain a consistent standoff distance between the torch tip and the metal. The result is a straighter cut line — especially useful on long runs and repeated cuts where drift adds up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-feature-item\"\u003e\n\u003cdiv class=\"ac-feature-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-feature-text\"\u003e\n\u003cdiv class=\"ac-feature-title\"\u003e2T \/ 4T Trigger Control\u003c\/div\u003e\n\u003cp class=\"ac-feature-desc\"\u003e2T mode works like a standard hold-to-cut trigger. 4T lets you lock the arc on so you can focus on guiding the torch without keeping the trigger depressed — a real benefit on long cuts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-feature-item\"\u003e\n\u003cdiv class=\"ac-feature-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-feature-text\"\u003e\n\u003cdiv class=\"ac-feature-title\"\u003eLarge LED Display\u003c\/div\u003e\n\u003cp class=\"ac-feature-desc\"\u003eThe biggest LED display in its class shows amperage, air pressure, and system status at a glance. No guessing about your settings — everything is visible from across a workbench.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-precision-visual\"\u003e\n\u003cdiv class=\"ac-precision-visual-title\"\u003eAt a Glance\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-block\"\u003e\n\u003cdiv class=\"ac-stat-item\"\u003e\n\u003cdiv class=\"ac-stat-number\"\u003eP80 \u003cspan class=\"ac-stat-unit\"\u003eTorch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-desc\"\u003eProfessional-grade arc stability and extended tip life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-item\"\u003e\n\u003cdiv class=\"ac-stat-number\"\u003e2T\/4T \u003cspan class=\"ac-stat-unit\"\u003eModes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-desc\"\u003eFlexible trigger control for short or long continuous cuts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-item\"\u003e\n\u003cdiv class=\"ac-stat-number\"\u003eLED \u003cspan class=\"ac-stat-unit\"\u003eDisplay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-desc\"\u003eLargest in class — real-time amps, pressure, and status\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-item\"\u003e\n\u003cdiv class=\"ac-stat-number\"\u003ePA\/PT \u003cspan class=\"ac-stat-unit\"\u003eSupport\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-stat-desc\"\u003eWorks with both pilot arc and contact start configurations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ COMPATIBLE METALS ══ --\u003e\n\u003csection class=\"ac-compat-section\"\u003e\u003cspan class=\"ac-section-label\"\u003eMaterial Compatibility\u003c\/span\u003e \u003cspan class=\"ac-red-rule\"\u003e\u003c\/span\u003e\n\u003ch2 class=\"ac-section-title\"\u003eCuts What You Work With\u003c\/h2\u003e\n\u003cp class=\"ac-section-body\"\u003eThe CUT65 is not limited to clean, new stock. It handles the real-world materials found on job sites and in home workshops.\u003c\/p\u003e\n\u003cdiv class=\"ac-compat-grid\"\u003e\n\u003cdiv class=\"ac-compat-item\"\u003e\n\u003cdiv class=\"ac-compat-swatch ac-swatch-carbon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-material\"\u003eCarbon Steel\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-detail\"\u003eStructural, plate, and tube stock\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-item\"\u003e\n\u003cdiv class=\"ac-compat-swatch ac-swatch-stainless\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-material\"\u003eStainless Steel\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-detail\"\u003eClean cuts with minimal heat distortion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-item\"\u003e\n\u003cdiv class=\"ac-compat-swatch ac-swatch-aluminum\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-material\"\u003eAluminum\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-detail\"\u003eSheet, plate, and extrusion profiles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-item\"\u003e\n\u003cdiv class=\"ac-compat-swatch ac-swatch-coated\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-material\"\u003ePainted, Coated and Rusty Metal\u003c\/div\u003e\n\u003cdiv class=\"ac-compat-detail\"\u003eNo need to grind first — cuts through surface conditions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ SAFETY ══ --\u003e\n\u003csection class=\"ac-safety-section\"\u003e\n\u003cdiv class=\"ac-safety-inner\"\u003e\n\u003cspan class=\"ac-section-label\"\u003eSmart Cooling and Protection\u003c\/span\u003e \u003cspan class=\"ac-red-rule\"\u003e\u003c\/span\u003e\n\u003ch2 class=\"ac-section-title\"\u003eBuilt to Last Through Long Workdays\u003c\/h2\u003e\n\u003cp class=\"ac-section-body\"\u003eThe cooling system and protection circuits in the CUT65 are designed to keep the machine running safely and efficiently — even during extended use in dusty shop environments.\u003c\/p\u003e\n\u003cdiv class=\"ac-safety-cards\"\u003e\n\u003cdiv class=\"ac-safety-card\"\u003e\n\u003cdiv class=\"ac-safety-card-num\"\u003e35%\u003c\/div\u003e\n\u003cdiv class=\"ac-safety-card-title\"\u003eQuieter Fan Operation\u003c\/div\u003e\n\u003cp class=\"ac-safety-card-desc\"\u003eThe intelligent fan only runs when the machine actually needs cooling. That means up to 35% less fan noise compared to always-on designs — and less wear on the fan motor over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-safety-card\"\u003e\n\u003cdiv class=\"ac-safety-card-num\"\u003e45%\u003c\/div\u003e\n\u003cdiv class=\"ac-safety-card-title\"\u003eLonger Machine Life\u003c\/div\u003e\n\u003cp class=\"ac-safety-card-desc\"\u003eDemand-based cooling combined with IGBT inverter technology extends the machine's service life by up to 45%. That is a significant difference when you are using this tool for years of daily shop work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-safety-card\"\u003e\n\u003cdiv class=\"ac-safety-card-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"ac-safety-card-title\"\u003eBuilt-In Protection Systems\u003c\/div\u003e\n\u003cp class=\"ac-safety-card-desc\"\u003eOverload, overheating, overcurrent, and IGBT low-voltage protection all monitor the machine in real time. Clear error alerts on the LED display tell you exactly what needs attention — no guesswork.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ WHO IS IT FOR ══ --\u003e\n\u003csection class=\"ac-audience-section\"\u003e\n\u003cdiv class=\"ac-audience-inner\"\u003e\n\u003cspan class=\"ac-audience-section-label\"\u003eMade For You\u003c\/span\u003e\n\u003ch2 class=\"ac-audience-section-title\"\u003eWho Uses the CUT65 HF\u003c\/h2\u003e\n\u003cp class=\"ac-audience-section-body\"\u003eThe CUT65 was designed to handle the full range of cutting jobs — from weekend projects to professional-grade production work.\u003c\/p\u003e\n\u003cdiv class=\"ac-audience-grid\"\u003e\n\u003cdiv class=\"ac-audience-card\"\u003e\n\u003cdiv class=\"ac-audience-type\"\u003eHome Workshop\u003c\/div\u003e\n\u003cdiv class=\"ac-audience-title\"\u003eSerious DIYers and Home Fabricators\u003c\/div\u003e\n\u003cp class=\"ac-audience-desc\"\u003eYou want a machine that can handle real projects — trailers, truck beds, brackets, frames — not just thin sheet metal. The CUT65 runs on your garage's 110V outlet and upgrades to 220V when you are ready for heavier work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-audience-card\"\u003e\n\u003cdiv class=\"ac-audience-type\"\u003eSmall Fabrication Shop\u003c\/div\u003e\n\u003cdiv class=\"ac-audience-title\"\u003eShop Owners and Metal Fabricators\u003c\/div\u003e\n\u003cp class=\"ac-audience-desc\"\u003eWhen you need reliable production-level cutting without the cost of an industrial unit, the CUT65 delivers. Three modes, a professional P80 torch, and a roller guide wheel keep output consistent across a full day of cuts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-audience-card\"\u003e\n\u003cdiv class=\"ac-audience-type\"\u003eFarm and Ranch\u003c\/div\u003e\n\u003cdiv class=\"ac-audience-title\"\u003eAgricultural and Equipment Repair\u003c\/div\u003e\n\u003cp class=\"ac-audience-desc\"\u003eFarm equipment is old, painted, and rusty. The CUT65 handles all of it. Rust Removal mode cleans the surface, then Plate Cutting mode makes the cut — without a grinder in between.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ac-audience-card\"\u003e\n\u003cdiv class=\"ac-audience-type\"\u003eAutomotive\u003c\/div\u003e\n\u003cdiv class=\"ac-audience-title\"\u003eAuto Restoration and Bodywork\u003c\/div\u003e\n\u003cp class=\"ac-audience-desc\"\u003eCutting out rusted floor pans, trimming patch panels, or slicing through a roll cage — the CUT65 gives you the control and precision that automotive work demands, whether you are working from home or in a body shop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Arccaptain","offers":[{"title":"Default Title","offer_id":46034280316985,"sku":"140US160024","price":469.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/1_1.webp?v=1782112035","url":"https:\/\/www.arccaptain.com\/products\/cut65-hf-65amp-plasma-cutter","provider":"Arccaptain Welder","version":"1.0","type":"link"}