/* Cui Law Group brand tokens — re-declared inside .ge-article so the
* scoped block reads correctly even when the host theme does not use
* these variable names. Numbers track the v2 theme’s globals.css. */
.ge-article {
–ge-charcoal: #1a2744;
–ge-charcoal-light: #253453;
–ge-taupe: #c4972a;
–ge-taupe-light: #d4a73a;
–ge-taupe-muted: rgba(196, 151, 42, 0.10);
–ge-warm-white: #f5f6f8;
–ge-text-secondary: #4a4a4a;
–ge-text-light: #888888;
–ge-border: #e0e0e0;
–ge-border-light: #f0f0f0;
–ge-serif: ‘Playfair Display’, ‘Noto Serif SC’, Georgia, serif;
–ge-sans: ‘Noto Sans SC’, ‘DM Sans’, -apple-system, BlinkMacSystemFont, sans-serif;
–ge-mono: ‘DM Sans’, sans-serif;
font-family: var(–ge-sans);
font-size: 0.95rem;
line-height: 1.85;
color: var(–ge-text-secondary);
font-weight: 300;
}
.ge-article p { margin: 0 0 18px; }
.ge-article a {
color: var(–ge-taupe);
text-decoration: underline;
text-underline-offset: 2px;
}
.ge-article a:hover { color: var(–ge-charcoal); }
.ge-article strong { font-weight: 500; color: var(–ge-charcoal); }
.ge-article em { font-style: italic; }
/* Section hierarchy — serif charcoal, generous breathing room */
.ge-article h1, .ge-article h2, .ge-article h3,
.ge-article h4, .ge-article h5, .ge-article h6 {
font-family: var(–ge-serif);
font-weight: 600;
color: var(–ge-charcoal);
line-height: 1.35;
}
.ge-article h1 { font-size: 1.6rem; margin: 44px 0 18px; line-height: 1.3; }
.ge-article h2 { font-size: 1.4rem; margin: 44px 0 16px; }
.ge-article h3 { font-size: 1.15rem; margin: 32px 0 12px; }
.ge-article h4 { font-size: 1rem; margin: 24px 0 10px; }
.ge-article h2:first-child,
.ge-article h1:first-child { margin-top: 0; }
/* Lede — first paragraph stands out a touch */
.ge-article > p.ge-lede {
font-size: 1.05rem;
line-height: 1.85;
font-weight: 400;
color: var(–ge-charcoal-light);
}
/* Lists — taupe filled-circle marker via ::before so theme list-style
* resets cannot hide bullets */
.ge-article ul,
.ge-article ol {
margin: 14px 0 22px 0;
padding-left: 1.5em;
}
.ge-article li { margin: 0 0 6px; }
.ge-article ul > li { list-style: none; position: relative; }
.ge-article ul > li::before {
content: “”;
position: absolute;
left: -1em;
top: 0.65em;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(–ge-taupe);
opacity: 0.85;
}
.ge-article ol > li { list-style: decimal; color: var(–ge-text-secondary); }
.ge-article ol > li::marker { color: var(–ge-taupe); font-variant-numeric: tabular-nums; }
/* Pull-quote blockquote */
.ge-article blockquote {
margin: 22px 0;
padding: 14px 20px;
border-left: 3px solid var(–ge-taupe);
background: var(–ge-warm-white);
color: var(–ge-text-secondary);
font-style: italic;
}
.ge-article blockquote p:last-child { margin-bottom: 0; }
/* Code */
.ge-article code {
background: rgba(26, 39, 68, 0.05);
padding: 2px 6px;
border-radius: 4px;
font-size: 0.88em;
font-family: ui-monospace, “SF Mono”, Menlo, monospace;
}
.ge-article pre {
background: rgba(26, 39, 68, 0.04);
padding: 1em 1.15em;
border-radius: 8px;
overflow-x: auto;
font-size: 0.88em;
}
.ge-article pre code { background: transparent; padding: 0; }
/* Tables */
.ge-article table {
width: 100%;
border-collapse: collapse;
margin: 1.5em 0;
font-size: 0.92em;
}
.ge-article th, .ge-article td {
text-align: left;
padding: 0.55em 0.7em;
border-bottom: 1px solid var(–ge-border-light);
}
.ge-article th { font-weight: 600; color: var(–ge-charcoal); }
/* Byline — DM Sans tracked uppercase, taupe accent */
.ge-article .ge-byline {
font-family: var(–ge-mono);
font-size: 0.72rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(–ge-text-light);
margin: 0 0 0.6em;
font-weight: 500;
}
.ge-article .ge-byline strong { color: var(–ge-charcoal); font-weight: 600; }
.ge-article .ge-byline-rule {
border: 0;
border-top: 1px solid var(–ge-border);
margin: 0 0 2em;
width: 100%;
}
/* Imagery */
.ge-article figure { margin: 2em 0; text-align: center; }
.ge-article figure.ge-hero { margin: 0.5em 0 2.5em; }
.ge-article figure img {
display: block;
width: 100%;
height: auto;
max-height: 380px;
object-fit: cover;
border-radius: 8px;
}
.ge-article figure.ge-inline img { max-height: 320px; }
.ge-article figcaption {
font-size: 0.78em;
font-style: italic;
color: var(–ge-text-light);
margin-top: 0.55em;
font-family: var(–ge-mono);
}
.ge-article figcaption a { color: var(–ge-text-light); text-decoration: none; }
.ge-article figcaption a:hover { color: var(–ge-taupe); }
/* End-of-article mark */
.ge-article .ge-end {
text-align: center;
letter-spacing: 0.6em;
color: var(–ge-taupe);
opacity: 0.5;
margin: 3em 0 2em;
font-size: 1.2em;
}
/* CTA card — warm-white surface + taupe primary action */
.ge-article .ge-cta {
margin: 2em 0 1em;
padding: 26px 28px 24px;
background: var(–ge-warm-white);
border: 1px solid var(–ge-border-light);
border-radius: 14px;
}
.ge-article .ge-cta h3 {
margin: 0 0 6px;
font-size: 1.2rem;
font-family: var(–ge-serif);
color: var(–ge-charcoal);
font-weight: 600;
}
.ge-article .ge-cta-rule {
border: 0;
border-top: 2px solid var(–ge-taupe);
width: 36px;
margin: 0 0 12px;
}
.ge-article .ge-cta p {
margin: 0 0 14px;
color: var(–ge-text-secondary);
font-weight: 300;
}
.ge-article .ge-cta-actions { margin: 0; }
.ge-article .ge-cta-btn {
display: inline-block;
padding: 11px 22px;
border-radius: 4px;
font-family: var(–ge-sans);
font-weight: 600;
font-size: 0.9rem;
text-decoration: none;
margin-right: 8px;
margin-bottom: 8px;
}
.ge-article .ge-cta-btn-primary {
background: var(–ge-taupe);
color: #fff;
border: 0;
}
.ge-article .ge-cta-btn-primary:hover { background: var(–ge-taupe-light); color: #fff; }
.ge-article .ge-cta-btn-primary > span { color: #fff; }
.ge-article .ge-cta-btn-secondary {
background: transparent;
color: var(–ge-charcoal);
border: 1.5px solid var(–ge-border);
}
.ge-article .ge-cta-btn-secondary:hover { border-color: var(–ge-taupe); color: var(–ge-taupe); }
/* —– Sticky top CTA banner ———————————————
* Always-visible call-to-action so the visitor never has to scroll back
* to the bottom CTA card. Rendered as a sibling of `.ge-article` so any
* theme-applied transforms on the article wrapper do not break the
* fixed-positioning containing block. The banner stays hidden until the
* visitor has scrolled past the lede (~280 px) — no point covering the
* headline on first paint.
*
* Colours are deliberately fixed (dark bar, light text) rather than
* derived from `currentColor`, because the banner is overlaid on the
* page and needs guaranteed contrast even on dark themes.
*/
.ge-sticky-cta {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
background: rgba(20, 20, 20, .94);
color: #fff;
font: 500 0.95em/1.4 -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif;
padding: 0.7em 1em;
display: flex;
align-items: center;
gap: 0.85em;
box-shadow: 0 2px 14px rgba(0, 0, 0, .18);
transform: translateY(-105%);
transition: transform .25s ease-out;
-webkit-backdrop-filter: saturate(140%) blur(8px);
backdrop-filter: saturate(140%) blur(8px);
}
.ge-sticky-cta[data-ge-visible=”true”] { transform: translateY(0); }
.ge-sticky-cta-text { flex: 1 1 auto; min-width: 0; }
.ge-sticky-cta-text strong { font-weight: 600; }
.ge-sticky-cta-sub {
display: block;
font-size: 0.82em;
opacity: 0.7;
margin-top: 0.1em;
}
.ge-sticky-cta-actions { display: flex; gap: 0.45em; align-items: center; flex: 0 0 auto; }
.ge-sticky-cta-btn {
display: inline-block;
padding: 0.55em 1.1em;
border-radius: 4px;
font-weight: 600;
font-size: 0.92em;
text-decoration: none;
background: #fff;
color: #111;
border: 0;
cursor: pointer;
white-space: nowrap;
}
.ge-sticky-cta-btn-secondary {
background: transparent;
color: #fff;
border: 1px solid rgba(255, 255, 255, .35);
}
.ge-sticky-cta-dismiss {
background: transparent;
border: 0;
color: rgba(255, 255, 255, .55);
font-size: 1.4em;
line-height: 1;
cursor: pointer;
padding: 0 0.2em;
margin-left: 0.2em;
}
.ge-sticky-cta-dismiss:hover { color: #fff; }
@media (max-width: 560px) {
.ge-sticky-cta-sub { display: none; }
.ge-sticky-cta { padding: 0.55em 0.7em; gap: 0.5em; font-size: 0.88em; }
.ge-sticky-cta-btn { padding: 0.5em 0.8em; }
}
(function () {
if (window.__geStickyCtaInit) return;
window.__geStickyCtaInit = true;
var bar = document.querySelector(‘.ge-sticky-cta’);
if (!bar) return;
var STORAGE_KEY = ‘ge_sticky_cta_dismissed’;
var SHOW_AFTER = 280;
var dismissed = false;
try { dismissed = sessionStorage.getItem(STORAGE_KEY) === ‘1’; } catch (e) {}
if (dismissed) return;
function tick() {
if (dismissed) return;
var y = window.scrollY || window.pageYOffset || 0;
bar.setAttribute(‘data-ge-visible’, y > SHOW_AFTER ? ‘true’ : ‘false’);
}
window.addEventListener(‘scroll’, tick, { passive: true });
tick();
var dismiss = bar.querySelector(‘.ge-sticky-cta-dismiss’);
if (dismiss) dismiss.addEventListener(‘click’, function () {
dismissed = true;
bar.setAttribute(‘data-ge-visible’, ‘false’);
try { sessionStorage.setItem(STORAGE_KEY, ‘1’); } catch (e) {}
});
})();
description: "Learn practical California bicycle accident settlement negotiation tips, including fault rules, evidence, damages, and filing deadlines."
author: "Default site"
date: "2026-05-13"
California Bicycle Accident Settlement Negotiation Tips
California bicycle accident settlement negotiation tips start with three things: prove fault, document every loss, and do not miss deadlines. In California, your recovery can be reduced by your share of fault, but it usually is not barred just because you were partly responsible.
If you were hurt in a bike crash, settlement talks often turn on details that seem small at first. A close pass, a sudden turn, road debris, or a missing witness can change how an insurer values the claim. This article gives general information about how these cases are commonly evaluated in California and what to do before you negotiate.
You should also think about timing. A strong demand package sent too early can miss future treatment. A late claim can miss the filing deadline altogether. If you need more background, you can read about the firm’s personal injury services, about page, and contact options.
How Does California Comparative Fault Affect a Bicycle Accident Settlement?
California uses pure comparative fault. That means your settlement can be reduced by your percentage of blame, but you may still recover damages even if you were partly at fault. This rule comes from Li v. Yellow Cab Co. (1975) and fits with California’s general negligence statute, Civil Code § 1714.
In plain English, comparative fault asks: who caused what share of the crash?
A driver may argue that you:
- rode outside the bike lane without reason
- turned unexpectedly
- failed to use lights at night
- were distracted
- entered traffic unsafely
You may argue that the driver:
- passed too closely under California Vehicle Code § 21760
- turned unsafely under Vehicle Code § 22107
- changed lanes unsafely under § 21658
- drove too fast for conditions under § 22350
For cyclists, Vehicle Code § 21200(a) matters because it says bicyclists generally have the same rights and duties as drivers, except where bicycle-specific rules apply. That can help and hurt in negotiations. It helps because insurers cannot treat a cyclist like a second-class road user. It can hurt because the insurer may comb through every traffic rule and claim you broke one.
Here is why comparative fault matters so much in settlement talks. If your total damages are valued at $100,000 and the insurer says you were 25% at fault, it may argue the claim is worth $75,000. If there are multiple defendants, Civil Code § 1431.2 also matters. Under that statute, non-economic damages like pain and suffering are typically several only, meaning each defendant pays that share in proportion to fault. Economic damages, such as medical bills and wage loss, can be treated differently.
That is one reason fault allocation should never be an afterthought.
Practical negotiation tips on fault
-
Tie fault arguments to a rule or fact.
Do not just say, “The driver was careless.” Say the driver crossed into your path, failed to leave 3 feet under Vehicle Code § 21760, or made an unsafe movement under § 22107. -
Do not admit fault casually.
Statements made at the scene or to an adjuster can be used later. Stick to facts. -
Address weak points directly.
If you were not riding as close as practicable to the right under § 21202, explain why. Parked cars, debris, or lane width may matter. -
Use photos and scene details.
Comparative fault often rises or falls on roadway layout, sight lines, and impact points.
If a city or county may share fault because of a dangerous road condition, the analysis changes again. Government Code § 835 may apply, and Government Code § 911.2 generally creates a much shorter 6-month claim deadline for injury claims against a public entity.
What Evidence Should You Gather Before Negotiating?
A bicycle injury claim is only as strong as its proof. Before serious negotiations begin, gather evidence that shows how the crash happened, how badly you were hurt, and how the injuries affected your work and daily life.
Start with the basics:
- collision or police report
- photos of the scene
- photos of your bicycle and helmet
- body cam, dash cam, or helmet cam footage
- witness names and contact information
- medical records and bills
- proof of missed work
- repair or replacement estimates for the bike and gear
Why early evidence matters
Insurers often decide fault fast. If they get the driver’s version first and you do not provide solid records, that early narrative may shape the whole claim. Preserving evidence early is especially important where skid marks fade, surveillance video is overwritten, or the bicycle is repaired before it is documented.
Medical proof matters too. Negotiation is not just about saying you hurt. It is about showing diagnosis, treatment, cost, and prognosis. Records and billing statements can later be obtained through subpoena, and Evidence Code § 1271 is often used for business records in litigation.
Build a demand package before negotiations get serious
A demand package is the written set of documents and arguments you send to the insurer asking for settlement. In a bicycle case, it often includes:
-
Liability summary
A short explanation of what happened and why the driver, property owner, or public entity was at fault. -
Supporting documents
Photos, witness statements, report numbers, citations, video stills, and repair evidence. -
Medical chronology
A clear timeline from the emergency room to follow-up care, physical therapy, prescriptions, and future recommendations. -
Damage support
Bills, wage records, employer letters, and out-of-pocket costs. -
A settlement demand
A number supported by the facts, not guesswork.
If suit is filed, discovery tools can expand the evidence. California procedure allows interrogatories, requests for production, depositions, and subpoenas. A deposition is sworn testimony taken outside court. It can be useful if a witness changes their story later or cannot appear at trial.
Evidence people often forget
Some of the most important proof is easy to miss:
- torn clothing
- damaged backpack, phone, glasses, or cycling computer
- app ride data
- GPS records
- visible road defects
- nearby business cameras
- medication side effects
- follow-up care recommendations
Default site can help people organize these materials when a crash has left them overwhelmed. If you want more general background, the firm’s bicycle and vehicle injury information may be a useful starting point.
What Damages Can You Include in Your Demand?
A good settlement demand includes more than the emergency room bill. In California, a bicycle crash claim can include economic damages and non-economic damages.
Economic damages
These are financial losses you can usually document with records. They often include:
- ambulance and ER charges
- hospital bills
- follow-up doctor visits
- physical therapy
- prescriptions
- imaging
- future medical treatment
- lost wages
- diminished earning capacity
- bike repair or replacement
- damaged gear and electronics
Do not understate future losses. Insurers often focus on bills already incurred. But if your doctor expects more treatment, work restrictions, or lasting symptoms, those facts belong in the demand package.
Non-economic damages
These are human losses that do not come with a neat receipt. They may include:
- pain
- emotional distress
- inconvenience
- loss of enjoyment of life
- physical limitations
- scarring or disfigurement
California generally has no statutory cap on compensatory damages in an ordinary bicycle injury case. That is important. A claim is not automatically limited to a fixed statewide number just because it involves pain and suffering. One major exception outside most bike crashes is Civil Code § 3333.2, which applies to medical malpractice noneconomic damages, not a routine traffic collision.
What about punitive damages?
Punitive damages are different. They are not awarded in ordinary negligence cases just because someone was careless. Under Civil Code § 3294, punitive damages generally require clear and convincing evidence of malice, oppression, or fraud. In many bike crashes, that standard is not met. But extreme facts, such as intentional misconduct or especially reckless conduct, may raise the issue.
A simple example
Suppose a cyclist suffers a fractured wrist, misses six weeks of work, and needs therapy for months. A fair evaluation would usually look beyond current bills. It would also consider wage loss, future therapy, ongoing limitations, and pain from losing mobility during recovery.
That is why settlement value should come from the whole picture, not just what the insurer can total in a spreadsheet.
When Should You Accept or Reject an Insurance Offer?
You should consider accepting an offer only when you understand both liability and damages well enough to know what you are giving up. Once a release is signed, the claim is usually over. If symptoms worsen later, you usually cannot reopen the settlement.
Consider accepting when:
- your medical condition is stable or well understood
- future treatment needs are reasonably clear
- the offer reflects both economic and non-economic losses
- the insurer’s fault position is realistic
- there are no major missing records or unresolved liens
Consider rejecting or delaying when:
- you are still treating and do not know future costs
- the insurer is minimizing fault evidence
- the offer covers bills but ignores pain, wage loss, or future care
- a public entity may be involved and the case needs deeper investigation
- the insurer is pressuring you to settle fast
A fast offer is not always a fair offer. Early offers often arrive before the injured person knows the full extent of the injury. That is common with concussions, shoulder injuries, and soft-tissue injuries that do not look serious on day one.
Red flags in negotiation
Watch for these common tactics:
- saying you had “minimal property damage,” so you must have minimal injury
- blaming the cyclist without citing actual facts or statutes
- asking for broad medical authorizations
- ignoring future care
- treating a verbal statement as a final admission
It is often smart to negotiate from documents, not emotion. Put your position in writing. Tie it to records, statutes, and a timeline. If the insurer disputes fault, ask what facts support that position. If it disputes treatment, ask which records it believes are unrelated and why.
For some people, the better move is to negotiate only after speaking with counsel focused on injury claims. Default site may be able to help evaluate whether an offer accounts for Civil Code § 1714 fault issues, Civil Code § 1431.2 allocation issues, and the real cost of future care.
Should You File a Claim Before the 2-Year Deadline?
Yes. In most California personal injury cases, a lawsuit must be filed within 2 years of the injury. Property-damage claims are often subject to a 3-year deadline. Waiting until the last minute is risky even if settlement talks seem productive.
A pending negotiation does not usually stop the clock.
Why filing deadlines matter in settlement talks
Insurers know deadlines create leverage. As the 2-year date approaches, an unrepresented claimant may feel pressure to accept less. Filing on time protects your right to keep pursuing the claim if negotiations fail.
If a government entity may be responsible, the timetable can be much shorter. Under Government Code § 911.2, an injury claim against a public entity generally must be presented within 6 months. Cases involving dangerous road design or maintenance may also involve Government Code § 835.
A practical timeline
-
Right after the crash
Get medical care and preserve evidence. -
During treatment
Gather records, bills, witness information, and proof of losses. -
Before the main deadline
Prepare and send a demand package if appropriate. -
If settlement is not progressing
File suit before the 2-year deadline. -
If a city or county may be involved
Check the public-entity claim deadline immediately, not later.
Once a lawsuit is filed, formal discovery can begin. That may include depositions, interrogatories, requests for production, and subpoenas to get evidence the insurer would not voluntarily provide before suit.
This article is general information, not legal advice. Deadlines and claim presentation rules can change how a case should be handled.
Most personal injury cases are handled on a contingency fee basis — meaning no fee unless we recover for you.
If you were hurt in a bike crash and need help understanding your options, Default site offers a free consultation. You can also contact the firm or review its personal injury practice area before you call now.
Frequently Asked Questions
How is fault divided in a California bicycle accident settlement?
California follows pure comparative fault. Under Li v. Yellow Cab Co. (1975) and CACI 405, each party can be assigned a percentage of fault, and the injured cyclist’s recovery is reduced by that percentage rather than barred entirely. Traffic rules like Vehicle Code § 21200, § 21760, and § 22107 often shape that analysis.
What should be included in a bicycle accident demand package?
A demand package usually includes a liability summary, photos, witness information, the collision report, medical records, bills, wage-loss proof, property-damage proof, and a clear settlement demand. It should also explain future treatment and ongoing limitations, not just current expenses.
Can I still recover damages if I was partly at fault?
Usually yes. California’s pure comparative negligence system allows recovery even if you were partly responsible. Your compensation is generally reduced by your share of fault, not eliminated altogether.
How long do I have to settle or file a lawsuit in California?
Most personal injury lawsuits must be filed within 2 years of the injury, and property-damage claims are often 3 years. If a public entity may be involved, Government Code § 911.2 generally requires a claim to be presented within 6 months for injury claims, so timing is much tighter.
Should I negotiate with the insurance company before hiring a lawyer?
Some people do, especially in smaller claims. But it helps to understand fault, future medical needs, and deadlines before accepting any offer. If liability is disputed, injuries are serious, or a city may be involved, speaking with counsel before final negotiations can help you avoid settling too low or too late.
Free consultation with Default site
Discuss your case — no obligation, no cost.