Sam asked to save the bottom two CTA rows from previews.aguiarinjurylawyers.com/our-results-enhanced as separate standalone repeatable elements.
Extracted the exact rendered HTML and computed CSS for both bottom CTA bands directly from the live preview DOM (via Personal Chrome), then rebuilt each as a self-contained, drop-in element. Two deliverables produced in the session outputs folder:
linear-gradient(0deg,#000,#0B212D)), orange radial glow overlay, headline with forced-white line 1 (!important), orange-italic line 2, subtext, orange pill Call Now button with phone icon, and the prior-results disclaimer line.#E9EEF0), navy headline, orange-italic line 2, subtext, orange pill Call Now button. No disclaimer line (matches source by design).Both were re-scoped so they are genuinely repeatable: every rule lives under its own wrapper class (.sa-cta-final / .sa-cta-final-light), design tokens (navy #0B212D, orange #D97706, Fraunces display, Poppins UI) are resolved to literal values on the wrapper, and a Google Fonts @import fallback is included. No dependency on the page's global :root variables or theme stylesheet, so either can be pasted into a WordPress Custom HTML block on any page or post and render identically. Button/headline classes are namespaced (sa-btn, sa-cta-ln1, sa-disc) to avoid collisions.
Fidelity preserved exactly: kept color:#fff !important on the navy variant's line 1 (the source needs it to override theme heading color) and intentionally omitted it on the white variant (source note: "no !important needed").
!important present only on navy line 1, absent on white variant.Task complete. Both deliverables saved and presented to Sam as inline file links.
sa-cta-final) so future agents reuse these two bands instead of re-extracting. Could fit alongside sa-split-results-hero and sa-template-reference.502-888-8888; if a reusable element should swap per-page (Lexington 859-888-8000), that is an easy parameterization.