#aiCaseWrap,
#aiCaseWrap * { box-sizing: border-box; }
#aiCaseWrap {
–ai-text-xs: 12px;
–ai-text-sm: 14px;
–ai-text-base: 16px;
–ai-text-lg: clamp(18px, 1rem + .6vw, 24px);
–ai-text-xl: clamp(26px, 1.2rem + 1.2vw, 38px);
–ai-text-2xl: clamp(36px, 1.8rem + 2vw, 56px);
–ai-space-2: 8px; –ai-space-3: 12px; –ai-space-4: 16px; –ai-space-5: 20px; –ai-space-6: 24px; –ai-space-8: 32px; –ai-space-10: 40px; –ai-space-12: 48px; –ai-space-16: 64px;
–ai-bg: #f7f6f2; –ai-surface: #fcfbf8; –ai-surface-2: #f1eee8; –ai-border: #d8d2ca; –ai-text: #26211a; –ai-text-muted: #6c665e; –ai-text-faint: #948d84; –ai-text-inverse: #f9f8f4; –ai-primary: #0c5c63; –ai-primary-highlight: #d8e5e3;
–ai-radius-md: 12px; –ai-radius-lg: 16px; –ai-radius-xl: 24px; –ai-radius-full: 9999px;
–ai-shadow-sm: 0 1px 2px rgba(31,28,23,.06); –ai-shadow-md: 0 12px 28px rgba(31,28,23,.08);
–ai-content: 1180px;
background: var(–ai-bg); color: var(–ai-text); font-family: Inter, Arial, sans-serif; font-size: var(–ai-text-base); line-height: 1.6; margin: 0; padding: 0;
}
#aiCaseWrap a { color: inherit; text-decoration: none; }
#aiCaseWrap svg { display:block; max-width:100%; }
#aiCaseWrap button, #aiCaseWrap input, #aiCaseWrap select, #aiCaseWrap textarea { font: inherit; }
#aiCaseWrap h1, #aiCaseWrap h2, #aiCaseWrap h3 { line-height:1.1; margin:0; }
#aiCaseWrap h1 { font-family: Georgia, serif; font-size: var(–ai-text-2xl); max-width: 12ch; }
#aiCaseWrap h2 { font-family: Georgia, serif; font-size: var(–ai-text-xl); }
#aiCaseWrap h3 { font-size: var(–ai-text-lg); }
#aiCaseWrap p { margin:0; max-width:68ch; }
#aiCaseWrap .ai-case-container { width:min(calc(100% – 2rem), var(–ai-content)); margin:0 auto; }
#aiCaseWrap .ai-site-header { border-bottom:1px solid rgba(38,33,26,.1); background:rgba(247,246,242,.92); }
#aiCaseWrap .ai-header-row { display:flex; align-items:center; justify-content:space-between; gap:var(–ai-space-4); padding:var(–ai-space-4) 0; }
#aiCaseWrap .ai-brand { display:inline-flex; align-items:center; gap:var(–ai-space-3); font-weight:700; }
#aiCaseWrap .ai-brand-mark { width:42px; height:42px; border-radius:14px; background:var(–ai-surface); border:1px solid rgba(38,33,26,.1); padding:8px; box-shadow:var(–ai-shadow-sm); }
#aiCaseWrap .ai-brand-name { font-size:var(–ai-text-sm); letter-spacing:.06em; text-transform:uppercase; }
#aiCaseWrap .ai-nav { display:none; gap:var(–ai-space-4); font-size:var(–ai-text-sm); color:var(–ai-text-muted); }
#aiCaseWrap .ai-header-actions, #aiCaseWrap .ai-hero-actions, #aiCaseWrap .ai-trust-row { display:flex; align-items:center; gap:var(–ai-space-3); flex-wrap:wrap; }
#aiCaseWrap .ai-btn { border:none; border-radius:var(–ai-radius-full); display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:.9rem 1.3rem; font-size:var(–ai-text-sm); font-weight:700; cursor:pointer; }
#aiCaseWrap .ai-btn-primary { background:var(–ai-primary); color:var(–ai-text-inverse); box-shadow:var(–ai-shadow-sm); }
#aiCaseWrap .ai-btn-secondary { background:var(–ai-surface); border:1px solid rgba(38,33,26,.1); color:var(–ai-text); }
#aiCaseWrap .ai-hero { padding: clamp(var(–ai-space-12), 10vw, 80px) 0 var(–ai-space-12); }
#aiCaseWrap .ai-hero-grid, #aiCaseWrap .ai-grid-2, #aiCaseWrap .ai-grid-3, #aiCaseWrap .ai-stats, #aiCaseWrap .ai-steps { display:grid; gap:var(–ai-space-4); }
#aiCaseWrap .ai-hero-grid { gap:var(–ai-space-8); align-items:start; }
#aiCaseWrap .ai-eyebrow { display:inline-flex; align-items:center; gap:8px; padding:.45rem .85rem; background:var(–ai-primary-highlight); color:var(–ai-primary); border-radius:var(–ai-radius-full); font-size:var(–ai-text-xs); font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
#aiCaseWrap .ai-hero-copy p, #aiCaseWrap .ai-section-head p, #aiCaseWrap .ai-hero-card p, #aiCaseWrap .ai-note-card p, #aiCaseWrap .ai-step p, #aiCaseWrap .ai-stat p, #aiCaseWrap .ai-cta-strip p, #aiCaseWrap .ai-form-note p { color:var(–ai-text-muted); }
#aiCaseWrap .ai-hero-copy p, #aiCaseWrap .ai-hero-actions, #aiCaseWrap .ai-trust-row { margin-top:var(–ai-space-5); }
#aiCaseWrap .ai-hero-card, #aiCaseWrap .ai-panel, #aiCaseWrap .ai-stat, #aiCaseWrap .ai-step, #aiCaseWrap .ai-note-card, #aiCaseWrap .ai-form-note { background:var(–ai-surface); border:1px solid rgba(38,33,26,.1); border-radius:var(–ai-radius-xl); box-shadow:var(–ai-shadow-md); }
#aiCaseWrap .ai-hero-card, #aiCaseWrap .ai-panel, #aiCaseWrap .ai-form-note { padding:var(–ai-space-6); }
#aiCaseWrap .ai-section { padding: clamp(var(–ai-space-10), 7vw, var(–ai-space-16)) 0; }
#aiCaseWrap .ai-section-head { display:grid; gap:var(–ai-space-4); margin-bottom:var(–ai-space-8); }
#aiCaseWrap .ai-label { font-size:var(–ai-text-xs); text-transform:uppercase; letter-spacing:.08em; color:var(–ai-text-faint); font-weight:700; }
#aiCaseWrap .ai-stat, #aiCaseWrap .ai-step, #aiCaseWrap .ai-note-card { padding:var(–ai-space-5); }
#aiCaseWrap .ai-stat strong { display:block; font-size:var(–ai-text-xl); font-family:Georgia, serif; }
#aiCaseWrap .ai-calc-form { display:grid; gap:var(–ai-space-4); }
#aiCaseWrap .ai-field { display:grid; gap:8px; }
#aiCaseWrap .ai-field label { font-size:var(–ai-text-sm); font-weight:700; }
#aiCaseWrap .ai-field input, #aiCaseWrap .ai-field select, #aiCaseWrap .ai-field textarea { width:100%; min-height:48px; border-radius:var(–ai-radius-md); border:1px solid var(–ai-border); background:var(–ai-surface-2); color:var(–ai-text); padding:.9rem 1rem; }
#aiCaseWrap .ai-field textarea { min-height:130px; resize:vertical; }
#aiCaseWrap .ai-microcopy { font-size:var(–ai-text-xs); color:var(–ai-text-faint); }
#aiCaseWrap .ai-trust-chip { padding:.7rem 1rem; border-radius:var(–ai-radius-full); background:var(–ai-surface); border:1px solid rgba(38,33,26,.1); font-size:var(–ai-text-sm); color:var(–ai-text-muted); }
#aiCaseWrap .ai-fight-banner { background:linear-gradient(135deg, var(–ai-primary-highlight) 0%, var(–ai-surface) 100%); }
#aiCaseWrap .ai-fight-panel { background:transparent; box-shadow:none; }
#aiCaseWrap .ai-step-num { width:2.2rem; height:2.2rem; display:grid; place-items:center; border-radius:50%; background:var(–ai-primary-highlight); color:var(–ai-primary); font-weight:700; margin-bottom:var(–ai-space-3); }
#aiCaseWrap .ai-faq { display:grid; gap:var(–ai-space-3); }
#aiCaseWrap .ai-faq details { background:var(–ai-surface); border:1px solid rgba(38,33,26,.1); border-radius:var(–ai-radius-lg); padding:var(–ai-space-4) var(–ai-space-5); }
#aiCaseWrap .ai-faq summary { cursor:pointer; font-weight:700; }
#aiCaseWrap .ai-faq p { margin-top:var(–ai-space-3); color:var(–ai-text-muted); }
#aiCaseWrap .ai-cta-strip { padding:var(–ai-space-6); display:grid; gap:var(–ai-space-4); align-items:center; }
#aiCaseWrap .ai-form-note strong { display:block; margin-bottom:10px; font-size:var(–ai-text-lg); font-family:Georgia, serif; }
@media (min-width:820px){ #aiCaseWrap .ai-nav{display:flex;} #aiCaseWrap .ai-hero-grid{grid-template-columns:1.08fr .92fr;} #aiCaseWrap .ai-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));} #aiCaseWrap .ai-grid-3,#aiCaseWrap .ai-stats,#aiCaseWrap .ai-steps{grid-template-columns:repeat(3,minmax(0,1fr));} #aiCaseWrap .ai-cta-strip{grid-template-columns:1.2fr auto;} }
See what an injury claim may be worth before you decide what to do next.
Use this page to give prospective clients a clear sense of how injury case value is often approached. Then make your real message unmistakable: if they hire your firm, you will fight to identify every available source of recovery and pursue policy limits where the facts support it.
No fee unless we recover
Built for injury and auto wreck leads
Tell us about the case
Because this version uses no JavaScript, it is built to capture structured facts for review rather than generate a live estimate. That makes it safer to paste into WordPress while still creating a high-converting intake experience.
Connect this form button to your intake platform, CRM form, or scheduling link inside WordPress if you want submissions to go somewhere automatically.
We review the facts, assess the damages, analyze the coverage, and tell you what may drive case value.
This no-script version replaces the live calculator with stronger consultation framing. That often works better inside WordPress because the page loads cleanly and your team can follow up with a tailored estimate after reviewing the facts.
It still gives them a value-focused reason to contact you.
Instead of relying on a browser-side calculator, this version sells the consultation itself: your office reviews the facts, finds the coverage, values the damages, and fights for the highest supported recovery.
Cleaner WordPress behavior
No JavaScript means fewer conflicts with editors, themes, plugins, and content filters.
Stronger attorney framing
The page shifts the focus from automated value to lawyer-driven case strategy and recovery pressure.
Still highly usable
Visitors can submit structured facts that let your staff respond quickly with a personalized follow-up.
Questions to anticipate
Why remove the calculator?
Because many WordPress installs strip or block JavaScript in pasted content. This version is designed to survive that problem.
Can I still talk about case value?
Yes. This version frames the consultation around case evaluation, damages review, and coverage analysis without promising a live automated estimate.
Can I hook this to my form system?
Yes. Replace the form action, button destination, or the entire form markup with your preferred CRM or intake form embed.
Use the page to start the conversation. Let your team deliver the real estimate.
This version keeps the premium design and high-value messaging while avoiding the copy-paste problems caused by blocked scripts.
