← Back to catalog
Content Blocks Live

sa-cva-faq-accordion v2026-06-10

Native details/summary FAQ accordion with plus/minus markers, Georgia/Times New Roman H2, and optional FAQPage JSON-LD.

Source skill: sa-cva-faq-accordion · Updated 2026-06-10 16:47:57

Edit

Live preview

Open ↗

When to use

Add a frequently-asked-questions accordion with structured-data support.

Rules & constraints

Live reference

https://aguiarinjurylawyers.com/practice-areas/commercial-vehicle-accidents/

Deployment notes

Packaged from the commercial-vehicle-accidents page. Host page must load the Poppins Google Fonts link. VISUAL TRUTH SOURCE for SAIL Design Foundation v1 — do not redesign or recolor.

HTML

<!-- ==================== FAQ ==================== -->
<section class="cva-faq" aria-labelledby="cva-faq-h">
  <h2 id="cva-faq-h">Commercial Vehicle Accident FAQs</h2>
  <details open><summary>What counts as a commercial vehicle in Kentucky?</summary><p>Any vehicle a business owns, leases, or operates for work, semis and tractor-trailers, box and straight trucks, delivery vans, work and fleet trucks, buses and shuttles, dump trucks, and tankers. What matters for your claim is that the vehicle was being used for business when the crash happened, because that brings the company and its commercial insurance into the case.</p></details>
  <details><summary>Who can be held responsible after a commercial vehicle crash?</summary><p>Often more than one party. Beyond the driver, that can include the employer or vehicle owner (under <em>respondeat superior</em>), a separate motor carrier or contractor, a maintenance vendor, or a cargo loader. Kentucky uses pure comparative fault under <a href="https://apps.legislature.ky.gov/law/statutes/statute.aspx?id=17782" target="_blank" rel="noopener">KRS 411.182</a>, so responsibility can be split among several parties, and each one's insurance may be reachable.</p></details>
  <details><summary>How is a commercial vehicle claim different from a regular car accident claim?</summary><p>Three ways: there are usually multiple defendants, the insurance policies are larger (which means a more aggressive defense), and the key proof, driver logs, black-box data, maintenance and employment files, sits with the company and can be overwritten on a schedule. These cases reward early, aggressive evidence preservation.</p></details>
  <details><summary>What should I do after a commercial vehicle crash?</summary><p>Get medical care and follow through on it, report the crash, and photograph the scene and the vehicle markings (company name, DOT number) if you safely can. Then talk to a lawyer quickly, a spoliation letter needs to go out before logs, footage, and telematics are recycled.</p></details>
  <details><summary>How long do I have to file a claim in Kentucky?</summary><p>Kentucky's Motor Vehicle Reparations Act (<a href="https://apps.legislature.ky.gov/law/statutes/statute.aspx?id=45816" target="_blank" rel="noopener">KRS 304.39-230</a>) generally gives two years from the crash or from the last basic reparation (PIP) payment, whichever is later. Other deadlines can apply depending on the facts and the parties involved, so the safe move is to confirm yours with a lawyer early rather than assume. See our <a href="https://aguiarinjurylawyers.com/resources/kentucky-statute-of-limitations/">Kentucky statute of limitations guide</a>.</p></details>
  <details><summary>What does it cost to hire Sam Aguiar for a commercial vehicle case?</summary><p>Nothing up front. We work on contingency, $0 Out-Of-Pocket Forever, and you only pay if we win. On top of that, the Bigger Share Guarantee&reg; means you keep a bigger share of the recovery.</p></details>
</section>

<!-- FAQPage JSON-LD template - uncomment and populate before going live.
     Check that Rank Math / Yoast has not already injected a FAQPage block for this page.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What counts as a commercial vehicle in Kentucky?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Any vehicle a business owns, leases, or operates for work -- semis and tractor-trailers, box and straight trucks, delivery vans, work and fleet trucks, buses and shuttles, dump trucks, and tankers. What matters for your claim is that the vehicle was being used for business when the crash happened, which brings the company and its commercial insurance into the case."
      }
    },
    {
      "@type": "Question",
      "name": "Who can be held responsible after a commercial vehicle crash?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Often more than one party. Beyond the driver, that can include the employer or vehicle owner under respondeat superior, a separate motor carrier or contractor, a maintenance vendor, or a cargo loader. Kentucky uses pure comparative fault under KRS 411.182, so responsibility can be split among several parties and each one's insurance may be reachable."
      }
    },
    {
      "@type": "Question",
      "name": "How is a commercial vehicle claim different from a regular car accident claim?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "There are usually multiple defendants, the insurance policies are larger and more aggressively defended, and the key proof -- driver logs, black-box data, maintenance and employment files -- sits with the company and can be overwritten on a schedule. These cases reward early evidence preservation."
      }
    },
    {
      "@type": "Question",
      "name": "What should I do after a commercial vehicle crash?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Get medical care and follow through on it, report the crash, and photograph the scene and the vehicle markings such as company name and DOT number if you safely can. Then talk to a lawyer quickly so a spoliation letter goes out before logs, footage, and telematics are recycled."
      }
    },
    {
      "@type": "Question",
      "name": "How long do I have to file a claim in Kentucky?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Kentucky's Motor Vehicle Reparations Act (KRS 304.39-230) generally allows two years from the crash or from the last basic reparation (PIP) payment, whichever is later. Other deadlines can apply depending on the facts and parties, so confirm yours with a lawyer early."
      }
    },
    {
      "@type": "Question",
      "name": "What does it cost to hire Sam Aguiar for a commercial vehicle case?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Nothing up front. We work on contingency with $0 Out-Of-Pocket Forever, and you only pay if we win. The Bigger Share Guarantee means you keep a bigger share of the recovery."
      }
    }
  ]
}
</script>
-->

CSS

:root{
  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;
  --sail-orange:#D97706; --sail-orange-deep:#B45309;
  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;
  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;
  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;
  --container:1180px;
}
/* ---------- FAQ ---------- */
.cva-faq{max-width:880px;margin:0 auto;padding:clamp(56px,8vw,96px) 24px;}
.cva-faq h2{font-family:var(--font-display);font-weight:600;font-size:clamp(28px,3.4vw,40px);text-align:center;margin:0 0 32px;}
.cva-faq details{border-bottom:1px solid var(--sail-rule);}
.cva-faq summary{font-weight:600;font-size:18px;cursor:pointer;padding:20px 36px 20px 0;position:relative;list-style:none;}
.cva-faq summary::-webkit-details-marker{display:none;}
.cva-faq summary::after{content:"+";position:absolute;right:4px;top:18px;font-size:24px;color:var(--sail-orange);font-weight:400;}
.cva-faq details[open] summary::after{content:"\2013";}
.cva-faq details p{margin:0 0 20px;color:#33424b;}

/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */
.cva-faq h1,.cva-faq h2,.cva-faq h3{text-transform:uppercase !important;text-align:center !important;}
.cva-faq .cva-btn,.cva-faq .cva-btn--primary,.cva-faq .cva-btn--ghost,.cva-faq .sa-cta-banner-btn,.cva-faq .sa-sidebar-btn,.cva-faq .sa-side-btn,.cva-faq .sa-submit-btn,.cva-faq .sa-bsg-cta,.cva-faq .sa-hero-cta,.cva-faq .sa-partner-btn,.cva-faq .sa-btn,.cva-faq .sa-cta,.cva-faq .sa-cta-btn,.cva-faq .btn{text-transform:uppercase !important;text-align:center !important;}