[{"id":34,"name":"sa-bsg-cta-hero","version":"2026-06-10","category":"CTA / Footer","description":"Reusable bottom-of-page CTA hero originally built for /about-us/bigger-share-guarantee/. Two-column layout: attorney headshot left (clean image, no caption overlay, no button), headline + tagline + bullets right. 2026-06-10: removed image caption overlay and Get Started button per Sam. BEM-scoped class namespace .sa-bsg-cta, no builder/theme dependency.","when_to_use":"Pages where you want a stronger conversion close than the standard sa-cta-image-banner. Best on pages where the firm's BSG value-prop deserves repeated emphasis - homepage closer, marquee practice-area pages, location pages.","source_skill":"sa-bsg-banner (closest packaged sibling); component files on Sam's Mac at ~/Documents/Projects/components/bigger-share-cta-hero/","rules":"1. No CTA button in this element (removed 2026-06-10); image-only media column. Conversion comes from page-level CTAs.\n2. No caption/overlay text on the image (removed 2026-06-10).\n3. Tagline ALL CAPS via text-transform, clamp(22,2.3vw,32), weight 700, letter-spacing .04em.\n4. Bullet capitalization standard: '$0 Out-Of-Pocket Forever' (matches trust strip).\n5. Bigger Share Guarantee(R) always carries the registered mark inside the orange accent span so it inherits color.\n6. Mobile (<900px): stacks media first then body. Bullets stay left-aligned.\n7. No em or en dashes anywhere.\n8. Class namespace .sa-bsg-cta - do not collide with .bsg-cta (legacy class on same page).\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"https://aguiarinjurylawyers.com/about-us/bigger-share-guarantee/","deployment_notes":"Deployed via REST POST to /wp-json/wp/v2/pages/9286. Component files on Sam's Mac: bigger-share-cta-hero-preview.html (browser preview), bigger-share-cta-hero.wp-html.html (templated with {{PLACEHOLDERS}}), bigger-share-cta-hero.populated.wp-html.html (drop-in for BSG page), README.md. Placeholders: CAPTION_TEXT, IMAGE_URL, IMAGE_ALT, CTA_LABEL, CTA_URL, HEADLINE_LINE1, HEADLINE_LINE2 (orange), BULLET_1..6, TAGLINE_LINE1, TAGLINE_LINE2. Deployment iterated 10+ times same day - reference the final state on the live page, not the early backup files. | 2026-06-10: caption overlay + Get Started button removed in registry; sitewide deployment planned just above footer / below FAQs on pages and posts (pending Sam approval). Rollback: all_elements_backup_2026-06-10.json in session outputs.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<!-- wp:html -->\n<section class=\"sa-bsg-cta\" aria-labelledby=\"sa-bsg-cta-title\">\n  <div class=\"sa-bsg-cta__inner\">\n\n    <div class=\"sa-bsg-cta__media\">\n      <figure class=\"sa-bsg-cta__frame\">\n        <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/01/Sam-Website-Home-1.webp\"\n             alt=\"Sam Aguiar, Kentucky personal injury attorney\"\n             width=\"520\" height=\"640\" loading=\"lazy\">\n      </figure>\n    </div>\n\n    <div class=\"sa-bsg-cta__body\">\n      <h2 id=\"sa-bsg-cta-title\" class=\"sa-bsg-cta__title\">\n        Get More. Get It Faster.<br>\n        <span class=\"sa-bsg-cta__accent\">Get It With Sam Aguiar.</span>\n      </h2>\n\n      <ul class=\"sa-bsg-cta__list\" role=\"list\">\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Bigger Share Guarantee on every case</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>$0 Out-Of-Pocket Forever</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>No fee increase if your case goes to litigation</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Dedicated three-person case team</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Forbes 2025 Best-In-State recognition</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>1,000+ five-star Google reviews</li>\n      </ul>\n\n      <p class=\"sa-bsg-cta__tagline\">\n        You focus on getting better.<br>\n        We handle everything else.\n      </p>\n    </div>\n\n  </div>\n</section>\n<!-- /wp:html -->","css":".sa-bsg-cta{\n  --bsg-navy:#0B212D; --bsg-navy-deep:#0a1520;\n  --bsg-orange:#D97706; --bsg-white:#FFFFFF;\n  --bsg-blue:#0B212D; --bsg-blue-hover:#D97706;\n  font-family:'Poppins',system-ui,sans-serif;\n  color:var(--bsg-white);\n  background:linear-gradient(0deg,#000000 0%,var(--bsg-navy) 100%);\n  padding:72px 24px; box-sizing:border-box;\n}\n.sa-bsg-cta *{box-sizing:border-box;}\n.sa-bsg-cta__inner{\n  max-width:1180px; margin:0 auto;\n  display:grid; grid-template-columns:minmax(260px,420px) 1fr;\n  gap:56px; align-items:center;\n}\n.sa-bsg-cta__media{display:flex;flex-direction:column;align-items:center;gap:24px;}\n.sa-bsg-cta__frame{\n  position:relative; margin:0; width:100%; max-width:420px;\n  border:3px solid var(--bsg-orange); border-radius:4px; overflow:hidden;\n  background:var(--bsg-navy-deep); box-shadow:0 10px 30px rgba(0,0,0,.45);\n}\n.sa-bsg-cta__frame img{display:block;width:100%;height:auto;object-fit:cover;}\n.sa-bsg-cta__body{display:flex;flex-direction:column;gap:24px;}\n.sa-bsg-cta__title{\n  margin:0; font-family:'Poppins',sans-serif;\n  font-size:clamp(28px,3.4vw,46px); font-weight:700; line-height:1.15;\n  color:var(--bsg-white); letter-spacing:-.005em;\n}\n.sa-bsg-cta__accent{color:var(--bsg-orange);}\n.sa-bsg-cta__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;}\n.sa-bsg-cta__list li{\n  position:relative; padding-left:36px;\n  font-size:18px; font-weight:600; line-height:1.4; color:var(--bsg-white);\n}\n.sa-bsg-cta__list li::before{\n   position:absolute; left:0; top:50%; transform:translateY(-50%);\n  width:24px; height:24px; display:inline-flex; align-items:center; justify-content:center;\n  color:var(--bsg-orange); font-weight:700; font-size:18px;\n}\n.sa-bsg-cta__tagline{\n  margin:8px 0 0 0; font-family:'Poppins',sans-serif;\n  font-size:clamp(22px,2.3vw,32px); font-weight:700; line-height:1.25;\n  letter-spacing:.04em; text-transform:uppercase; color:var(--bsg-white);\n}\n@media (max-width:900px){\n  .sa-bsg-cta{padding:56px 20px;}\n  .sa-bsg-cta__inner{grid-template-columns:1fr;gap:36px;}\n  .sa-bsg-cta__media{order:1;}\n  .sa-bsg-cta__body{order:2;text-align:center;align-items:center;}\n  .sa-bsg-cta__list{align-items:flex-start;}\n  .sa-bsg-cta__list li{text-align:left;}\n  .sa-bsg-cta__title{text-align:center;}\n  .sa-bsg-cta__tagline{text-align:center;}\n}\n@media (max-width:480px){\n  .sa-bsg-cta{padding:44px 16px;}\n  .sa-bsg-cta__list li{font-size:16px;}\n}","status":"Live","updated_at":"2026-06-15 13:12:00"},{"id":79,"name":"sa-bsg-strip","version":"2026-06-07","category":"CTA / Footer","description":"Quiet full-bleed Bigger Share Guarantee® strip. Dark Visible Depth gradient band with an orange uppercase BIGGER SHARE GUARANTEE® strip-line above a two-line Georgia serif headline 'You focus on getting better. / We'll handle everything else.' No button, no subline. The calm payoff strip from the contact page that sits just above the footer.","when_to_use":"When a page needs a calm, buttonless BSG payoff strip above the footer (e.g. /contact-us/).","source_skill":"sa-bsg-strip","rules":"- The orange uppercase BIGGER SHARE GUARANTEE® line is a STRIP-LINE, never an eyebrow (eyebrows are banned site-wide).\n- No button, no subline — this is the quiet payoff variant.\n- Two-line Georgia serif headline only: \"You focus on getting better.\" / \"We'll handle everything else.\"\n- Keep the gradient #071720 -> #0B212D (the contact-page Visible Depth variant), white headline, #D97706 strip-line.\n- Self-contained scoped CSS — safe to drop anywhere. Use once per page.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"https://aguiarinjurylawyers.com/contact-us/","deployment_notes":"Drop above the footer. Distinct from you-focus-pagebreak (has a Call button, no strip-line) and sa-bsg-banner (BSG is the white H2 and it has a Call button). The orange line is a strip-line, NOT an eyebrow. Pairs with pre-publish-qa + wp-deploy for shipping.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<!-- wp:html -->\n<section class=\"sa-bsg-strip\">\n  <span class=\"sa-bsg-strip-line\">Bigger Share Guarantee&reg;</span>\n  <h2><span>You focus on getting better.</span><span>We&rsquo;ll handle everything else.</span></h2>\n</section>\n<!-- /wp:html -->","css":".sa-bsg-strip{\n  background:linear-gradient(0deg,#071720 0%,#0B212D 100%);\n  color:#ffffff;\n  text-align:center;\n  padding:72px 24px;\n  width:100%;\n}\n.sa-bsg-strip .sa-bsg-strip-line{\n  display:block;\n  font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n  font-size:clamp(14px, 2.1vw, 26px);\n  line-height:1.1;\n  color:#D97706;\n  font-weight:600;\n  letter-spacing:.06em;\n  text-transform:uppercase;\n  margin:0 0 10px;\n}\n.sa-bsg-strip h2{\n  font-family:Georgia,'Times New Roman',Times,serif;\n  font-weight:500;\n  font-size:clamp(28px, 3.4vw, 38px);\n  line-height:1.15;\n  color:#ffffff;\n  margin:0;\n  max-width:820px;\n  margin-left:auto;\n  margin-right:auto;\n}\n.sa-bsg-strip h2 span{display:block;}\n@media (max-width:768px){\n  .sa-bsg-strip{padding:56px 22px;}\n}","status":"Live","updated_at":"2026-06-15 12:32:42"},{"id":20,"name":"sa-cta-banner","version":"2026-06-10","category":"CTA / Footer","description":"Bottom-of-page CTA banner. Default variant is sa-cta-image-banner (split image-left/copy-right). Single CTA button, regional tel: href.","when_to_use":"Last main-column block before the footer on every content page.","source_skill":"sa-template-reference","rules":"1. Bottom-of-page CTA. Default to sa-cta-image-banner (split image-left/copy-right).\n2. Single CTA button — 'Call Now', tel: href only.\n3. Visible Depth gradient or photo+overlay only — no flat navy.\n4. One per page, always last main-column block before the footer.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<!--\n  CTA BANNER RULES (Updated 2026-05-20):\n  • H2 follows pattern: \"[Question]?<br>[Action line].\" - two-line stack with <br> line break.\n  • Do NOT use \"Call Now\" as the action line. Use approved alternates:\n      - \"Get more. Get it faster.\"\n      - \"Get Back To Living Your Best Life.\"\n      - \"Real Clients. Real Results.\"\n  • Button text: \"Call Now\" (only). Do NOT use \"Call Now\".\n  • Image background is the preferred treatment when the page has a hero image\n    - mirror the page hero image with the .sa-cta-banner-overlay gradient on top.\n    Use .sa-cta-banner-img + .sa-cta-banner-overlay (see CSS below). Flat-gradient\n    fallback is acceptable if no suitable image exists.\n-->\n<section class=\"sa-cta-banner\">\n  <img class=\"sa-cta-banner-img\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/04/family-at-park-hero.webp\" alt=\"\" aria-hidden=\"true\" loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"675\">\n  <div class=\"sa-cta-banner-overlay\"></div>\n  <div class=\"sa-cta-banner-inner\">\n    <h2>[Question framing the user’s situation]?<br>[Approved action line, no “Call Now”].</h2>\n    <p>You focus on getting better. We&rsquo;ll handle everything else.</p>\n    <a class=\"sa-cta-banner-btn\" href=\"tel:5028888888\">Call Now</a>\n  </div>\n</section>","css":".sa-cta-banner{position:relative !important;overflow:hidden !important;isolation:isolate !important;background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;padding:72px 20px !important;text-align:center;margin-top:8px}\n.sa-cta-banner-img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;z-index:1 !important;opacity:1 !important;visibility:visible !important}\n.sa-cta-banner-overlay{position:absolute !important;inset:0 !important;z-index:2 !important;background:linear-gradient(0deg,rgba(0,0,0,0.92) 0%,rgba(11,33,45,0.85) 60%,rgba(11,33,45,0.78) 100%) !important;pointer-events:none !important}\n.sa-cta-banner-inner{position:relative !important;z-index:3 !important;max-width:820px;margin:0 auto}\n.sa-cta-banner h2{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(28px,4vw,42px);color:#fff;margin:0 0 14px;line-height:1.15}\n.sa-cta-banner h2 br{display:block !important;content:\"\" !important}\n.sa-cta-banner p{font-family:Poppins,sans-serif;font-weight:500;font-size:clamp(15px,2vw,18px);color:#fff;margin:0 0 28px;opacity:.95}\n.sa-cta-banner-btn{display:inline-block;background:linear-gradient(0deg, #000000 0%, #0B212D 100%);color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:17px;padding:16px 36px;border-radius:6px;text-decoration:none;transition:transform .2s,box-shadow .2s}\n.sa-cta-banner-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(217,119,6,.35)}\n@media (max-width:768px){.sa-cta-banner{padding:48px 20px !important}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-cta-banner h1,.sa-cta-banner h2,.sa-cta-banner h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-cta-banner .cva-btn,.sa-cta-banner .cva-btn--primary,.sa-cta-banner .cva-btn--ghost,.sa-cta-banner .sa-cta-banner-btn,.sa-cta-banner .sa-sidebar-btn,.sa-cta-banner .sa-side-btn,.sa-cta-banner .sa-submit-btn,.sa-cta-banner .sa-bsg-cta,.sa-cta-banner .sa-hero-cta,.sa-cta-banner .sa-partner-btn,.sa-cta-banner .sa-btn,.sa-cta-banner .sa-cta,.sa-cta-banner .sa-cta-btn,.sa-cta-banner .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:52"},{"id":78,"name":"sa-cta-banner-split-form","version":"2026-06-07","category":"CTA / Footer","description":"Full-bleed split CTA banner with a built-in intake form: shared image-left / form-panel-right shell (.sa-cta-banner-split) with three approved right-panel variants — A 'You Focus on Getting Better' (white + orange accent, navy submit), B 'Get Back to Living Your Best Life' (navy Visible Depth, white button), and C Bigger Share Guarantee (white + navy accent, BSG eyebrow). Drops the email field; Name + Phone + Case Type + Were You Injured only.","when_to_use":"Conversion pages that need a CTA banner that captures a lead inline (homepage, contact, results, landing pages). Pick one variant per page.","source_skill":"sa-cta-image-banner (sibling); component lives in sa-design-elements catalog. Mockup: CTA-Banner-UVP-Variants-Mockup.html","rules":"1. Strict palette only: Navy #0B212D, Orange #F89C22, White #FFFFFF. NO orange backgrounds (firm-briefing §14) — orange is accent text / hover only.\n2. Three approved right-panel variants share one shell (.sa-cta-banner-split): A = white + orange left accent (navy submit, orange on hover); B = navy Visible Depth gradient panel (white inputs, white button -> orange-outline on hover); C = white + navy left accent with BSG eyebrow + orange highlight. Pick ONE variant per page.\n3. Button copy is 'Get Started' (homepage/contact-page exception in firm-briefing §10). Do NOT use the orange-filled 'Call Now' button — that older live banner violates §14 and should be retired in the same pass.\n4. Email field is intentionally dropped to fit the panel. Field set is locked: Full Name + Phone + Case Type + Were You Injured? Follow homepage .sa-custom-contact-intake-form field order, labels, and select-option pattern.\n5. Canonical field names: full_name, phone, case_type, injured_status (+ honeypot 'company'). Endpoint /wp-json/sal/v1/contact-intake when wired live.\n6. Bigger Share Guarantee(R) (Variant C eyebrow) always carries the registered mark.\n7. Headlines centered, Poppins 700 (26px desktop / 22px mobile). Left image is the shared welcome-to-kentucky.webp; swap per-page as needed.\n8. Mobile (<900px): stacks image-top, form-below; field rows go single-column.","live_reference":"https://aguiarinjurylawyers.com/ (homepage intake-form pattern); not yet on a live page as of 2026-06-07.","deployment_notes":"Bottom-of-page / mid-page CTA with built-in intake form. Distinct from sa-cta-image-banner (click-to-call image banner, no form) and sa-rural-cta-form-banner (rural location-page form banner). Single shared shell .sa-cta-banner-split + .var-a / .var-b / .var-c modifier. Form auto-wires to the sitewide bridge (class sa-custom-contact-intake-form -> /wp-json/sal/v1/contact-intake) exactly like the homepage form, including the honeypot 'company' field. Use on homepage, contact, results, and landing pages (forms deprecated on practice-area/location/blog pages, except location form-rail heroes). Pairs with pre-publish-qa + wp-deploy on the ship lane and playwright-visual-qa post-deploy. Mockup source: CTA-Banner-UVP-Variants-Mockup (June 2026 mockup session).","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<!-- ====== SA CTA Banner — Split Form (Variant A: You Focus on Getting Better) ====== -->\n<section class=\"sa-cta-banner-split var-a\">\n<div aria-label=\"Kentucky pasture with horses\" class=\"left-img\" role=\"img\"></div>\n<div class=\"right-panel\">\n<div class=\"headline\">You Focus on Getting Better.<br/>We'll Handle Everything Else.</div>\n<form action=\"/wp-json/sal/v1/contact-intake\" class=\"sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"post\">\n<div class=\"sa-field-row\">\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" type=\"tel\"/></label>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-1-case-type\"><span class=\"sa-form-label\">Case Type</span><select id=\"sa-form-1-case-type\" name=\"case_type\" required=\"\">\n<option value=\"\">Case Type</option>\n<option>Car Accident</option><option>Truck Accident</option>\n<option>Motorcycle Accident</option><option>Rideshare Accident</option>\n<option>Pedestrian Accident</option><option>Wrongful Death</option><option>Other</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-injured-status\"><span class=\"sa-form-label\">Were You Injured?</span><select id=\"sa-form-1-injured-status\" name=\"injured_status\" required=\"\">\n<option value=\"\">Were You Injured?</option>\n<option>Yes, I was injured</option><option>Not sure yet</option><option>No injuries</option>\n</select></label>\n<input aria-hidden=\"true\" autocomplete=\"off\" name=\"company\" style=\"position:absolute;left:-9999px;\" tabindex=\"-1\" type=\"text\"/>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"submit\" type=\"submit\">Get Started</button>\n</form>\n</div>\n</section>\n<!-- ====== Variant B: Get Back to Living Your Best Life (Navy Visible Depth) ====== -->\n<section class=\"sa-cta-banner-split var-b\">\n<div aria-label=\"Kentucky pasture with horses\" class=\"left-img\" role=\"img\"></div>\n<div class=\"right-panel\">\n<div class=\"headline\">Get Back to Living<br/>Your <span class=\"accent\">Best Life.</span></div>\n<form action=\"/wp-json/sal/v1/contact-intake\" class=\"sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"post\">\n<div class=\"sa-field-row\">\n<label class=\"sa-field-control\" for=\"sa-form-2-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-form-field\" id=\"sa-form-2-full-name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-2-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-form-field\" id=\"sa-form-2-phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" type=\"tel\"/></label>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-2-case-type\"><span class=\"sa-form-label\">Case Type</span><select id=\"sa-form-2-case-type\" name=\"case_type\" required=\"\">\n<option value=\"\">Case Type</option>\n<option>Car Accident</option><option>Truck Accident</option>\n<option>Motorcycle Accident</option><option>Rideshare Accident</option>\n<option>Pedestrian Accident</option><option>Wrongful Death</option><option>Other</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-2-injured-status\"><span class=\"sa-form-label\">Were You Injured?</span><select id=\"sa-form-2-injured-status\" name=\"injured_status\" required=\"\">\n<option value=\"\">Were You Injured?</option>\n<option>Yes, I was injured</option><option>Not sure yet</option><option>No injuries</option>\n</select></label>\n<input aria-hidden=\"true\" autocomplete=\"off\" name=\"company\" style=\"position:absolute;left:-9999px;\" tabindex=\"-1\" type=\"text\"/>\n<label class=\"sa-field-control\" for=\"sa-form-2-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-2-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-2-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-2-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"submit\" type=\"submit\">Get Started</button>\n</form>\n</div>\n</section>\n<!-- ====== Variant C: Bigger Share Guarantee (White / Navy accent) ====== -->\n<section class=\"sa-cta-banner-split var-c\">\n<div aria-label=\"Kentucky pasture with horses\" class=\"left-img\" role=\"img\"></div>\n<div class=\"right-panel\">\n<div class=\"eyebrow\">Bigger Share Guarantee®</div>\n<div class=\"headline\">You Always <span class=\"accent\">Get More.</span></div>\n<form action=\"/wp-json/sal/v1/contact-intake\" class=\"sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"post\">\n<div class=\"sa-field-row\">\n<label class=\"sa-field-control\" for=\"sa-form-3-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-form-field\" id=\"sa-form-3-full-name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-3-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-form-field\" id=\"sa-form-3-phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" type=\"tel\"/></label>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-3-case-type\"><span class=\"sa-form-label\">Case Type</span><select id=\"sa-form-3-case-type\" name=\"case_type\" required=\"\">\n<option value=\"\">Case Type</option>\n<option>Car Accident</option><option>Truck Accident</option>\n<option>Motorcycle Accident</option><option>Rideshare Accident</option>\n<option>Pedestrian Accident</option><option>Wrongful Death</option><option>Other</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-3-injured-status\"><span class=\"sa-form-label\">Were You Injured?</span><select id=\"sa-form-3-injured-status\" name=\"injured_status\" required=\"\">\n<option value=\"\">Were You Injured?</option>\n<option>Yes, I was injured</option><option>Not sure yet</option><option>No injuries</option>\n</select></label>\n<input aria-hidden=\"true\" autocomplete=\"off\" name=\"company\" style=\"position:absolute;left:-9999px;\" tabindex=\"-1\" type=\"text\"/>\n<label class=\"sa-field-control\" for=\"sa-form-3-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-3-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-3-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-3-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"submit\" type=\"submit\">Get Started</button>\n</form>\n</div>\n</section>","css":"/* ── Shared split shell ── */\n.sa-cta-banner-split{width:100%;max-width:1200px;margin:16px auto 0;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:360px;border-radius:4px;box-shadow:0 6px 24px rgba(11,33,45,.08);}\n.sa-cta-banner-split .left-img{background-image:url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/welcome-to-kentucky.webp');background-size:cover;background-position:center;min-height:360px;}\n.sa-cta-banner-split .right-panel{padding:38px 44px;display:flex;flex-direction:column;justify-content:center;}\n.sa-cta-banner-split .headline{font-family:'Poppins',sans-serif;font-weight:700;font-size:26px;line-height:1.25;margin:0 0 18px;text-align:center;}\n.sa-cta-banner-split form{display:flex;flex-direction:column;gap:10px;}\n.sa-cta-banner-split .sa-field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;}\n.sa-cta-banner-split input,.sa-cta-banner-split select{font-family:'Poppins',sans-serif;font-weight:500;font-size:15px;color:#0B212D;background:#FFFFFF;border-radius:8px;padding:12px 14px;width:100%;outline:none;}\n.sa-cta-banner-split select{appearance:none;-webkit-appearance:none;background-image:url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%230B212D' d='M7 10l5 5 5-5z'/></svg>\");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;}\n.sa-cta-banner-split button{font-family:'Poppins',sans-serif;font-weight:700;font-size:16px;border-radius:8px;padding:14px;cursor:pointer;margin-top:4px;letter-spacing:.4px;transition:background .2s,color .2s;}\n\n/* ── Variant A — White / orange left accent ── */\n.var-a .right-panel{background:#FFFFFF;border-left:4px solid #F89C22;}\n.var-a .headline{color:#0B212D;}\n.var-a input,.var-a select{border:2px solid #C7D4E3;}\n.var-a input:focus,.var-a select:focus{border-color:#0B212D;}\n.var-a button{background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;border:none;}\n.var-a button:hover{background:#F89C22;color:#0B212D;}\n\n/* ── Variant B — Navy Visible Depth panel ── */\n.var-b .right-panel{background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;}\n.var-b .headline{color:#fff;}\n.var-b .headline .accent{color:#F89C22;}\n.var-b input,.var-b select{border:2px solid #FFFFFF;}\n.var-b input:focus,.var-b select:focus{border-color:#F89C22;}\n.var-b button{background:#FFFFFF;color:#0B212D;border:2px solid #FFFFFF;}\n.var-b button:hover{background:transparent;color:#F89C22;border-color:#F89C22;}\n\n/* ── Variant C — White / navy left accent / BSG eyebrow ── */\n.var-c .right-panel{background:#FFFFFF;border-left:4px solid #0B212D;}\n.var-c .eyebrow{text-align:center;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#F89C22;margin-bottom:8px;}\n.var-c .headline{color:#0B212D;}\n.var-c .headline .accent{color:#F89C22;}\n.var-c input,.var-c select{border:2px solid #C7D4E3;}\n.var-c input:focus,.var-c select:focus{border-color:#0B212D;}\n.var-c button{background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;border:none;}\n.var-c button:hover{background:#F89C22;color:#0B212D;}\n\n/* ── Responsive ── */\n@media (max-width:900px){\n  .sa-cta-banner-split{grid-template-columns:1fr;}\n  .sa-cta-banner-split .left-img{min-height:200px;}\n  .sa-cta-banner-split .right-panel{padding:30px 24px;}\n  .sa-cta-banner-split .sa-field-row{grid-template-columns:1fr;}\n  .sa-cta-banner-split .headline{font-size:22px;}\n}","status":"Beta","updated_at":"2026-06-15 14:51:57"},{"id":99,"name":"sa-cta-get-more-get-it-faster","version":"2026-06-14","category":"CTA / Footer","description":"White bottom-of-page CTA block from Sam's attached screenshot. Centered Poppins layout with a slim Foundry-orange top rule, orange all-caps GET STARTED TODAY line, navy headline 'Get More. Get It Faster. Get It With Sam Aguiar.', short no-cost review copy, Louisville and Lexington phone lines, and a Spanish phone line.","when_to_use":"Bottom block above the footer or after final body content when a page needs a quiet, no-form phone CTA. Use once per page. Distinct from image-backed CTA banners and form-backed CTA banners.","source_skill":"sa-element-registry","rules":"1. White background only, no dark band, no image, no form.\n2. Preserve exact headline: Get More. Get It Faster. Get It With Sam Aguiar.\n3. Preserve phone display format shown in the screenshot: Louisville: (502) 684-2270, Lexington: (502) 684-2270, Se habla espa&ntilde;ol: (502) 684-2270.\n4. Top accent is a slim Foundry-orange #D97706 rule with rounded top corners.\n5. Scoped class namespace .sa-cta-get-more. No global selectors.\n6. Mobile stacks phone lines and keeps all text centered.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"","deployment_notes":"Created from Sam's attached bottom-block screenshot on 2026-06-14 after the source WordPress post /sa-cta-get-more-get-it-faster/ was moved to draft because it should not be a live page. The screenshot asset is archived locally at /Users/samaguiar/Documents/Projects/admin/scratch/sa-cta-unpublish-20260614/codex-clipboard-217b9d66-f159-4b35-8afe-f393b5dbc0db.png. Rollback for the WordPress unpublish is post ID 48584 with the before snapshot at /Users/samaguiar/Documents/Projects/admin/scratch/sa-cta-unpublish-20260614/post-48584-before.json.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<!-- wp:html -->\n<section class=\"sa-cta-get-more\" aria-labelledby=\"sa-cta-get-more-title\">\n  <div class=\"sa-cta-get-more__inner\">\n    <p class=\"sa-cta-get-more__kicker\">Get Started Today</p>\n    <h2 id=\"sa-cta-get-more-title\" class=\"sa-cta-get-more__title\">Get More. Get It Faster. Get It With Sam Aguiar.</h2>\n    <p class=\"sa-cta-get-more__copy\">Case review at no cost. No upfront expense, no obligation. Available 24/7, including nights and weekends.</p>\n    <div class=\"sa-cta-get-more__phones\" aria-label=\"Office phone numbers\">\n      <a href=\"tel:5026842270\">Louisville: (502) 684-2270</a>\n      <a href=\"tel:5026842270\">Lexington: (502) 684-2270</a>\n    </div>\n    <p class=\"sa-cta-get-more__spanish\">Se habla espa&ntilde;ol: <a href=\"tel:5026842270\">(502) 684-2270</a></p>\n  </div>\n</section>\n<!-- /wp:html -->","css":".sa-cta-get-more{\n  --sa-navy:#0B212D;\n  --sa-orange:#D97706;\n  --sa-white:#FFFFFF;\n  background:var(--sa-white);\n  color:var(--sa-navy);\n  font-family:Poppins,system-ui,sans-serif;\n  padding:62px 24px 74px;\n  text-align:center;\n}\n.sa-cta-get-more,.sa-cta-get-more *{box-sizing:border-box;}\n.sa-cta-get-more__inner{\n  position:relative;\n  max-width:1720px;\n  margin:0 auto;\n  padding:86px 24px 0;\n}\n.sa-cta-get-more__inner::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:50%;\n  transform:translateX(-50%);\n  width:min(100%,1720px);\n  height:14px;\n  border-top:6px solid var(--sa-orange);\n  border-left:6px solid var(--sa-orange);\n  border-right:6px solid var(--sa-orange);\n  border-radius:22px 22px 0 0;\n}\n.sa-cta-get-more__kicker{\n  margin:0 0 24px;\n  color:var(--sa-orange);\n  font-size:clamp(18px,1.45vw,31px);\n  font-weight:700;\n  letter-spacing:.16em;\n  line-height:1.1;\n  text-transform:uppercase;\n}\n.sa-cta-get-more__title{\n  max-width:1420px;\n  margin:0 auto 24px;\n  color:var(--sa-navy);\n  font-size:clamp(30px,2.55vw,50px);\n  font-weight:700;\n  line-height:1.16;\n  letter-spacing:0;\n  text-align:center;\n}\n.sa-cta-get-more__copy{\n  max-width:1400px;\n  margin:0 auto 58px;\n  color:var(--sa-navy);\n  font-size:clamp(17px,1.25vw,25px);\n  font-weight:500;\n  line-height:1.45;\n}\n.sa-cta-get-more__phones{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  gap:10px;\n  margin:0 0 34px;\n}\n.sa-cta-get-more__phones a{\n  color:var(--sa-orange);\n  font-size:clamp(21px,1.55vw,30px);\n  font-weight:700;\n  line-height:1.15;\n  text-decoration:none;\n}\n.sa-cta-get-more__spanish{\n  margin:0;\n  color:var(--sa-navy);\n  font-size:clamp(17px,1.1vw,23px);\n  font-weight:600;\n  line-height:1.35;\n}\n.sa-cta-get-more__spanish a{\n  color:var(--sa-navy);\n  font-weight:700;\n  text-decoration:none;\n}\n.sa-cta-get-more a:hover,.sa-cta-get-more a:focus-visible{\n  text-decoration:underline;\n  text-underline-offset:4px;\n}\n@media (max-width:760px){\n  .sa-cta-get-more{padding:42px 18px 54px;}\n  .sa-cta-get-more__inner{padding:58px 0 0;}\n  .sa-cta-get-more__inner::before{height:10px;border-top-width:4px;border-left-width:4px;border-right-width:4px;border-radius:16px 16px 0 0;}\n  .sa-cta-get-more__copy{margin-bottom:38px;}\n  .sa-cta-get-more__phones{gap:12px;margin-bottom:28px;}\n}\n","status":"Live","updated_at":"2026-06-15 12:32:44"},{"id":21,"name":"sa-cta-image-banner","version":"2026-06-10","category":"CTA / Footer","description":"Full-bleed bottom-of-page CTA banner. Two approved variants: split image-left/copy-right (preferred default on desktop and mobile) and image-background with dark overlay (alternate).","when_to_use":"Bottom of every content page as the final CTA moment.","source_skill":"sa-cta-image-banner","rules":"1. Split image-left / copy-right (preferred) or image-background + dark overlay (alternate).\n2. Real firm-owned imagery only — no stock.\n3. Single CTA button — 'Call Now', regional tel: href only.\n4. Always last main-column block before the footer.\n5. Button MUST be the registry depth button sa-depth-btn (#52), .on-dark variant on dark bands. The legacy .sa-cta-btn (white/orange-outline pill) is banned; pre-publish-qa fails on class=\"sa-cta-btn\".","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<!-- Split image-left / copy-right CTA banner (preferred variant) -->\n<section class=\"sa-cta-image-banner\">\n  <div class=\"sa-cta-banner-inner\">\n    <div class=\"sa-cta-banner-img\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/office-building.webp\" alt=\"Sam Aguiar Injury Lawyers team\" loading=\"lazy\"></div>\n    <div class=\"sa-cta-banner-copy\">\n      <h2>Ready When You Are</h2>\n      <p>No upfront costs. No fees unless we win. Your share is always bigger than ours.</p>\n      <a href=\"tel:5028888888\" class=\"sa-cta-banner-btn\">Call Now</a>\n    </div>\n  </div>\n</section>","css":".sa-cta-image-banner{background:#0B212D;color:#fff;overflow:hidden}\n.sa-cta-banner-inner{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;min-height:380px}\n.sa-cta-banner-img{position:relative}\n.sa-cta-banner-img img{width:100%;height:100%;object-fit:cover;display:block}\n.sa-cta-banner-copy{padding:56px 48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}\n.sa-cta-banner-copy h2{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(28px,3.6vw,40px);color:#fff;margin:0 0 16px}\n.sa-cta-banner-copy p{font-family:Poppins,sans-serif;font-size:17px;line-height:1.55;color:#E6ECF1;margin:0 0 28px;max-width:480px}\n.sa-cta-banner-btn{display:inline-block;background:linear-gradient(0deg, #000000 0%, #0B212D 100%);color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:17px;text-decoration:none;padding:14px 32px;border-radius:8px;letter-spacing:.3px}\n.sa-cta-banner-btn:hover{background:#FFB04A}\n@media(max-width:768px){.sa-cta-banner-inner{grid-template-columns:1fr}.sa-cta-banner-img{min-height:240px}.sa-cta-banner-copy{padding:40px 24px;align-items:center;text-align:center}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-cta-image-banner h1,.sa-cta-image-banner h2,.sa-cta-image-banner h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-cta-image-banner .cva-btn,.sa-cta-image-banner .cva-btn--primary,.sa-cta-image-banner .cva-btn--ghost,.sa-cta-image-banner .sa-cta-banner-btn,.sa-cta-image-banner .sa-sidebar-btn,.sa-cta-image-banner .sa-side-btn,.sa-cta-image-banner .sa-submit-btn,.sa-cta-image-banner .sa-bsg-cta,.sa-cta-image-banner .sa-hero-cta,.sa-cta-image-banner .sa-partner-btn,.sa-cta-image-banner .sa-btn,.sa-cta-image-banner .sa-cta,.sa-cta-image-banner .sa-cta-btn,.sa-cta-image-banner .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:52"},{"id":50,"name":"sa-cva-final-cta","version":"2026-06-10","category":"CTA / Footer","description":"Final centered white CTA with a Georgia/Times New Roman headline (italic-orange em) and a single Call Now pill button (tel: href, text label).","when_to_use":"The very last content section of a page; clean white centered call-to-action.","source_skill":"sa-cva-final-cta","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The final CTA button uses orange as a background on this block per the approved SAIL Design Foundation v1 visual-truth source; do not change it.\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text (\"Call Now\"), never the phone number itself.\n- One phone number per page. This is the sole dial CTA for the page bottom.\n- Fonts: Poppins (supporting paragraph) + Georgia/Times New Roman (H2). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","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.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<!-- ==================== FINAL CTA ==================== -->\n<section class=\"cva-final-cta\">\n  <div class=\"cva-final-cta__inner\">\n    <h2>Get More. Get It Faster.<br><em>Get It With Sam Aguiar.</em></h2>\n    <p>$0 Out-Of-Pocket Forever. You only pay if we win, and with the Bigger Share Guarantee&reg; you always get more.</p>\n    <a href=\"tel:+15029336545\">\n      <svg viewBox=\"0 0 24 24\" width=\"20\" height=\"20\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1l-2.4 2.2z\"/></svg>\n      Call Now\n    </a>\n  </div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Final white CTA (block) ---------- */\n.cva-final-cta{background:#fff;text-align:center;padding:96px 24px;border-top:1px solid #e9eef0;}\n.cva-final-cta__inner{max-width:680px;margin:0 auto;}\n.cva-final-cta h2{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,4.6vw,52px);line-height:1.05;margin:0 0 16px;}\n.cva-final-cta h2 em{font-style:italic;color:var(--sail-orange);}\n.cva-final-cta p{font-size:18px;color:#3b4b54;margin:0 0 32px;}\n.cva-final-cta a{display:inline-flex;align-items:center;gap:10px;background:#0B212D;color:#fff;font-weight:700;font-size:19px;text-decoration:none;padding:18px 40px;border-radius:999px;transition:background .2s,color .2s;}.cva-final-cta a:hover{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706;}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.cva-final-cta h1,.cva-final-cta h2,.cva-final-cta h3{text-transform:uppercase !important;text-align:center !important;}\n.cva-final-cta .cva-btn,.cva-final-cta .cva-btn--primary,.cva-final-cta .cva-btn--ghost,.cva-final-cta .sa-cta-banner-btn,.cva-final-cta .sa-sidebar-btn,.cva-final-cta .sa-side-btn,.cva-final-cta .sa-submit-btn,.cva-final-cta .sa-bsg-cta,.cva-final-cta .sa-hero-cta,.cva-final-cta .sa-partner-btn,.cva-final-cta .sa-btn,.cva-final-cta .sa-cta,.cva-final-cta .sa-cta-btn,.cva-final-cta .btn{text-transform:uppercase !important;text-align:center !important;}\n\n\n/* === COMPLIANT BUTTON (no orange fill) === */\n.cva-final-cta a{\n  background:linear-gradient(0deg,#000000 0%,#0B212D 100%) !important;\n  color:#FFFFFF !important;\n  border:1px solid rgba(255,255,255,.10) !important;\n  box-shadow:0 6px 18px rgba(11,33,45,.28);\n  transition:color .2s ease, box-shadow .2s ease, transform .2s ease;\n}\n.cva-final-cta a:hover,\n.cva-final-cta a:focus-visible{\n  color:#D97706 !important;\n  box-shadow:0 10px 26px rgba(11,33,45,.36);\n  transform:translateY(-2px);\n}\n.cva-final-cta a svg{fill:currentColor;}\n","status":"Live","updated_at":"2026-06-15 12:32:41"},{"id":44,"name":"sa-cva-split-form","version":"2026-06-16","category":"CTA / Footer","description":"Split image-left / navy form-right conversion block (Variant E) with full inline-styled contact form and server-injection placeholders.","when_to_use":"Lead-capture conversion block with a contact form; placeholders {{FORM_ENDPOINT}}/{{NONCE_VALUE}} injected server-side.","source_skill":"sa-cva-split-form","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The headline accent span uses `#D97706` as text color, which is correct.\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself. This block collects a phone field as a form input -- that is a separate field, not a displayed dial link.\n- Fonts: Poppins (all form and panel text). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 (Variant E) -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<!-- ==================== SPLIT FORM (NAVY) CONVERSION BLOCK ==================== -->\n<!-- Approved Variant E. Placeholders https://aguiarinjurylawyers.com/wp-json/sal/v1/contact-intake/https://aguiarinjurylawyers.com// are server-injected on WP deploy; hero image swappable. -->\n<section class=\"sa-cta-banner-split sa-cta-form-navy\" style=\"width:100%;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:360px;\">\n<div aria-label=\"Sam Aguiar Injury Lawyers\" class=\"left-img\" role=\"img\" style=\"background-image:url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Attorney-Photos-33.webp');background-size:contain;background-repeat:no-repeat;background-position:center bottom;background-color:#0B212D;min-height:360px;\"></div>\n<div class=\"right-panel\" style=\"background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;padding:38px 44px;display:flex;flex-direction:column;justify-content:center;\">\n<div style=\"font-family:'Poppins',sans-serif;font-weight:700;font-size:26px;color:#fff;line-height:1.25;margin:0 0 18px;text-align:center;\">Get Back to Living<br/>Your <span style=\"color:#D97706;\">Best Life.</span></div>\n<form action=\"https://aguiarinjurylawyers.com/wp-json/sal/v1/contact-intake\" class=\"sa-cta-banner-form sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" id=\"cta-banner-form\" method=\"post\" style=\"display:flex;flex-direction:column;gap:10px;\">\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/practice-areas/commercial-vehicle-accidents/\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/><input name=\"utm_medium\" type=\"hidden\" value=\"\"/><input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input id=\"sal_contact_intake_nonce\" name=\"sal_contact_intake_nonce\" type=\"hidden\" value=\"\"/>\n<div class=\"sa-field-row\" style=\"display:grid;grid-template-columns:1fr 1fr;gap:10px;\">\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" style=\"font-family:'Poppins',sans-serif;font-weight:500;font-size:15px;color:#0B212D;background:#fff;border:2px solid #fff;border-radius:8px;padding:12px 14px;width:100%;outline:none;box-sizing:border-box;\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" style=\"font-family:'Poppins',sans-serif;font-weight:500;font-size:15px;color:#0B212D;background:#fff;border:2px solid #fff;border-radius:8px;padding:12px 14px;width:100%;outline:none;box-sizing:border-box;\" type=\"tel\"/></label>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-1-case-type\"><span class=\"sa-form-label\">Case Type</span><select id=\"sa-form-1-case-type\" name=\"case_type\" required=\"\" style=\"font-family:'Poppins',sans-serif;font-weight:500;font-size:15px;color:#0B212D;background:#fff url(&quot;data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'&gt;&lt;path fill='%230B212D' d='M7 10l5 5 5-5z'/&gt;&lt;/svg&gt;&quot;) no-repeat right 12px center;border:2px solid #fff;border-radius:8px;padding:12px 36px 12px 14px;width:100%;outline:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;\">\n<option value=\"\">Case Type</option>\n<option selected=\"\" value=\"Commercial Vehicle Accident\">Commercial Vehicle Accident</option>\n<option value=\"Truck Accident\">Truck Accident</option>\n<option value=\"Delivery Vehicle Accident\">Delivery Vehicle Accident</option>\n<option value=\"Bus Accident\">Bus Accident</option>\n<option value=\"Car Accident\">Car Accident</option>\n<option value=\"Wrongful Death\">Wrongful Death</option>\n<option value=\"Other\">Other</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-injured-status\"><span class=\"sa-form-label\">Were You Injured?</span><select id=\"sa-form-1-injured-status\" name=\"injured_status\" required=\"\" style=\"font-family:'Poppins',sans-serif;font-weight:500;font-size:15px;color:#0B212D;background:#fff url(&quot;data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'&gt;&lt;path fill='%230B212D' d='M7 10l5 5 5-5z'/&gt;&lt;/svg&gt;&quot;) no-repeat right 12px center;border:2px solid #fff;border-radius:8px;padding:12px 36px 12px 14px;width:100%;outline:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;\">\n<option value=\"\">Were You Injured?</option>\n<option value=\"Yes, I was injured\">Yes, I was injured</option>\n<option value=\"Not sure yet\">Not sure yet</option>\n<option value=\"No injuries\">No injuries</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<button class=\"submit\" style=\"font-family:'Poppins',sans-serif;font-weight:700;font-size:16px;background:#fff;color:#0B212D;border:2px solid #fff;border-radius:8px;padding:14px;cursor:pointer;margin-top:4px;letter-spacing:.4px;\" type=\"submit\">Get Started</button>\n</form>\n</div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Split form (navy) conversion block (block) ---------- */\n@media(max-width:900px){\n  .sa-cta-form-navy{grid-template-columns:1fr !important;}\n  .sa-cta-form-navy .left-img{min-height:320px !important;background-size:contain !important;background-position:center bottom !important;background-repeat:no-repeat !important;background-color:#0B212D !important;}\n  .sa-cta-form-navy .right-panel{padding:30px 24px !important;}\n  .sa-cta-form-navy .sa-field-row{grid-template-columns:1fr !important;}\n  .sa-cta-form-navy .right-panel>div:first-child{font-size:22px !important;}\n}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-cta-banner-split h1,.sa-cta-banner-split h2,.sa-cta-banner-split h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-cta-banner-split .cva-btn,.sa-cta-banner-split .cva-btn--primary,.sa-cta-banner-split .cva-btn--ghost,.sa-cta-banner-split .sa-cta-banner-btn,.sa-cta-banner-split .sa-sidebar-btn,.sa-cta-banner-split .sa-side-btn,.sa-cta-banner-split .sa-submit-btn,.sa-cta-banner-split .sa-bsg-cta,.sa-cta-banner-split .sa-hero-cta,.sa-cta-banner-split .sa-partner-btn,.sa-cta-banner-split .sa-btn,.sa-cta-banner-split .sa-cta,.sa-cta-banner-split .sa-cta-btn,.sa-cta-banner-split .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-16 17:21:44"},{"id":52,"name":"sa-depth-button","version":"2026-06-10","category":"CTA / Footer","description":"Primary call-to-action button. Visible Depth navy gradient fill with white text (never an orange fill). On light sections it renders navy with white text; on dark/navy sections add .on-dark for the inverted white-background / navy-text version so the button is never navy-on-navy. Hover turns the text Foundry orange.","when_to_use":"Any primary CTA button. Use the default on light/white sections. Add the .on-dark class when the button sits on a navy or Visible Depth section. Replaces all orange-fill buttons.","source_skill":"sa-design-elements","rules":"No orange background fills, ever. Foundry #D97706 appears only as hover text/border. White text carries color:#FFFFFF !important so legacy sitewide CSS cannot flip it dark. Hover state turns white text orange. On dark sections use .on-dark (white bg, navy text) to avoid navy-on-navy. Button label is always Call Now (or Get Started for form submits); phone lives in the tel: href only. Text is uppercase + centered.\nReplaces the legacy .sa-cta-btn everywhere (pre-publish-qa fails on class=\"sa-cta-btn\"). On bottom-CTA banners (sa-cta-image-banner #21) use .on-dark; include the phone icon only for tel: call buttons, omit it for non-call CTAs.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/commercial-vehicle-accidents/","deployment_notes":"Apply background, color, and border with !important. Keep transition on color/box-shadow/transform. SVG uses fill:currentColor so the phone icon recolors with the text on hover. Pair with the inverted .on-dark modifier on navy sections.","html":"<!-- SA Visible Depth Button. Primary CTA across the site. -->\n<!-- DEFAULT (use on LIGHT sections): navy depth gradient + white text. -->\n<a class=\"sa-depth-btn\" href=\"tel:+15028888888\"><svg viewBox=\"0 0 24 24\" width=\"19\" height=\"19\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.4 2.2z\"/></svg><span>Call Now</span></a>\n\n<!-- INVERTED (use on DARK / navy sections so the button is not navy-on-navy): -->\n<!-- add the .on-dark class to the SAME button. -->\n<div style=\"background:#0B212D;padding:34px;border-radius:14px;margin-top:26px;display:flex;justify-content:center;\">\n  <a class=\"sa-depth-btn on-dark\" href=\"tel:+15028888888\"><svg viewBox=\"0 0 24 24\" width=\"19\" height=\"19\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.4 2.2z\"/></svg><span>Call Now</span></a>\n</div>","css":".sa-depth-btn{\n  display:inline-flex;align-items:center;gap:10px;\n  font-family:'Poppins',-apple-system,Segoe UI,Roboto,sans-serif;\n  font-weight:700;font-size:17px;line-height:1;text-transform:uppercase;letter-spacing:.4px;\n  text-decoration:none;padding:16px 36px;border-radius:999px;cursor:pointer;\n  background:linear-gradient(0deg,#000000 0%,#0B212D 100%) !important;\n  color:#FFFFFF !important;                 /* forced white so theme cannot darken it */\n  border:1px solid rgba(255,255,255,.10);\n  box-shadow:0 6px 18px rgba(11,33,45,.28);\n  transition:color .2s ease, box-shadow .2s ease, transform .2s ease;\n}\n.sa-depth-btn svg{fill:currentColor;}\n/* hover: white text turns Foundry orange */\n.sa-depth-btn:hover,.sa-depth-btn:focus-visible{\n  color:#D97706 !important;\n  box-shadow:0 10px 26px rgba(11,33,45,.36);\n  transform:translateY(-2px);\n}\n\n/* INVERTED variant for DARK sections (white bg, navy text) */\n.sa-depth-btn.on-dark{\n  background:#FFFFFF !important;\n  color:#0B212D !important;\n  border:2px solid #FFFFFF !important;\n  box-shadow:0 6px 18px rgba(0,0,0,.22);\n}\n.sa-depth-btn.on-dark:hover,.sa-depth-btn.on-dark:focus-visible{\n  background:linear-gradient(0deg,#000000 0%,#0B212D 100%) !important;\n  color:#D97706 !important;\n  border-color:#D97706 !important;\n}\n\n/* demo page bg */\nbody{background:#fff;padding:50px;text-align:center;}","status":"Live","updated_at":"2026-06-15 13:12:00"},{"id":53,"name":"sa-depth-ring-button","version":"2026-06-03","category":"CTA / Footer","description":"Optional CTA button variant. Visible Depth navy gradient fill with Foundry orange text and a 1.5px orange ring. Keeps the orange visible while staying rule-compliant (orange is text and border, never a fill). Hover flips the text to white. For light sections.","when_to_use":"When you want the orange to read on a CTA button but cannot use an orange fill. Light sections only (the dark gradient needs a light background for separation). Secondary to sa-depth-button.","source_skill":"sa-design-elements","rules":"Orange appears only as text and a 1.5px border, never as a fill. White hover text carries !important. Use on light sections only. Label is always Call Now; phone in tel: href only. Uppercase + centered.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/commercial-vehicle-accidents/","deployment_notes":"Background, color and border use !important. SVG fill:currentColor so the icon tracks the text color through hover. Do not place on a navy/dark section, use sa-depth-button .on-dark there.","html":"<!-- SA Depth Ring Button (optional variant). For LIGHT sections only. -->\n<!-- Navy depth gradient fill, Foundry orange text + 1.5px orange ring. -->\n<a class=\"sa-depth-ring-btn\" href=\"tel:+15028888888\"><svg viewBox=\"0 0 24 24\" width=\"19\" height=\"19\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.4 2.2z\"/></svg><span>Call Now</span></a>","css":".sa-depth-ring-btn{\n  display:inline-flex;align-items:center;gap:10px;\n  font-family:'Poppins',-apple-system,Segoe UI,Roboto,sans-serif;\n  font-weight:700;font-size:17px;line-height:1;text-transform:uppercase;letter-spacing:.4px;\n  text-decoration:none;padding:16px 36px;border-radius:999px;cursor:pointer;\n  background:linear-gradient(0deg,#000000 0%,#0B212D 100%) !important;\n  color:#D97706 !important;                 /* orange TEXT (allowed) */\n  border:1.5px solid #D97706 !important;    /* orange ring (allowed border) */\n  box-shadow:0 6px 18px rgba(11,33,45,.28);\n  transition:color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;\n}\n.sa-depth-ring-btn svg{fill:currentColor;}\n.sa-depth-ring-btn:hover,.sa-depth-ring-btn:focus-visible{\n  color:#FFFFFF !important;                 /* hover flips text to white */\n  box-shadow:0 10px 26px rgba(11,33,45,.36);\n  transform:translateY(-2px);\n}\nbody{background:#fff;padding:50px;text-align:center;}","status":"Live","updated_at":"2026-06-03 04:01:12"},{"id":63,"name":"sa-get-started-pagebreak","version":"2026-06-15","category":"CTA / Footer","description":"Full-bleed centered Get Started page-break banner for aguiarinjurylawyers.com. Visible Depth navy-to-black gradient background, centered ALL-CAPS white headline, larger full-white body copy, and a single centered orange-outline GET STARTED button linking to /contact/.","when_to_use":"Centered trust/CTA page-break between content sections or before the final CTA banner, when a non-call Get Started button is wanted.","source_skill":"sa-get-started-pagebreak","rules":"Visible Depth gradient background only, never an orange fill. Centered uppercase white title, Poppins 700, 40px desktop / 30px mobile, no eyebrow. Full-opacity white body copy, Poppins 500, 22px desktop / 18px mobile, max-width 760px. Single centered GET STARTED pill: 2px solid #D97706 border, Visible Depth fill, orange text, hover inverts to orange fill + navy text. Non-call button to /contact/ (no tel: href, no phone). Foundry #D97706 only (never legacy #F89C22). Mobile breakpoint 768px. Wrap in wp:html markers in WordPress.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.\nUVP casing standard: use exactly \"$0 Out-Of-Pocket Forever\" for this benefit label, including title case and hyphens.","live_reference":"","deployment_notes":"Place as a direct child of .sa-page-wrapper or inside the main content column between sections. Edit headline, body copy, and button href per page; keep structure and CSS intact. Run pre-publish-qa and playwright-visual-qa before shipping. Distinct from sa-cta-image-banner (click-to-call CTA) and you-focus-pagebreak (call button).\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.\n2026-06-15: Normalized the Out-Of-Pocket Forever UVP casing standard in the registry.","html":"<section class=\"sa-gsb\">\n  <h2>You Focus On Getting Better</h2>\n  <p>We handle everything else. With the Bigger Share Guarantee&reg;, you always walk away with more than the lawyer, and you pay $0 Out-Of-Pocket Forever.</p>\n  <a class=\"sa-gsb-btn\" href=\"/contact/\">Get Started</a>\n</section>","css":".sa-gsb {\n  width: 100%;\n  background: linear-gradient(0deg, #000000 0%, #0B212D 100%);\n  border-radius: 14px;\n  padding: 64px 40px;\n  text-align: center;\n  box-sizing: border-box;\n}\n.sa-gsb * { font-family: Poppins, sans-serif; box-sizing: border-box; }\n.sa-gsb h2 {\n  margin: 0 0 20px;\n  color: #FFFFFF;\n  font-size: 40px;\n  font-weight: 700;\n  line-height: 1.15;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  text-align: center;\n}\n.sa-gsb p {\n  margin: 0 auto 36px;\n  max-width: 760px;\n  color: #FFFFFF;\n  font-size: 22px;\n  font-weight: 500;\n  line-height: 1.5;\n  text-align: center;\n}\n.sa-gsb .sa-gsb-btn {\n  display: inline-block;\n  padding: 18px 48px;\n  border: 2px solid #D97706;\n  border-radius: 999px;\n  background: linear-gradient(0deg, #000000 0%, #0B212D 100%);\n  color: #D97706 !important;\n  font-size: 18px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  text-decoration: none;\n  transition: background .2s ease, color .2s ease;\n}\n.sa-gsb .sa-gsb-btn:hover {\n  background: #D97706;\n  color: #0B212D !important;\n}\n@media (max-width: 768px) {\n  .sa-gsb { padding: 48px 24px; }\n  .sa-gsb h2 { font-size: 30px; }\n  .sa-gsb p { font-size: 18px; }\n  .sa-gsb .sa-gsb-btn { padding: 16px 38px; font-size: 16px; }\n}","status":"Live","updated_at":"2026-06-15 13:12:01"},{"id":66,"name":"sa-photowall-form","version":"2026-06-04","category":"CTA / Footer","description":"Photo-wall split intake form for aguiarinjurylawyers.com. A two-column conversion block: left is a tilted 3-up photo collage of real happy clients on a warm cream wall; right is a white intake panel with an orange left border, a centered You Focus on Getting Better headline, and the approved contact form wired to sal/v1/contact-intake (name, phone, case type, injured status, message, hidden tracking fields). Submit is the Visible Depth gradient GET STARTED button. Use on the Case Results page, homepage, or any conversion page where a warm client-photo lead-capture moment fits. Triggers on photo wall form, photowall form, sa-photowall-form, client collage form, split intake form with photos, happy clients form, or any photo-collage-plus-form conversion block. Distinct from sa-cva-split-form (single image-left, navy-form-right); this variant uses a tilted multi-photo collage wall. Forms are deprecated on practice-area/location/blog pages; use on homepage, contact, results, and landing pages only.","when_to_use":"Late-page conversion block on the Case Results page, homepage, contact page, or landing pages — a warm tilted client-photo collage (left) plus the approved white intake form (right).","source_skill":"sa-photowall-form","rules":"- Use only on homepage, contact, results, and landing pages — NOT on practice-area/location/blog pages.\n- Submit button reads GET STARTED and uses the Visible Depth gradient.\n- Orange (#D97706) used for the panel's left border only, never background.\n- Nonce is server-injected via {{NONCE_VALUE}} — never hardcode. No emoji.","live_reference":"https://previews.aguiarinjurylawyers.com/our-results-enhanced","deployment_notes":"Classes namespaced sa-pwf-; form id sa-pwf-form wired to https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake. Nonce placeholder {{NONCE_VALUE}} is server-injected. Forms are deprecated on practice-area/location/blog pages — use on homepage, contact, results, and landing pages only. Distinct from sa-cva-split-form. Run pre-publish-qa and playwright-visual-qa after deploy.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<!-- SA PHOTO-WALL SPLIT INTAKE FORM - START -->\n<!-- Split: tilted client photo collage (left) + approved white intake form (right). Wired to sal/v1/contact-intake like the homepage. -->\n<section class=\"sa-pwf-band\">\n<div class=\"sa-pwf\">\n<div aria-label=\"Sam Aguiar Injury Lawyers clients\" class=\"sa-pwf-wall\">\n<div class=\"sa-pwf-pic\"><img alt=\"Sam Aguiar Injury Lawyers client\" height=\"300\" loading=\"lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-12.webp\" width=\"300\"/></div>\n<div class=\"sa-pwf-pic\"><img alt=\"Sam Aguiar Injury Lawyers client\" height=\"300\" loading=\"lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" width=\"300\"/></div>\n<div class=\"sa-pwf-pic\"><img alt=\"Sam Aguiar Injury Lawyers client\" height=\"300\" loading=\"lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-15.webp\" width=\"300\"/></div>\n<div class=\"sa-pwf-pic\"><img alt=\"Sam Aguiar Injury Lawyers client\" height=\"300\" loading=\"lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-2.webp\" width=\"300\"/></div>\n<div class=\"sa-pwf-pic\"><img alt=\"Sam Aguiar Injury Lawyers client\" height=\"300\" loading=\"lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-02.webp\" width=\"300\"/></div>\n<div class=\"sa-pwf-pic\"><img alt=\"Sam Aguiar Injury Lawyers client\" height=\"300\" loading=\"lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-19.webp\" width=\"300\"/></div>\n</div>\n<div class=\"sa-pwf-panel\">\n<div class=\"sa-pwf-head\">You Focus on Getting Better.<br/>We’ll Handle Everything Else.</div>\n<form action=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" class=\"sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" id=\"sa-pwf-form\" method=\"post\">\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input id=\"sal_contact_intake_nonce\" name=\"sal_contact_intake_nonce\" type=\"hidden\" value=\"\"/>\n<div class=\"sa-pwf-row\">\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" type=\"tel\"/></label>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-1-case-type\"><span class=\"sa-form-label\">Case Type</span><select id=\"sa-form-1-case-type\" name=\"case_type\" required=\"\">\n<option value=\"\">Case Type</option>\n<option value=\"Car Accident\">Car Accident</option>\n<option value=\"Truck Accident\">Truck Accident</option>\n<option value=\"Motorcycle Accident\">Motorcycle Accident</option>\n<option value=\"Rideshare Accident\">Rideshare Accident</option>\n<option value=\"Pedestrian Accident\">Pedestrian Accident</option>\n<option value=\"Wrongful Death\">Wrongful Death</option>\n<option value=\"Other\">Other</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-injured-status\"><span class=\"sa-form-label\">Were You Injured?</span><select id=\"sa-form-1-injured-status\" name=\"injured_status\" required=\"\">\n<option value=\"\">Were You Injured?</option>\n<option value=\"Yes, I was injured\">Yes, I was injured</option>\n<option value=\"Not sure yet\">Not sure yet</option>\n<option value=\"No injuries\">No injuries</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Additional Details\" rows=\"3\"></textarea></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<button class=\"sa-pwf-btn submit\" type=\"submit\">GET STARTED</button>\n</form>\n</div>\n</div>\n</section>\n<script>\n/* Intake tracking: fill hidden fields from URL like the homepage (page_url, referrer, gclid, utm_*) */\n(function(){\n  var f=document.getElementById(\"sa-pwf-form\"); if(!f) return;\n  var p=new URLSearchParams(location.search);\n  var set=function(n,v){var el=f.querySelector('[name=\"'+n+'\"]'); if(el&&v!=null&&v!==\"\") el.value=v;};\n  set(\"page_url\",location.href);\n  set(\"referrer\",document.referrer||\"\");\n  [\"utm_source\",\"utm_medium\",\"utm_campaign\"].forEach(function(k){set(k,p.get(k));});\n  var g=p.get(\"gclid\");\n  if(g){set(\"gclid\",g); try{localStorage.setItem(\"sal_gclid\",g);}catch(e){}}\n  else{try{var sg=localStorage.getItem(\"sal_gclid\"); if(sg) set(\"gclid\",sg);}catch(e){}}\n})();\n</script>\n<!-- SA PHOTO-WALL SPLIT INTAKE FORM - END -->","css":".sa-pwf-band{padding:96px 24px;background:#f7f9fa}\n.sa-pwf{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;max-width:1180px;margin:0 auto;overflow:hidden;border-radius:14px;box-shadow:0 6px 24px rgba(11,33,45,.10);background:#fff;font-family:'Poppins',system-ui,sans-serif}\n.sa-pwf .sa-pwf-wall{background:#EFE7D8;padding:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-content:center}\n.sa-pwf .sa-pwf-pic{aspect-ratio:1/1.05;border-radius:8px;overflow:hidden;box-shadow:0 6px 16px rgba(11,33,45,.14);background:#fff;padding:8px 8px 28px;transition:transform .3s ease}\n.sa-pwf .sa-pwf-pic:nth-child(odd){transform:rotate(-1.2deg)}\n.sa-pwf .sa-pwf-pic:nth-child(even){transform:rotate(1.2deg)}\n.sa-pwf .sa-pwf-pic:nth-child(3n){transform:rotate(.6deg)}\n.sa-pwf .sa-pwf-pic:hover{transform:rotate(0) translateY(-4px) scale(1.04);z-index:10}\n.sa-pwf .sa-pwf-pic img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block;border-radius:4px}\n.sa-pwf .sa-pwf-panel{background:#fff;border-left:4px solid #D97706;padding:38px 44px;display:flex;flex-direction:column;justify-content:center}\n.sa-pwf .sa-pwf-head{font-family:'Poppins',system-ui,sans-serif;font-weight:700;font-size:26px;color:#0B212D;line-height:1.25;margin:0 0 18px;text-align:center}\n.sa-pwf form{display:flex;flex-direction:column;gap:10px}\n.sa-pwf .sa-pwf-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}\n.sa-pwf input,.sa-pwf select,.sa-pwf textarea{font-family:'Poppins',system-ui,sans-serif;font-weight:500;font-size:15px;color:#0B212D;background:#fff;border:2px solid #C7D4E3;border-radius:8px;padding:12px 14px;width:100%;outline:none;box-sizing:border-box}\n.sa-pwf textarea{min-height:84px;resize:vertical}\n.sa-pwf select{appearance:none;-webkit-appearance:none;padding-right:36px;background-image:url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%230B212D' d='M7 10l5 5 5-5z'/></svg>\");background-repeat:no-repeat;background-position:right 12px center}\n.sa-pwf .sa-pwf-btn{font-family:'Poppins',system-ui,sans-serif;font-weight:700;font-size:16px;background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;border:none;border-radius:8px;padding:14px;cursor:pointer;margin-top:4px;letter-spacing:.5px}\n@media(max-width:900px){.sa-pwf{grid-template-columns:1fr}.sa-pwf .sa-pwf-panel{padding:30px 24px}.sa-pwf .sa-pwf-row{grid-template-columns:1fr}}","status":"Beta","updated_at":"2026-06-15 14:51:58"},{"id":67,"name":"sa-results-final-cta","version":"2026-06-04","category":"CTA / Footer","description":"Centered final CTA section for aguiarinjurylawyers.com, in two approved background variants. Variant A: Visible Depth navy-to-black gradient with orange glow, white Georgia/Times New Roman headline (Get More. Get It Faster.) with an italic-orange emphasis line, a Bigger Share Guarantee subline, a Call Now Depth Button, and a prior-results disclaimer. Variant B: the same layout on a white full-width section. Both use the compliant Depth Button (no orange fill). Use as the bottom-of-page CTA on the Case Results page or any page wanting a centered statement CTA rather than the image-background split banner. Triggers on results final CTA, centered final CTA, sa-results-final-cta, Get More Get It Faster CTA, navy final CTA, white final CTA, or any centered two-variant closing CTA. Distinct from sa-cta-image-banner and sa-cva-final-cta; pick one closing CTA per page. Carries the prior-results disclaimer the Case Results page requires.","when_to_use":"Bottom-of-page centered closing CTA (above footer) when a page wants a centered statement CTA rather than an image-background split banner. Two background variants: A (navy Visible Depth) and B (white full-width).","source_skill":"sa-results-final-cta","rules":"- Headline 'Get More. Get It Faster.' + italic-orange 'Get It With Sam Aguiar.'\n- Button is the compliant Depth Button — NO orange fill (orange on hover only).\n- Must carry the prior-results disclaimer.\n- Phone in tel: href only; orange (#D97706) for text/emphasis only, never background. No emoji.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"https://previews.aguiarinjurylawyers.com/our-results-enhanced","deployment_notes":"Ship ONE variant — delete the other and its variant-note comment before deploying. Button is the compliant Depth Button (sa-design-elements 3.21, registry id 52) — NO orange fill; navy variant uses .sa-depth-btn.on-dark. Carries the prior-results disclaimer. Distinct from sa-cta-image-banner and sa-cva-final-cta — pick one closing CTA per page. Run pre-publish-qa and playwright-visual-qa after deploy.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<!-- SA RESULTS FINAL CTA (centered, two variants) - START -->\n<!-- Ship ONE variant. Delete the other + its variant-note comment before deploying. -->\n<!-- Button is the compliant Depth Button (sa-design-elements 3.21) - NO orange fill. -->\n<!-- ===== Variant A: navy ===== -->\n<section class=\"sa-rcta is-navy\">\n  <div class=\"sa-rcta-inner\">\n    <h2>Get More. Get It Faster.<br><em>Get It With Sam Aguiar.</em></h2>\n    <p>$0 Out-Of-Pocket Forever. You only pay if we win, and with the Bigger Share Guarantee&reg; you always get more.</p>\n    <a class=\"sa-depth-btn on-dark\" href=\"tel:5028888888\"><svg class=\"sa-depth-ico\" viewBox=\"0 0 24 24\" width=\"20\" height=\"20\" aria-hidden=\"true\" fill=\"currentColor\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1l-2.4 2.2z\"/></svg>Call Now</a>\n    <p class=\"sa-rcta-disc\">Prior results do not guarantee a similar outcome. Each case is different and must be evaluated on its own facts.</p>\n  </div>\n</section>\n\n<!-- ===== Variant B: white full-width ===== -->\n<section class=\"sa-rcta is-white\">\n  <div class=\"sa-rcta-inner\">\n    <h2>Get More. Get It Faster.<br><em>Get It With Sam Aguiar.</em></h2>\n    <p>$0 Out-Of-Pocket Forever. You only pay if we win, and with the Bigger Share Guarantee&reg; you always get more.</p>\n    <a class=\"sa-depth-btn\" href=\"tel:5028888888\"><svg class=\"sa-depth-ico\" viewBox=\"0 0 24 24\" width=\"20\" height=\"20\" aria-hidden=\"true\" fill=\"currentColor\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1l-2.4 2.2z\"/></svg>Call Now</a>\n    <p class=\"sa-rcta-disc\">Prior results do not guarantee a similar outcome. Each case is different and must be evaluated on its own facts.</p>\n  </div>\n</section>\n<!-- SA RESULTS FINAL CTA - END -->","css":"/* Shared layout */\n.sa-rcta{position:relative;text-align:center;padding:96px 24px;overflow:hidden;font-family:'Poppins',system-ui,sans-serif}\n.sa-rcta .sa-rcta-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}\n.sa-rcta h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(30px,4.6vw,52px);line-height:1.05;margin:0 0 16px}\n.sa-rcta h2 em{font-style:italic;color:#D97706}\n.sa-rcta p{font-size:18px;margin:0 0 32px}\n.sa-rcta .sa-rcta-disc{margin:24px auto 0;font-size:12.5px;font-weight:400;max-width:560px;line-height:1.5}\n\n/* Variant A - navy Visible Depth */\n.sa-rcta.is-navy{background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff}\n.sa-rcta.is-navy::after{content:\"\";position:absolute;inset:0;background:radial-gradient(50% 70% at 50% 50%,rgba(217,119,6,.16),transparent 70%);pointer-events:none}\n.sa-rcta.is-navy h2{color:#fff}\n.sa-rcta.is-navy p{font-weight:300;color:#fff}\n.sa-rcta.is-navy .sa-rcta-disc{color:#cbd5da}\n\n/* Variant B - white full-width */\n.sa-rcta.is-white{background:#fff;color:#0B212D;border-top:1px solid #e9eef0}\n.sa-rcta.is-white h2{color:#0B212D}\n.sa-rcta.is-white p{font-weight:400;color:#3b4b54}\n.sa-rcta.is-white .sa-rcta-disc{color:#56666f}\n\n/* Depth Button (sa-design-elements 3.21, registry id 52) */\n.sa-depth-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:16px 32px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;text-transform:uppercase;text-align:center;text-decoration:none;letter-spacing:.02em;cursor:pointer;background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#FFFFFF !important;border:2px solid transparent;transition:color .2s ease,border-color .2s ease,background .2s ease}\n.sa-depth-btn:hover,.sa-depth-btn:focus-visible{color:#D97706 !important;border-color:#D97706}\n.sa-depth-btn.on-dark{background:#FFFFFF;color:#0B212D !important;border:2px solid #FFFFFF}\n.sa-depth-btn.on-dark:hover,.sa-depth-btn.on-dark:focus-visible{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706 !important;border-color:#D97706}\n.sa-depth-btn .sa-depth-ico{flex-shrink:0}","status":"Beta","updated_at":"2026-06-15 12:32:42"},{"id":68,"name":"sa-results-final-cta-navy (CALL NOW)","version":"2026-06-04","category":"CTA / Footer","description":"Navy Visible Depth gradient final CTA. White Georgia/Times New Roman headline with italic-orange 'Get It With Sam Aguiar.' line, $0-out-of-pocket / Bigger Share Guarantee subline, all-caps CALL NOW pill button, and a prior-results disclaimer.","when_to_use":"Bottom-of-page closing CTA when a dark, statement-style finish fits the page rhythm.","source_skill":"sa-results-final-cta","rules":"Button text is ALL CAPS 'CALL NOW' (June 2026 decision). tel: href only. Orange-fill pill button. Keep the prior-results disclaimer. Pick one closing CTA per page.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"https://aguiarinjurylawyers.com/about-us/our-results/","deployment_notes":"Variant A of two final-CTA variants (navy). Pair white variant on alternating pages, never both on one page. Run pre-publish-qa and post-deploy Playwright visual QA.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<section class=\"sa-cta-final\"><div class=\"in\"><h2>Get More. Get It Faster.<br><em>Get It With Sam Aguiar.</em></h2><p>$0 Out-Of-Pocket Forever. You only pay if we win, and with the Bigger Share Guarantee&reg; you always get more.</p><a class=\"b\" href=\"tel:5028888888\"><svg viewBox=\"0 0 24 24\" width=\"20\" height=\"20\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1l-2.4 2.2z\"></path></svg>CALL NOW</a><p class=\"d\">Prior results do not guarantee a similar outcome. Each case is different and must be evaluated on its own facts.</p></div></section>","css":"@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');\n.sa-cta-final{--navy:#0B212D;--orange:#D97706;--font-display:Georgia,'Times New Roman',serif;--font-ui:'Poppins',system-ui,sans-serif;position:relative;background:linear-gradient(0deg,#000,var(--navy) 100%);color:#fff;text-align:center;padding:64px 24px;overflow:hidden;border-radius:12px;}\n.sa-cta-final::after{content:\"\";position:absolute;inset:0;background:radial-gradient(50% 70%,rgba(217,119,6,.16),transparent 70%);pointer-events:none;}\n.sa-cta-final .in{position:relative;z-index:1;max-width:680px;margin:0 auto;}\n.sa-cta-final h2{font-family:var(--font-display);font-weight:500;font-size:clamp(28px,4.6vw,46px);line-height:1.05;margin:0 0 16px;color:#fff;}\n.sa-cta-final h2 em{font-style:italic;color:var(--orange);}\n.sa-cta-final p{font-weight:300;font-size:17px;color:#FFFFFF;margin:0 0 28px;}\n.sa-cta-final .b{display:inline-flex;align-items:center;gap:10px;background:#0B212D;color:#fff;font-family:var(--font-ui);font-weight:700;font-size:18px;text-decoration:none;padding:16px 36px;border-radius:999px;transition:background .2s,color .2s;}.sa-cta-final .b:hover{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706;}\n.sa-cta-final .d{font-size:12.5px;color:#FFFFFF;font-weight:300;max-width:560px;margin:22px auto 0;line-height:1.5;}","status":"Beta","updated_at":"2026-06-15 12:32:42"},{"id":69,"name":"sa-results-final-cta-white (CALL NOW)","version":"2026-06-04","category":"CTA / Footer","description":"White full-width final CTA. Navy Georgia/Times New Roman headline with italic-orange 'Get It With Sam Aguiar.' line, $0-out-of-pocket / Bigger Share Guarantee subline, and an all-caps CALL NOW pill button.","when_to_use":"Bottom-of-page closing CTA when a clean white finish fits better than the dark variant.","source_skill":"sa-results-final-cta","rules":"Button text is ALL CAPS 'CALL NOW' (June 2026 decision). tel: href only. Orange-fill pill button. Pick one closing CTA per page.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"https://aguiarinjurylawyers.com/about-us/our-results/","deployment_notes":"Variant B of two final-CTA variants (white full-width). No prior-results disclaimer line. Run pre-publish-qa and post-deploy Playwright visual QA.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<section class=\"sa-cta-light\"><div class=\"in\"><h2>Get More. Get It Faster.<br><em>Get It With Sam Aguiar.</em></h2><p>$0 Out-Of-Pocket Forever. You only pay if we win, and with the Bigger Share Guarantee&reg; you always get more.</p><a class=\"b\" href=\"tel:5028888888\"><svg viewBox=\"0 0 24 24\" width=\"20\" height=\"20\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1l-2.4 2.2z\"></path></svg>CALL NOW</a></div></section>","css":"@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');\n.sa-cta-light{--navy:#0B212D;--orange:#D97706;--font-display:Georgia,'Times New Roman',serif;--font-ui:'Poppins',system-ui,sans-serif;background:#fff;color:var(--navy);text-align:center;padding:64px 24px;border-top:1px solid #E9EEF0;border-radius:12px;margin-top:18px;border:1px solid #E9EEF0;}\n.sa-cta-light .in{max-width:680px;margin:0 auto;}\n.sa-cta-light h2{font-family:var(--font-display);font-weight:500;font-size:clamp(28px,4.6vw,46px);line-height:1.05;margin:0 0 16px;color:var(--navy);}\n.sa-cta-light h2 em{font-style:italic;color:var(--orange);}\n.sa-cta-light p{font-weight:400;font-size:17px;color:#3B4B54;margin:0 0 28px;}\n.sa-cta-light .b{display:inline-flex;align-items:center;gap:10px;background:#0B212D;color:#fff;font-family:var(--font-ui);font-weight:700;font-size:18px;text-decoration:none;padding:16px 36px;border-radius:999px;transition:background .2s,color .2s;}.sa-cta-light .b:hover{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706;}","status":"Beta","updated_at":"2026-06-15 12:32:42"},{"id":35,"name":"sa-rural-cta-form-banner","version":"2026-06-10","category":"CTA / Footer","description":"Repeatable split-image intake form CTA for rural and secondary location pages. Ships in three variants, submits to the custom sal/v1/contact-intake endpoint, and uses viewport breakout sizing so it renders cleanly on legacy location templates.","when_to_use":"Use on rural or secondary location pages where Sam has approved a form-backed bottom CTA instead of the standard call-only banner.","source_skill":"sa-rural-cta-form-banner","rules":"Keep marker comments and data-sa-element=\"sa-rural-cta-form-banner\" for idempotent replacement.\nInline styles only; no <style> blocks.\nNo orange backgrounds, no opacity-reduced or gray text, and no rgba() text colors.\nSubmit button is Get Started; never use Free Consultation, Talk to Sam Aguiar, or Call Sam Aguiar.\nForm posts through data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" and intentionally omits the nonce so the sitewide form bridge attaches.\nPreserve viewport-breakout shell style with width:100vw, left:50%, and transform:translateX(-50%) for legacy location pages.\nVariant C Bigger Share Guarantee® eyebrow uses font-size:clamp(12px,1.6vw,17px) or a stronger equivalent.\nRun source QA and Playwright desktop/mobile QA after deployment.","live_reference":"https://aguiarinjurylawyers.com/locations/leitchfield/","deployment_notes":"Initial rollout: 31 rural location pages. Variant A: 11, Variant B: 10, Variant C: 10. Reference samples: Leitchfield (A), Paris (B), Pikeville (C). Backups and deploy report are in /home/user/workspace/rural-cta-rollout/report.json. Playwright QA passed 31/31 at 1280x900 and 390x844 with issuePages=0. Cloudflare purge and IndexNow submitted for all 31 indexable URLs.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<!-- SA Rural CTA Form Banner v1 START Variant A -->\n<section aria-label=\"Contact Sam Aguiar Injury Lawyers\" class=\"sa-cta-banner-split sa-rural-cta-form-banner sa-rural-cta-form-banner-a\" data-sa-element=\"sa-rural-cta-form-banner\" data-sa-variant=\"a\" id=\"sa-rural-cta-form\" style=\"width:100vw;max-width:min(1200px,100vw);margin:42px auto 0;display:flex;flex-wrap:wrap;align-items:stretch;overflow:hidden;border-radius:6px;box-sizing:border-box;position:relative;left:50%;transform:translateX(-50%);font-family:Poppins,sans-serif;background:#FFFFFF;\">\n<div aria-label=\"Kentucky pasture with horses\" class=\"sa-rural-cta-image\" role=\"img\" style=\"flex:1 1 390px;min-height:260px;background-image:url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/welcome-to-kentucky.webp');background-size:cover;background-position:center;\"></div>\n<div class=\"sa-rural-cta-panel\" style=\"flex:1 1 420px;background:#FFFFFF;border-left:5px solid #D97706;padding:34px 32px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;\">\n<div class=\"sa-rural-cta-headline\" style=\"font-family:Georgia,'Times New Roman',Times,serif;font-size:clamp(22px,2.6vw,30px);line-height:1.2;font-weight:700;color:#0B212D;margin:0 0 18px;\">You Focus on Getting Better.<br/>We’ll Handle Everything Else.</div>\n<form action=\"https://aguiarinjurylawyers.com/\" class=\"sa-cta-banner-form sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" id=\"sa-rural-cta-form-a\" method=\"post\">\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/thank-you/\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"Sam Aguiar Injury Lawyers\"/>\n<div class=\"sa-field-row\" style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:10px;margin:0 0 10px;\">\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input aria-label=\"Full Name\" class=\"sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" style=\"width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #cfd8dd;border-radius:6px;font-family:Poppins,sans-serif;font-size:15px;color:#0B212D;background:#FFFFFF;\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input aria-label=\"Phone Number\" class=\"sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" style=\"width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #cfd8dd;border-radius:6px;font-family:Poppins,sans-serif;font-size:15px;color:#0B212D;background:#FFFFFF;\" type=\"tel\"/></label>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-1-case-type\"><span class=\"sa-form-label\">Case Type</span><select aria-label=\"Case Type\" id=\"sa-form-1-case-type\" name=\"case_type\" required=\"\" style=\"width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #cfd8dd;border-radius:6px;font-family:Poppins,sans-serif;font-size:15px;color:#0B212D;background:#FFFFFF;\">\n<option value=\"\">Case Type</option>\n<option value=\"Car Accident\">Car Accident</option>\n<option value=\"Truck Accident\">Truck Accident</option>\n<option value=\"Motorcycle Accident\">Motorcycle Accident</option>\n<option value=\"Rideshare Accident\">Rideshare Accident</option>\n<option value=\"Pedestrian Accident\">Pedestrian Accident</option>\n<option value=\"Wrongful Death\">Wrongful Death</option>\n<option value=\"Other\">Other</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-injured-status\"><span class=\"sa-form-label\">Were You Injured?</span><select aria-label=\"Were You Injured?\" id=\"sa-form-1-injured-status\" name=\"injured_status\" required=\"\" style=\"width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #cfd8dd;border-radius:6px;font-family:Poppins,sans-serif;font-size:15px;color:#0B212D;background:#FFFFFF;margin-top:10px;\">\n<option value=\"\">Were You Injured?</option>\n<option value=\"Yes, I was injured\">Yes, I was injured</option>\n<option value=\"Not sure yet\">Not sure yet</option>\n<option value=\"No injuries\">No injuries</option>\n</select></label>\n<div class=\"sa-intake-consent\" style=\"display:flex;gap:10px;align-items:flex-start;margin:12px 0 16px;font-family:Poppins,sans-serif;font-size:12px;line-height:1.45;color:#0B212D;\">\n<input name=\"consent\" required=\"\" style=\"width:18px;height:18px;margin-top:2px;flex:0 0 auto;accent-color:#D97706;\" type=\"checkbox\" value=\"1\"/>\n<label>I agree to be contacted by Sam Aguiar Injury Lawyers about my case and understand that standard messaging rates may apply.</label>\n</div>\n<div aria-hidden=\"true\" class=\"sa-intake-hidden\" style=\"position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;\">\n<label>Company</label>\n<input autocomplete=\"off\" name=\"company\" tabindex=\"-1\" type=\"text\"/>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<button class=\"sa-submit-btn submit\" style=\"width:100%;padding:14px 20px;border:none;border-radius:6px;background:linear-gradient(135deg,#0B212D 0%,#0a1a24 100%);color:#FFFFFF;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;cursor:pointer;\" type=\"submit\">Get Started</button>\n</form>\n</div>\n</section>\n<!-- SA Rural CTA Form Banner v1 END Variant A -->\n","css":"Inline styles only. No standalone CSS block or page-level <style> tag.\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-cta-banner-split h1,.sa-cta-banner-split h2,.sa-cta-banner-split h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-cta-banner-split .cva-btn,.sa-cta-banner-split .cva-btn--primary,.sa-cta-banner-split .cva-btn--ghost,.sa-cta-banner-split .sa-cta-banner-btn,.sa-cta-banner-split .sa-sidebar-btn,.sa-cta-banner-split .sa-side-btn,.sa-cta-banner-split .sa-submit-btn,.sa-cta-banner-split .sa-bsg-cta,.sa-cta-banner-split .sa-hero-cta,.sa-cta-banner-split .sa-partner-btn,.sa-cta-banner-split .sa-btn,.sa-cta-banner-split .sa-cta,.sa-cta-banner-split .sa-cta-btn,.sa-cta-banner-split .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-15 14:51:58"},{"id":74,"name":"sa-byline","version":"2026-06-09","category":"Content Blocks","description":"Minimal author byline for blog and practice-area pages: an orange-ringed circular headshot (verified live Media Library URL), a bold navy 'By Sam Aguiar' name that links to the bio, and a last-updated date underneath. Surfaces the author + date E-E-A-T signal that previously lived only in JSON-LD schema.","when_to_use":"On blog posts and practice-area pages, placed directly above the On This Page TOC (under the breadcrumb). Not for location heros.","source_skill":"","rules":"1. Avatar is a circular headshot (Attorney-Headshots-22.jpg) with a 2px Foundry-orange #D97706 ring and small white padding gap.\n2. Name reads \"By Sam Aguiar\" in bold SA navy #0B212D, 17px Poppins 700; the name links to /our-team/sam-aguiar/.\n3. Date sits directly under the name in muted gray #6B7785, 14px, normal weight.\n4. Minimal by design — NO role kicker (\"Founder\"), NO \"Reviewed for accuracy\" line. Sam approved stripping these June 6, 2026.\n5. Subtle top hairline border (1px #E5E9ED) separates it from the element above.\n6. Place on practice-area and blog content only, NOT on the location hero. Natural home is directly above the On This Page TOC, under the breadcrumb.\n7. Pairs with existing Author + dateModified JSON-LD schema on the back end so the E-E-A-T signal stays intact while the visible tag is minimal.\n8. No emojis. No em or en dashes.","live_reference":"https://aguiarinjurylawyers.com/our-team/sam-aguiar/","deployment_notes":"Visible byline that surfaces author + date for E-E-A-T. The firm already ships Author/dateModified in JSON-LD; this exposes it to humans. Lives above the On This Page TOC on blog/practice-area pages. Headshot is the real Media Library bio photo Attorney-Headshots-22.jpg (earlier mock used a placeholder navy circle that 404d). Update the visible date to the page last-updated date per page. Finalized in the 2026-06-06 hero/byline session (Sam: \"Just the image. By Sam Aguiar/Date\").","html":"<div class=\"sa-byline\" role=\"contentinfo\" aria-label=\"Article author and date\">\n  <a class=\"sa-byline__avatar\" href=\"https://aguiarinjurylawyers.com/our-team/sam-aguiar/\" aria-label=\"Sam Aguiar, attorney bio\">\n    <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Sam-Aguiar-3.jpg\"\n         alt=\"Sam Aguiar, Kentucky personal injury attorney\"\n         width=\"56\" height=\"56\" loading=\"lazy\">\n  </a>\n  <div class=\"sa-byline__text\">\n    <p class=\"sa-byline__name\">By <a href=\"https://aguiarinjurylawyers.com/our-team/sam-aguiar/\">Sam Aguiar</a></p>\n    <p class=\"sa-byline__date\">June 6, 2026</p>\n  </div>\n</div>","css":".sa-byline{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  padding:18px 0;\n  border-top:1px solid #E5E9ED;\n  font-family:'Poppins',system-ui,-apple-system,sans-serif;\n  box-sizing:border-box;\n}\n.sa-byline *{box-sizing:border-box;}\n.sa-byline__avatar{\n  flex:0 0 auto;\n  display:block;\n  width:56px;\n  height:56px;\n  border-radius:50%;\n  overflow:hidden;\n  border:2px solid #D97706;          /* Foundry orange ring */\n  padding:2px;\n  background:#fff;\n  line-height:0;\n}\n.sa-byline__avatar img{\n  display:block;\n  width:100%;\n  height:100%;\n  border-radius:50%;\n  object-fit:cover;\n}\n.sa-byline__text{\n  display:flex;\n  flex-direction:column;\n  gap:2px;\n  min-width:0;\n}\n.sa-byline__name{\n  margin:0;\n  font-size:17px;\n  font-weight:700;\n  line-height:1.25;\n  color:#0B212D;                     /* SA navy */\n}\n.sa-byline__name a{\n  color:#0B212D;\n  text-decoration:none;\n}\n.sa-byline__name a:hover,\n.sa-byline__name a:focus-visible{\n  color:#D97706;\n  text-decoration:underline;\n}\n.sa-byline__date{\n  margin:0;\n  font-size:14px;\n  font-weight:400;\n  line-height:1.3;\n  color:#6B7785;                     /* muted gray */\n}\n@media (max-width:480px){\n  .sa-byline{gap:12px;padding:14px 0;}\n  .sa-byline__avatar{width:48px;height:48px;}\n  .sa-byline__name{font-size:16px;}\n  .sa-byline__date{font-size:13px;}\n}","status":"Live","updated_at":"2026-06-09 17:21:52"},{"id":106,"name":"sa-claim-number-statement-set","version":"2026-06-15-image-corrected","category":"Content Blocks","description":"Claim Number Statement mockup set corrected to use the actual website-library boardroom/silhouette assets from Sam's screenshot, not substitute truck/headshot images. Preserves the visible variants: Corporate Reps - Right-Aligned Dark Panel, Boardroom Symmetry - Cinematic Centered, and Silhouette Standoff - Bottom Band.","when_to_use":"Use as a mid-page adversary/trust statement where the page needs to contrast insurance-company treatment with the firm's client-first position. These are image-background statement cards, not truck heroes, attorney cards, or generic CTA assets.","source_skill":"registry-screenshot-intake; corrected from session 019eccb8-f1a6-7c73-ba9f-5a6ff337bf32. Website media library URLs: Boardroom.webp and Boardroom-2.webp. Local copies: C:\\Users\\SAguiar\\Downloads\\Website Image Library\\Boardroom.webp and C:\\Users\\SAguiar\\Downloads\\Website Image Library\\Boardroom-2.webp.","rules":"1. Do not substitute unrelated images. This element uses the website-library boardroom/silhouette assets that match Sam's screenshot.\n2. Corporate Reps uses Boardroom.webp. Boardroom Symmetry and Silhouette Standoff use Boardroom-2.webp with different overlay/crop treatments.\n3. Copy is locked: \"To insurance companies, you're just a claim number. To us, you're a future success story.\"\n4. In these screenshot variants, both \"a claim number\" and \"future success story\" are highlighted in Foundry orange #D97706.\n5. Keep overlays dark enough for white Poppins text to read clearly.\n6. Keep orange as text/accent only. No orange background fill.\n7. Keep the variant labels in the registry row so future agents can map screenshots to the exact design option.","live_reference":"","deployment_notes":"Corrected 2026-06-15 after Sam flagged the prior row for using agent-selected substitute images. The row now uses only Boardroom.webp and Boardroom-2.webp from the WordPress media library, with local copies saved under Downloads\\Website Image Library. Verified through Playwright request API; browser screenshot pass attempted separately because Render detail navigation was slow.","html":"<section class=\"sa-cn-mockups\" aria-label=\"Claim number statement mockups\">\n  <article class=\"sa-cn-option\">\n    <p class=\"sa-cn-option__kind\">Image Background</p>\n    <h3>Corporate Reps - Right-Aligned Dark Panel</h3>\n    <p class=\"sa-cn-option__note\">Silhouetted reps against bright windows; centered statement.</p>\n    <div class=\"sa-cn-card sa-cn-card--corporate\">\n      <p>To insurance companies, you're<br>just <strong>a claim number</strong>.</p>\n      <p>To us, you're a<br><strong>future success story</strong></p>\n    </div>\n  </article>\n\n  <article class=\"sa-cn-option\">\n    <p class=\"sa-cn-option__kind\">Image Background</p>\n    <h3>Boardroom Symmetry - Cinematic Centered</h3>\n    <p class=\"sa-cn-option__note\">Symmetrical silhouettes facing a lone figure; centered statement.</p>\n    <div class=\"sa-cn-card sa-cn-card--symmetry\">\n      <p>To insurance companies, you're<br>just <strong>a claim number</strong>.</p>\n      <p>To us, you're a<br><strong>future success story</strong></p>\n    </div>\n  </article>\n\n  <article class=\"sa-cn-option\">\n    <p class=\"sa-cn-option__kind\">Image Background</p>\n    <h3>Silhouette Standoff - Bottom Band</h3>\n    <p class=\"sa-cn-option__note\">High-contrast B/W standoff; centered statement, uniform overlay.</p>\n    <div class=\"sa-cn-card sa-cn-card--standoff\">\n      <p>To insurance companies, you're<br>just <strong>a claim number</strong></p>\n      <p>To us, you're a<br><strong>future success story</strong></p>\n    </div>\n  </article>\n</section>","css":".sa-cn-mockups{display:grid;gap:28px;font-family:Poppins,system-ui,sans-serif;color:#0B212D;background:#eef3f6;padding:24px;}.sa-cn-option{margin:0;}.sa-cn-option__kind{margin:0 0 4px;color:#D97706!important;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;}.sa-cn-option h3{margin:0;color:#0B212D!important;font-size:14px;line-height:1.2;font-weight:900;}.sa-cn-option__note{margin:3px 0 10px;color:#344955!important;font-size:11px;font-weight:600;}.sa-cn-card{position:relative;min-height:260px;border-radius:7px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:36px 24px;background-size:cover;background-position:center;box-shadow:0 12px 26px rgba(11,33,45,.22);}.sa-cn-card p{margin:0;color:#fff!important;font-size:clamp(18px,3vw,30px);line-height:1.22;font-weight:900;text-transform:uppercase;letter-spacing:.01em;text-shadow:0 2px 12px rgba(0,0,0,.68);}.sa-cn-card p+p{margin-top:18px;}.sa-cn-card strong{color:#D97706!important;font-weight:900;}.sa-cn-card--corporate{background-image:linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.64)),url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/Boardroom.webp');background-position:center center;}.sa-cn-card--symmetry{background-image:linear-gradient(rgba(0,0,0,.38),rgba(0,0,0,.72)),url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/Boardroom-2.webp');background-position:center center;}.sa-cn-card--standoff{background-image:linear-gradient(rgba(0,0,0,.52),rgba(0,0,0,.82)),url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/Boardroom-2.webp');background-position:center 54%;filter:grayscale(1);}@media(max-width:640px){.sa-cn-mockups{padding:18px}.sa-cn-card{min-height:210px;padding:28px 18px}.sa-cn-card p{font-size:clamp(16px,5vw,22px)}}","status":"Beta","updated_at":"2026-06-16 02:03:20"},{"id":38,"name":"sa-cva-body-sidebar","version":"2026-06-10","category":"Content Blocks","description":"Two-column body + sidebar layout grid wrapper with main content column, sticky 336px aside, and related-links card. CTA button uses border-box sizing so it never overflows the sidebar card; body paragraphs are a consistent 17px with a 19px lede.","when_to_use":"Wrap the main body of any practice-area/location page that needs a sticky sidebar layout.","source_skill":"sa-cva-body-sidebar","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill.\n- No em dashes in body copy. This snippet uses `&mdash;` HTML entities as the visual truth source; production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text (\"Call Now\"), never the phone number itself.\n- Fonts: Poppins (UI) + Georgia/Times New Roman (display headings). The host page must load the Google Fonts link below.\n- Text always full opacity. This mockup source uses some `opacity:` on text -- preserve as visual truth; production should use solid hex per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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":"<!-- ==================== BODY + SIDEBAR ==================== -->\n<div class=\"cva-body\">\n  <div class=\"cva-main\">\n    <h2>A commercial vehicle crash is not a regular car accident</h2>\n    <p class=\"cva-lede\">When the vehicle that hit you was working, <a href=\"https://aguiarinjurylawyers.com/practice-areas/truck-accident/\">hauling freight</a>, <a href=\"https://aguiarinjurylawyers.com/practice-areas/delivery-vehicle-accidents/\">making deliveries</a>, or running a company errand, the case changes. There is usually more than one party on the hook, more than one insurance policy in play, and a company that starts protecting itself within hours of the crash.</p>\n    <p>Sam Aguiar Injury Lawyers handles commercial vehicle claims across Kentucky, from Louisville and Lexington to the interstates that move freight through the state. These cases turn on driver logs, maintenance records, employment status, and the layers of coverage a business carries. We know where that proof lives and how fast it disappears, and we move to lock it down before the other side does.</p>\n    <h3>Why these cases call for an experienced firm</h3>\n    <p>Business vehicles carry commercial insurance policies that are often far larger than a personal auto policy. That is good news for a seriously injured client, and the reason the company and its insurer push back hard. The size of the policy is exactly why they assign adjusters and defense counsel early, and why a rushed, low first offer is so common. A claim built on preserved evidence and full medical documentation is what moves that number.</p>\n  </div>\n\n  <!-- Sidebar (approved Sidebar Stack: CTA + partner + trust + related) -->\n  <aside class=\"cva-aside\" role=\"complementary\">\n    <div class=\"cva-cta-card\">\n      <h3>Free Case Review</h3>\n      <p>Talk to our team 24/7. Most commercial vehicle cases can be qualified in under 10 minutes.</p>\n      <!-- Firm main line 502-933-6545; swap a DNI tracking number on deploy if needed -->\n      <a class=\"cva-btn cva-btn--primary\" href=\"tel:+15029336545\">Call Now</a>\n      <p class=\"cva-fineprint\">$0 Out-Of-Pocket Forever</p>\n    </div>\n    <div class=\"cva-related\">\n      <h3>Related Practice Areas</h3>\n      <ul>\n        <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/truck-accident/\">Truck Accidents</a></li>\n        <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/delivery-vehicle-accidents/\">Delivery Vehicle Accidents</a></li>\n        <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/bus-accident/\">Bus Accidents</a></li>\n        <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/car-accidents/\">Car Accidents</a></li>\n        <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/uber-lyft-accident/\">Uber &amp; Lyft Accidents</a></li>\n        <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/wrongful-death/\">Wrongful Death</a></li>\n      </ul>\n    </div>\n  </aside>\n</div>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Body + sidebar ---------- */\n.cva-body{max-width:var(--container);margin:0 auto;padding:clamp(48px,7vw,88px) 24px;display:grid;grid-template-columns:minmax(0,1fr) 336px;gap:48px;align-items:start;}\n.cva-main h2{font-family:var(--font-display);font-weight:600;font-size:clamp(26px,3vw,38px);line-height:1.12;margin:0 0 16px;}\n.cva-main h3{font-size:21px;font-weight:700;margin:34px 0 10px;}\n.cva-main p{margin:0 0 18px;font-size:17px;line-height:1.7;}\n.cva-main p.cva-lede{font-size:19px;line-height:1.6;}\n.cva-aside{position:sticky;top:24px;display:flex;flex-direction:column;gap:22px;}\n.cva-cta-card{background:var(--sail-navy);color:#fff;border-radius:12px;padding:28px 24px;text-align:center;}\n.cva-cta-card h3{font-family:var(--font-display);font-weight:600;font-size:23px;margin:0 0 8px;color:#fff;}\n.cva-cta-card p{font-size:14px;opacity:1;margin:0 0 18px;}\n.cva-cta-card .cva-btn{width:100%;justify-content:center;margin-bottom:10px;}\n.cva-cta-card .cva-fineprint{font-size:12px;opacity:1;margin:8px 0 0;}\n.cva-btn{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:16px;text-decoration:none;padding:15px 30px;border-radius:999px;box-sizing:border-box;transition:transform .2s,box-shadow .2s;}\n.cva-btn--primary{background:#0B212D;color:#fff;}\n.cva-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(217,119,6,.35);}\n.cva-btn--ghost-navy{background:transparent;color:var(--sail-navy);border:1.5px solid var(--sail-navy);}\n.cva-related{border:1px solid var(--card-border);border-radius:12px;padding:22px 24px;background:var(--sail-ink-light);}\n.cva-related h3{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--sail-navy);margin:0 0 12px;}\n.cva-related ul{list-style:none;margin:0;padding:0;}\n.cva-related li{border-bottom:1px solid var(--sail-rule);}\n.cva-related li:last-child{border-bottom:0;}\n.cva-related a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:11px 0;color:var(--sail-navy);text-decoration:none;font-weight:600;font-size:15px;}\n.cva-related a:hover{color:var(--sail-orange-deep);}\n.cva-related a::after{content:\"\\203A\";color:var(--sail-orange);font-weight:700;}\n@media(max-width:960px){.cva-body{grid-template-columns:1fr;}.cva-aside{position:static;}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.cva-body h1,.cva-body h2,.cva-body h3{text-transform:uppercase !important;text-align:center !important;}\n.cva-body .cva-btn,.cva-body .cva-btn--primary,.cva-body .cva-btn--ghost,.cva-body .sa-cta-banner-btn,.cva-body .sa-sidebar-btn,.cva-body .sa-side-btn,.cva-body .sa-submit-btn,.cva-body .sa-bsg-cta,.cva-body .sa-hero-cta,.cva-body .sa-partner-btn,.cva-body .sa-btn,.cva-body .sa-cta,.cva-body .sa-cta-btn,.cva-body .btn{text-transform:uppercase !important;text-align:center !important;}\n\n\n/* === COMPLIANT BUTTON (no orange fill) === */\n.cva-cta-card .cva-btn--primary{\n  background:#FFFFFF !important;\n  color:#0B212D !important;\n  border:2px solid #FFFFFF !important;\n  box-shadow:0 6px 18px rgba(0,0,0,.22);\n  transition:background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;\n}\n.cva-cta-card .cva-btn--primary:hover,\n.cva-cta-card .cva-btn--primary:focus-visible{\n  background:linear-gradient(0deg,#000000 0%,#0B212D 100%) !important;\n  color:#D97706 !important;\n  border-color:#D97706 !important;\n  transform:translateY(-2px);\n}\n.cva-cta-card .cva-btn--primary svg{fill:currentColor;}\n","status":"Live","updated_at":"2026-06-10 16:47:54"},{"id":42,"name":"sa-cva-evidence-checklist","version":"2026-06-10","category":"Content Blocks","description":"2-up evidence checklist cards with circular check badges, orange left border, and a centered, larger, Title-Cased orange meta subheader per card.","when_to_use":"Show a checklist of evidence types or features in a 2-column card grid.","source_skill":"sa-cva-evidence-checklist","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The 3px left border and check badge background (`#FFF4E5`) with orange icon follow this rule correctly.\n- No em dashes in body copy. This snippet uses `&mdash;` HTML entities as the visual truth source; production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (UI) + Georgia/Times New Roman (section title display). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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":"<!-- ==================== EVIDENCE CHECKLIST ==================== -->\n<section class=\"sa-feature-section sa-feature-white\">\n  <div class=\"sa-feature-inner\">\n    <h2 class=\"sa-feature-title\">Evidence Preservation Checklist</h2>\n    <p class=\"sa-feature-lede\">Commercial crashes generate evidence that a company can lawfully overwrite or recycle on a schedule. The sooner a spoliation letter goes out, the more of it survives.</p>\n    <div class=\"sa-evidence-grid\">\n      <div class=\"sa-evidence-card\"><div class=\"sa-evidence-check\">&#10003;</div><div><h3>Driver Logs &amp; Hours of Service</h3><p class=\"sa-evidence-meta\"><a href=\"https://www.fmcsa.dot.gov/regulations/hours-of-service\" target=\"_blank\" rel=\"noopener\">FMCSA</a> &middot; ELD Records</p><p>Electronic logging data showing how long the driver had been on duty and whether the carrier pushed past federal limits.</p></div></div>\n      <div class=\"sa-evidence-card\"><div class=\"sa-evidence-check\">&#10003;</div><div><h3>Vehicle Black-Box (ECM/EDR) Data</h3><p class=\"sa-evidence-meta\">Preserve Before Repair</p><p>Speed, braking, and throttle in the seconds before impact, pulled before the vehicle is fixed, sold, or scrapped.</p></div></div>\n      <div class=\"sa-evidence-card\"><div class=\"sa-evidence-check\">&#10003;</div><div><h3>Maintenance &amp; Inspection Records</h3><p class=\"sa-evidence-meta\">Carrier Files</p><p>Brake, tire, and repair history that shows whether the company kept the vehicle road-safe or deferred known problems.</p></div></div>\n      <div class=\"sa-evidence-card\"><div class=\"sa-evidence-check\">&#10003;</div><div><h3>Employment &amp; Hiring File</h3><p class=\"sa-evidence-meta\">Scope-Of-Employment Proof</p><p>Driver qualification, training, prior violations, and the records that tie the company to the crash.</p></div></div>\n      <div class=\"sa-evidence-card\"><div class=\"sa-evidence-check\">&#10003;</div><div><h3>Dashcam &amp; Telematics</h3><p class=\"sa-evidence-meta\">Spoliation Letter Required</p><p>In-cab and fleet camera footage plus GPS telematics, subpoenaed before the retention window closes.</p></div></div>\n      <div class=\"sa-evidence-card\"><div class=\"sa-evidence-check\">&#10003;</div><div><h3>Full Insurance Disclosures</h3><p class=\"sa-evidence-meta\">Primary, Excess &amp; Umbrella</p><p>Disclosure of the commercial primary, excess, and umbrella layers, not only the policy the adjuster volunteers.</p></div></div>\n    </div>\n  </div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Feature / evidence checklist (block) ---------- */\n.sa-feature-section{background:var(--sail-ink-light);padding:64px 24px;}\n.sa-feature-section.sa-feature-white{background:#fff;}\n.sa-feature-inner{max-width:var(--container);margin:0 auto;}\n.sa-feature-title{text-align:center;font-family:var(--font-display);font-weight:600;font-size:clamp(28px,3.4vw,38px);margin:0 0 8px;line-height:1.15;}\n.sa-feature-lede{text-align:center;max-width:820px;margin:0 auto 36px;font-size:17px;line-height:1.6;}\n.sa-evidence-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}\n.sa-evidence-card{background:#fff;border-left:3px solid var(--sail-orange);border-radius:4px;padding:18px 22px;display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:start;box-shadow:0 1px 2px rgba(11,33,45,.06);}\n.sa-evidence-check{width:34px;height:34px;border-radius:50%;background:#FFF4E5;color:var(--sail-orange);font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;}\n.sa-evidence-card h3{margin:0 0 4px;font-size:17px;font-weight:700;}\n.sa-evidence-card p{font-size:14px;margin:0;line-height:1.5;}\n.sa-evidence-card p.sa-evidence-meta{color:var(--sail-orange-deep);font-weight:700;font-size:15px;text-align:center;letter-spacing:.02em;margin:0 0 8px;}\n@media(max-width:900px){.sa-evidence-grid{grid-template-columns:1fr;}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-feature-section h1,.sa-feature-section h2,.sa-feature-section h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-feature-section .cva-btn,.sa-feature-section .cva-btn--primary,.sa-feature-section .cva-btn--ghost,.sa-feature-section .sa-cta-banner-btn,.sa-feature-section .sa-sidebar-btn,.sa-feature-section .sa-side-btn,.sa-feature-section .sa-submit-btn,.sa-feature-section .sa-bsg-cta,.sa-feature-section .sa-hero-cta,.sa-feature-section .sa-partner-btn,.sa-feature-section .sa-btn,.sa-feature-section .sa-cta,.sa-feature-section .sa-cta-btn,.sa-feature-section .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:55"},{"id":48,"name":"sa-cva-faq-accordion","version":"2026-06-10","category":"Content Blocks","description":"Native details/summary FAQ accordion with plus/minus markers, Georgia/Times New Roman H2, and optional FAQPage JSON-LD.","when_to_use":"Add a frequently-asked-questions accordion with structured-data support.","source_skill":"sa-cva-faq-accordion","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The `+` / `--` summary markers use orange as text color, which is correct.\n- No em dashes in body copy. This snippet uses `&mdash;` HTML entities as the visual truth source; production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (summary, answer text) + Georgia/Times New Roman (H2). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- The FAQPage JSON-LD template in the snippet is commented out -- uncomment and populate before going live. Duplicate JSON-LD on the same page will cause Search Console warnings.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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 ==================== -->\n<section class=\"cva-faq\" aria-labelledby=\"cva-faq-h\">\n  <h2 id=\"cva-faq-h\">Commercial Vehicle Accident FAQs</h2>\n  <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>\n  <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>\n  <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>\n  <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>\n  <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>\n  <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>\n</section>\n\n<!-- FAQPage JSON-LD template - uncomment and populate before going live.\n     Check that Rank Math / Yoast has not already injected a FAQPage block for this page.\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What counts as a commercial vehicle in Kentucky?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"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.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who can be held responsible after a commercial vehicle crash?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"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.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How is a commercial vehicle claim different from a regular car accident claim?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"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.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What should I do after a commercial vehicle crash?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"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.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long do I have to file a claim in Kentucky?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"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.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does it cost to hire Sam Aguiar for a commercial vehicle case?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"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.\"\n      }\n    }\n  ]\n}\n</script>\n-->","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- FAQ ---------- */\n.cva-faq{max-width:880px;margin:0 auto;padding:clamp(56px,8vw,96px) 24px;}\n.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;}\n.cva-faq details{border-bottom:1px solid var(--sail-rule);}\n.cva-faq summary{font-weight:600;font-size:18px;cursor:pointer;padding:20px 36px 20px 0;position:relative;list-style:none;}\n.cva-faq summary::-webkit-details-marker{display:none;}\n.cva-faq summary::after{content:\"+\";position:absolute;right:4px;top:18px;font-size:24px;color:var(--sail-orange);font-weight:400;}\n.cva-faq details[open] summary::after{content:\"\\2013\";}\n.cva-faq details p{margin:0 0 20px;color:#33424b;}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.cva-faq h1,.cva-faq h2,.cva-faq h3{text-transform:uppercase !important;text-align:center !important;}\n.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;}\n","status":"Live","updated_at":"2026-06-10 16:47:57"},{"id":43,"name":"sa-cva-how-it-works","version":"2026-06-10","category":"Content Blocks","description":"Numbered How-It-Works steps in a 2-column layout with center divider and large Georgia/Times New Roman display numerals in orange.","when_to_use":"Explain a process or onboarding steps with big numbered display numerals.","source_skill":"sa-cva-how-it-works","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. Step numerals use orange as text color, which is correct.\n- No em dashes in body copy. This snippet uses `&mdash;` HTML entities as the visual truth source; production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (body/step copy) + Georgia/Times New Roman (H2 + numerals + step titles). The host page must load the Google Fonts link below.\n- Text always full opacity. This mockup source uses `opacity:.85` on step copy -- preserve as visual truth; production should use solid hex per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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":"<!-- ==================== HOW IT WORKS ==================== -->\n<section class=\"sa-howitworks\" aria-labelledby=\"cva-how-h\">\n  <div class=\"sa-howitworks__inner\">\n    <header class=\"sa-howitworks__head\"><h2 class=\"sa-howitworks__h2\" id=\"cva-how-h\">How It Works</h2></header>\n    <ol class=\"sa-steps\" role=\"list\">\n      <li class=\"sa-step\"><span class=\"sa-step__num\" aria-hidden=\"true\">1</span><div class=\"sa-step__body\"><h3 class=\"sa-step__title\">Call.</h3><p class=\"sa-step__copy\">Call us 24/7. Most commercial vehicle cases can be qualified in under 10 minutes.</p></div></li>\n      <li class=\"sa-step\"><span class=\"sa-step__num\" aria-hidden=\"true\">2</span><div class=\"sa-step__body\"><h3 class=\"sa-step__title\">Ask.</h3><p class=\"sa-step__copy\">Ask us questions. We know you have several after a crash this serious. We want to answer them.</p></div></li>\n      <li class=\"sa-step\"><span class=\"sa-step__num\" aria-hidden=\"true\">3</span><div class=\"sa-step__body\"><h3 class=\"sa-step__title\">Answer.</h3><p class=\"sa-step__copy\">Answer a few of ours. That helps us both make sure we're a good fit, and it lets us get to work for you right away.</p></div></li>\n      <li class=\"sa-step\"><span class=\"sa-step__num\" aria-hidden=\"true\">4</span><div class=\"sa-step__body\"><h3 class=\"sa-step__title\">Review.</h3><p class=\"sa-step__copy\">Review our paperwork. We send it electronically, a standard contingency agreement and authorizations so we can start preserving evidence.</p></div></li>\n      <li class=\"sa-step\"><span class=\"sa-step__num\" aria-hidden=\"true\">5</span><div class=\"sa-step__body\"><h3 class=\"sa-step__title\">Heal.</h3><p class=\"sa-step__copy\">You focus on healing. A team of three goes to work on the rest, and walks through it all with you.</p></div></li>\n    </ol>\n  </div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- How It Works numbered steps (block) ---------- */\n.sa-howitworks{padding:clamp(64px,9vw,120px) 24px;background:#fff;}\n.sa-howitworks__inner{max-width:var(--container);margin:0 auto;}\n.sa-howitworks__head{margin:0 auto clamp(40px,6vw,72px);text-align:center;}\n.sa-howitworks__h2{font-family:var(--font-display);font-weight:600;font-size:clamp(30px,4vw,52px);letter-spacing:.02em;line-height:1.08;margin:0;text-transform:uppercase;}\n.sa-steps{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(48px,7vw,96px);position:relative;list-style:none;padding:0;margin:0;}\n.sa-steps::before{content:\"\";position:absolute;top:24px;bottom:24px;left:50%;width:1px;background:var(--sail-rule);}\n.sa-step{display:grid;grid-template-columns:auto 1fr;column-gap:32px;align-items:start;padding:clamp(28px,3.5vw,40px) 0;border-bottom:1px solid var(--sail-rule);}\n.sa-step:nth-last-child(-n+2):nth-child(odd){border-bottom:none;}\n.sa-step:nth-last-child(1){border-bottom:none;}\n.sa-step:nth-child(1),.sa-step:nth-child(2){padding-top:0;}\n.sa-step__num{font-family:var(--font-display);font-weight:400;font-size:clamp(44px,5.4vw,72px);line-height:.9;color:var(--sail-orange);letter-spacing:-.02em;min-width:1.6em;}\n.sa-step__body{padding-top:8px;}\n.sa-step__title{font-family:var(--font-display);font-weight:600;font-size:clamp(23px,2.4vw,29px);line-height:1.15;margin:0 0 12px;}\n.sa-step__copy{font-size:16px;line-height:1.7;margin:0;opacity:1;max-width:40ch;}\n@media(max-width:860px){.sa-steps{grid-template-columns:1fr;}.sa-steps::before{display:none;}.sa-step{grid-template-columns:1fr;row-gap:12px;padding:32px 0;text-align:center;}.sa-step:nth-child(1){padding-top:0;}.sa-step__num{margin:0 auto;}.sa-step__copy{margin:0 auto;}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-howitworks h1,.sa-howitworks h2,.sa-howitworks h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-howitworks .cva-btn,.sa-howitworks .cva-btn--primary,.sa-howitworks .cva-btn--ghost,.sa-howitworks .sa-cta-banner-btn,.sa-howitworks .sa-sidebar-btn,.sa-howitworks .sa-side-btn,.sa-howitworks .sa-submit-btn,.sa-howitworks .sa-bsg-cta,.sa-howitworks .sa-hero-cta,.sa-howitworks .sa-partner-btn,.sa-howitworks .sa-btn,.sa-howitworks .sa-cta,.sa-howitworks .sa-cta-btn,.sa-howitworks .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:55"},{"id":41,"name":"sa-cva-liability-split","version":"2026-06-10","category":"Content Blocks","description":"Editorial 2-column 'who pays' split with Georgia/Times New Roman H2 (italic-orange em), body copy, and a checkmark list.","when_to_use":"Explain liability/fault after a crash in an editorial two-column layout.","source_skill":"sa-cva-liability-split","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The italic `<em>` uses `--sail-orange-deep` (#B45309) per the source.\n- No em dashes in body copy. This snippet uses `&mdash;` HTML entities as the visual truth source; production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (UI) + Georgia/Times New Roman (H2 display). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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":"<!-- ==================== LIABILITY EDITORIAL ==================== -->\n<section class=\"cva-liability\" aria-labelledby=\"cva-liability-h\">\n  <h2 id=\"cva-liability-h\">Who pays after a <em>commercial vehicle</em> crash?</h2>\n  <div>\n    <p>In a typical fender-bender, you deal with one driver and one policy. Commercial crashes are different because the law looks past the driver to the business behind the wheel. Under the doctrine of <em>respondeat superior</em>, an employer is responsible for the negligence of a worker acting within the scope of the job, which puts the company, and its commercial policy, squarely in the claim.</p>\n    <p>Depending on how the crash happened, the parties who may share responsibility include:</p>\n    <ul>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>The driver who caused the crash</li>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>The company that employed the driver or owned the vehicle</li>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>A separate motor carrier, broker, or contractor that controlled the route</li>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>A maintenance or repair vendor that signed off on an unsafe vehicle</li>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>A cargo loader whose shifting or overweight load contributed</li>\n    </ul>\n    <p>Kentucky follows pure comparative fault under <a href=\"https://apps.legislature.ky.gov/law/statutes/statute.aspx?id=17782\" target=\"_blank\" rel=\"noopener\"><strong>KRS 411.182</strong></a>, so more than one party can be assigned a share of the blame. Sorting out who is responsible, and reaching each available policy, is where commercial cases are won or lost.</p>\n  </div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Liability editorial split ---------- */\n.cva-liability{max-width:var(--container);margin:0 auto;padding:clamp(56px,8vw,104px) 24px;display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start;}\n.cva-liability h2{font-family:var(--font-display);font-weight:600;font-size:clamp(28px,3.4vw,42px);line-height:1.1;margin:0;}\n.cva-liability h2 em{font-style:italic;color:var(--sail-orange-deep);}\n.cva-liability p{margin:0 0 18px;}\n.cva-liability ul{margin:0 0 18px;padding-left:0;list-style:none;}\n.cva-liability li{position:relative;padding-left:30px;margin-bottom:12px;font-weight:500;}\n.cva-liability li::before{position:absolute;left:0;top:1px;color:var(--sail-orange);font-weight:700;}\n@media(max-width:860px){.cva-liability{grid-template-columns:1fr;gap:24px;}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.cva-liability h1,.cva-liability h2,.cva-liability h3{text-transform:uppercase !important;text-align:center !important;}\n.cva-liability .cva-btn,.cva-liability .cva-btn--primary,.cva-liability .cva-btn--ghost,.cva-liability .sa-cta-banner-btn,.cva-liability .sa-sidebar-btn,.cva-liability .sa-side-btn,.cva-liability .sa-submit-btn,.cva-liability .sa-bsg-cta,.cva-liability .sa-hero-cta,.cva-liability .sa-partner-btn,.cva-liability .sa-btn,.cva-liability .sa-cta,.cva-liability .sa-cta-btn,.cva-liability .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:54"},{"id":39,"name":"sa-cva-types-grid","version":"2026-06-10","category":"Content Blocks","description":"3-up linked card grid with arrow markers on titles, for listing vehicle types or practice sub-types.","when_to_use":"List vehicle types or practice-area sub-types as linked cards in a 3-column grid.","source_skill":"sa-cva-types-grid","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The `›` arrow on card titles uses orange as a text character.\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (UI) + Georgia/Times New Roman (display). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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":"<!-- ==================== TYPES CARD GRID ==================== -->\n<div class=\"cva-types\">\n  <a class=\"cva-type-card\" href=\"https://aguiarinjurylawyers.com/practice-areas/truck-accident/\"><h3>Semis &amp; Tractor-Trailers</h3><p>FMCSA-regulated big rigs hauling freight on Kentucky interstates.</p></a>\n  <a class=\"cva-type-card\" href=\"https://aguiarinjurylawyers.com/practice-areas/commercial-vehicle-accidents/\"><h3>Box Trucks &amp; Straight Trucks</h3><p>Moving trucks, furniture haulers, and 26-foot rental fleets.</p></a>\n  <a class=\"cva-type-card\" href=\"https://aguiarinjurylawyers.com/practice-areas/delivery-vehicle-accidents/\"><h3>Delivery Vans</h3><p>Amazon, UPS, FedEx, and last-mile contractor vehicles.</p></a>\n  <a class=\"cva-type-card\" href=\"https://aguiarinjurylawyers.com/practice-areas/commercial-vehicle-accidents/\"><h3>Work &amp; Fleet Trucks</h3><p>Utility, landscaping, and trade company vehicles on the clock.</p></a>\n  <a class=\"cva-type-card\" href=\"https://aguiarinjurylawyers.com/practice-areas/bus-accident/\"><h3>Buses &amp; Shuttles</h3><p>Transit, charter, school, and hotel shuttle operators.</p></a>\n  <a class=\"cva-type-card\" href=\"https://aguiarinjurylawyers.com/practice-areas/commercial-vehicle-accidents/\"><h3>Dump Trucks &amp; Tankers</h3><p>Construction haulers and tankers carrying heavy or hazardous loads.</p></a>\n</div>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Types card grid (approved pa-card style) ---------- */\n.cva-types{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0 8px;}\n.cva-type-card{display:flex;flex-direction:column;background:var(--sail-ink-light);border:1px solid var(--card-border);border-radius:10px;padding:18px 20px;text-decoration:none;transition:transform .18s,box-shadow .18s;}\n.cva-type-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(11,33,45,.08);}\n.cva-type-card h3{margin:0 0 6px;font-size:16px;font-weight:700;color:var(--sail-navy);}\n.cva-type-card h3::after{content:\" \\203A\";color:var(--sail-orange);}\n.cva-type-card p{margin:0;font-size:13.5px;color:var(--sail-mute);line-height:1.5;}\n@media(max-width:760px){.cva-types{grid-template-columns:1fr 1fr;}}\n@media(max-width:480px){.cva-types{grid-template-columns:1fr;}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.cva-types h1,.cva-types h2,.cva-types h3{text-transform:uppercase !important;text-align:center !important;}\n.cva-types .cva-btn,.cva-types .cva-btn--primary,.cva-types .cva-btn--ghost,.cva-types .sa-cta-banner-btn,.cva-types .sa-sidebar-btn,.cva-types .sa-side-btn,.cva-types .sa-submit-btn,.cva-types .sa-bsg-cta,.cva-types .sa-hero-cta,.cva-types .sa-partner-btn,.cva-types .sa-btn,.cva-types .sa-cta,.cva-types .sa-cta-btn,.cva-types .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:54"},{"id":14,"name":"sa-faq-accordion","version":"2026-06-10","category":"Content Blocks","description":"Legacy FAQ accordion. Use sa-faq-concept-3 going forward for new and refreshed pages. Native HTML <details> with JSON-LD FAQPage schema.","when_to_use":"Legacy pages only. New and refreshed pages should use sa-faq-concept-3.","source_skill":"sa-template-reference","rules":"1. LEGACY variant. Use sa-faq-concept-3 going forward for new and refreshed pages.\n2. Native HTML <details> accordion with JSON-LD FAQPage schema.\n3. Banned questions: statute of limitations, comparative fault, generic 'what to do after a crash' content.\n4. JSON-LD must mirror every on-page Q/A.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<section class=\"sa-faq\">\n  <div class=\"sa-faq-inner\">\n    <h2 class=\"sa-faq-h2\">Kentucky Personal Injury FAQs</h2>\n\n    <details class=\"sa-faq-item\">\n      <summary>[Long-tail Question 1 with city + practice area?]</summary>\n      <div class=\"sa-faq-answer\">\n        <p>[40-60 word answer with at least one inline authoritative <a href=\"https://www.example.gov\" target=\"_blank\" rel=\"noopener\">citation</a>.]</p>\n      </div>\n    </details>\n\n    <details class=\"sa-faq-item\">\n      <summary>[Long-tail Question 2?]</summary>\n      <div class=\"sa-faq-answer\">\n        <p>[40-60 word answer with inline citation.]</p>\n      </div>\n    </details>\n\n    <details class=\"sa-faq-item\">\n      <summary>[Long-tail Question 3?]</summary>\n      <div class=\"sa-faq-answer\">\n        <p>[40-60 word answer with inline citation.]</p>\n      </div>\n    </details>\n\n    <!-- Add 6-10 questions total -->\n\n  </div>\n</section>\n\n\n\n<!-- REQUIRED: Matching FAQPage JSON-LD schema. Replace placeholders. -->\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"[Long-tail Question 1?]\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"[Plain-text answer 1.]\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"[Long-tail Question 2?]\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"[Plain-text answer 2.]\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"[Long-tail Question 3?]\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"[Plain-text answer 3.]\" }\n    }\n  ]\n}\n</script>","css":".sa-faq{background:#fff;padding:64px 20px}\n.sa-faq-inner{max-width:900px;margin:0 auto}\n.sa-faq-h2{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(26px,3.5vw,34px);color:#0B212D;text-align:center;margin:0 0 32px}\n.sa-faq-item{background:#f7f9fa;border-left:4px solid #D97706;border-radius:6px;margin:0 0 12px;overflow:hidden}\n.sa-faq-item summary{font-family:Poppins,sans-serif;font-weight:600;font-size:17px;color:#0B212D;padding:18px 56px 18px 22px;cursor:pointer;list-style:none;position:relative}\n.sa-faq-item summary::-webkit-details-marker{display:none}\n.sa-faq-item summary::after{content:\"+\";position:absolute;right:22px;top:50%;transform:translateY(-50%);color:#D97706;font-size:24px;font-weight:700;transition:transform .2s}\n.sa-faq-item[open] summary::after{content:\"−\"}\n.sa-faq-answer{padding:0 22px 20px}\n.sa-faq-answer p{font-family:Poppins,sans-serif;font-weight:500;font-size:15px;line-height:1.6;color:#0B212D;margin:0}\n.sa-faq-answer a{color:#0B212D;border-bottom:1px solid #D97706;text-decoration:none}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-faq h1,.sa-faq h2,.sa-faq h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-faq .cva-btn,.sa-faq .cva-btn--primary,.sa-faq .cva-btn--ghost,.sa-faq .sa-cta-banner-btn,.sa-faq .sa-sidebar-btn,.sa-faq .sa-side-btn,.sa-faq .sa-submit-btn,.sa-faq .sa-bsg-cta,.sa-faq .sa-hero-cta,.sa-faq .sa-partner-btn,.sa-faq .sa-btn,.sa-faq .sa-cta,.sa-faq .sa-cta-btn,.sa-faq .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:51"},{"id":6,"name":"sa-faq-concept-3","version":"2026-06-15-faq-cleanup","category":"Content Blocks","description":"May 2026 standalone packaged FAQ design with stricter content rules than the legacy accordion. Native HTML <details> accordion with JSON-LD FAQPage schema.","when_to_use":"Default going forward for new and refreshed FAQ blocks on practice-area and location pages.","source_skill":"sa-faq-concept-3","rules":"Default FAQ accordion for refreshed pages.\n2026-06-15: Default FAQ registry content refreshed to remove stale Lexington sample copy, competitor-comparison language, unsupported timing claims, and noncanonical font weights. Live pages must still customize FAQ questions and add matching FAQPage JSON-LD.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"FAQ concept 3 refreshed after Kentucky page QA to remove stale sample copy and align CSS weights and breakpoint with sa-copywrite-design.","html":"<section class=\"sa-section sa-section-light\">\n  <div class=\"sa-section-inner\">\n    <h2>FAQ's</h2>\n    <div class=\"sa-faq-section\">\n      <details>\n        <summary>Does Sam Aguiar Injury Lawyers handle cases across Kentucky?</summary>\n        <p class=\"faq-body\">Yes. The firm handles Kentucky motor vehicle injury cases from offices in Louisville and Lexington, with remote sign-ups and document handling when that is easier for the client. Case teams can work with clients in every region of the state.</p>\n      </details>\n      <details>\n        <summary>What types of accident cases does the firm handle?</summary>\n        <p class=\"faq-body\">The firm handles motor vehicle injury cases, including car accidents, commercial truck accidents, motorcycle crashes, rideshare collisions, delivery vehicle crashes, pedestrian injuries, bicycle injuries, hit-and-run claims, uninsured motorist disputes, and crash-related wrongful death cases.</p>\n      </details>\n      <details>\n        <summary>How does the Bigger Share Guarantee work?</summary>\n        <p class=\"faq-body\">The Bigger Share Guarantee means the client receives more than the attorney after fees, case costs, medical bills, and liens are addressed. If the client would receive less, the firm cuts its fee so the client receives the bigger share.</p>\n      </details>\n      <details>\n        <summary>What does $0 Out-Of-Pocket Forever mean?</summary>\n        <p class=\"faq-body\">Clients do not pay anything out of pocket while the case is moving forward. The firm advances case costs and is paid only from a recovery. The fee percentage does not increase because a case has to be filed or litigated.</p>\n      </details>\n    </div>\n  </div>\n</section>\n\n<!-- Add FAQPage JSON-LD on each page with page-specific questions and answers. -->","css":"/* ============== sa-faq-concept-3 - standalone packaged FAQ ============== */\n.sa-section.sa-section-light{\n  padding:56px 24px;\n  background:#F7F9FA;\n}\n.sa-section.sa-section-light .sa-section-inner{\n  max-width:880px;\n  margin:0 auto;\n}\n.sa-section.sa-section-light h2{\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:clamp(26px,3.5vw,34px);\n  color:#0B212D;\n  text-align:center;\n  margin:0 0 28px;\n  letter-spacing:0;\n}\n.sa-faq-section{\n  display:flex;\n  flex-direction:column;\n  gap:12px;\n}\n.sa-faq-section details{\n  background:#FFFFFF;\n  border:1px solid #E6ECF1;\n  border-left:4px solid #D97706;\n  border-radius:0 8px 8px 0;\n  padding:0;\n  overflow:hidden;\n  transition:border-color .15s ease, box-shadow .15s ease;\n}\n.sa-faq-section details[open]{\n  border-color:#D97706;\n  box-shadow:0 2px 8px rgba(11,33,45,.06);\n}\n.sa-faq-section summary{\n  font-family:Poppins,sans-serif;\n  font-weight:600;\n  font-size:17px;\n  line-height:1.4;\n  color:#0B212D;\n  padding:18px 50px 18px 22px;\n  cursor:pointer;\n  position:relative;\n  list-style:none;\n  user-select:none;\n}\n.sa-faq-section summary::-webkit-details-marker{display:none;}\n.sa-faq-section summary::after{\n  content:'+';\n  position:absolute;\n  right:22px;\n  top:50%;\n  transform:translateY(-50%);\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:24px;\n  color:#D97706;\n  line-height:1;\n}\n.sa-faq-section details[open] summary::after{\n  content:'\\2212';\n}\n.sa-faq-section .faq-body{\n  font-family:Poppins,sans-serif;\n  font-weight:500;\n  font-size:16px;\n  line-height:1.6;\n  color:#0B212D;\n  padding:0 22px 20px;\n  margin:0;\n}\n.sa-faq-section .faq-body a{\n  color:#0B212D;\n  border-bottom:1px solid #D97706;\n  text-decoration:none;\n  font-weight:600;\n}\n\n@media (max-width:768px){\n  .sa-section.sa-section-light{padding:40px 16px;}\n  .sa-section.sa-section-light h2{text-align:center;}\n  .sa-faq-section summary{font-size:16px;padding:16px 44px 16px 18px;}\n  .sa-faq-section .faq-body{font-size:15px;padding:0 18px 16px;}\n}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting scoped 2026-06-15) === */\n.sa-section h1,.sa-section h2,.sa-section h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-section .cva-btn,.sa-section .cva-btn--primary,.sa-section .cva-btn--ghost,.sa-section .sa-cta-banner-btn,.sa-section .sa-sidebar-btn,.sa-section .sa-side-btn,.sa-section .sa-submit-btn,.sa-section .sa-bsg-cta,.sa-section .sa-hero-cta,.sa-section .sa-partner-btn,.sa-section .sa-btn,.sa-section .sa-cta,.sa-section .sa-cta-btn,.sa-section .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-15 16:44:37"},{"id":54,"name":"sa-faq-triangle","version":"2026-06-02","category":"Content Blocks","description":"Standalone packaged FAQ design with a LEFT triangle disclosure marker. Native HTML <details> accordion: white question cards on a light-gray section, navy question text, centered section title, and a small triangle on the left of each question that rotates 90 degrees and turns orange when the item opens. Pairs with FAQPage JSON-LD schema. Recreated from a rendered mockup (Kentucky Car Accident FAQ).","when_to_use":"Use when you want the clean left-triangle FAQ look instead of the right-side +/- marker of sa-faq-concept-3. Pick one FAQ design per page. Good for practice-area, location, and service pages above the final CTA banner.","source_skill":"sa-faq-triangle","rules":"1. BANNED question topics on live pages: statute of limitations, comparative fault, generic 'what to do after a crash' checklists.\n2. JSON-LD FAQPage schema REQUIRED; mirror every on-page Q/A into the schema (straight quotes in JSON).\n3. No banned words (firm-briefing 6) and no AI-fingerprint language (6.1) in answers.\n4. Curly quotes in copy; no em dashes (firm-briefing 7).\n5. Phone numbers stay in tel: href only, never visible text in an answer.\n6. Nav/TOC label reads exactly FAQ's (with apostrophe).\n7. No rgba alpha < 1 or opacity < 1 on text (sa-brand-decisions 3).\n8. Tokens: section bg #F7F9FB, card #fff with #E6ECF1 border, open border/marker Foundry orange #D97706, navy #0B212D text, answer #2C3E50, Poppins font, 640px mobile breakpoint. Do not modify class names, hex values, breakpoints, or marker geometry.\n9. Distinct from sa-faq-concept-3 (right-side +/- marker) - never stack both on one page.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy HTML + CSS verbatim from the skill's references/snippet.html. Swap the recreation roster for approved firm-specific topics before shipping live. Mirror Q/A into the JSON-LD from references/schema-template.json. Paste above the final CTA banner; paste schema immediately after. Run pre-publish-qa -> playwright-visual-qa (1280px + 390px) -> sa-content-rot-detector -> sa-css-leak-guard, then content-publish-logger and batch-indexnow.","html":"<section class=\"sa-faq-tri\">\n  <div class=\"sa-faq-inner\">\n    <h2>Kentucky Car Accident FAQ</h2>\n    <div class=\"sa-faq-list\">\n      <details>\n        <summary>Is Kentucky a no-fault state for car accidents?</summary>\n        <p class=\"faq-body\">Yes. Kentucky is a choice no-fault state, so your own Personal Injury Protection coverage pays the first round of medical bills and lost wages regardless of who caused the crash. You can step outside the no-fault system and pursue the at-fault driver once your injuries cross Kentucky&rsquo;s statutory threshold.</p>\n      </details>\n      <details>\n        <summary>What if the at-fault driver had no insurance?</summary>\n        <p class=\"faq-body\">Your own Uninsured and Underinsured Motorist coverage can step in to pay for your injuries when the other driver carried no policy or not enough. We routinely stack and pursue every available layer of coverage so an uninsured driver does not become your financial problem.</p>\n      </details>\n      <details>\n        <summary>How much does it cost to hire Sam Aguiar Injury Lawyers?</summary>\n        <p class=\"faq-body\">Nothing upfront and $0 out of pocket, ever. We work on a flat contingency fee that never increases, even if your case goes into litigation. The Bigger Share Guarantee&reg; means your walkaway amount is always larger than ours, or we cut our fee.</p>\n      </details>\n      <details>\n        <summary>Can the firm get crash camera footage for my Kentucky car accident?</summary>\n        <p class=\"faq-body\">Yes. We have access to DOT and TriMarc traffic camera systems with roughly six months of statewide real-time footage. Pulling that video early can lock down liability before an at-fault driver or insurer rewrites the story.</p>\n      </details>\n    </div>\n  </div>\n</section>","css":".sa-faq-tri{ padding:56px 24px; background:#F7F9FB; }\n.sa-faq-tri .sa-faq-inner{ max-width:980px; margin:0 auto; }\n.sa-faq-tri h2{ font-family:Poppins,sans-serif; font-weight:700; font-size:clamp(28px,3.6vw,36px); color:#0B212D; text-align:center; margin:0 0 30px; letter-spacing:.2px; }\n.sa-faq-tri .sa-faq-list{ display:flex; flex-direction:column; gap:14px; }\n.sa-faq-tri details{ background:#fff; border:1px solid #E6ECF1; border-radius:8px; overflow:hidden; box-shadow:0 1px 3px rgba(11,33,45,0.05); transition:border-color .15s ease, box-shadow .15s ease; }\n.sa-faq-tri details[open]{ border-color:#D97706; box-shadow:0 3px 10px rgba(11,33,45,0.08); }\n.sa-faq-tri summary{ font-family:Poppins,sans-serif; font-weight:600; font-size:17px; line-height:1.4; color:#0B212D; padding:20px 24px 20px 48px; cursor:pointer; position:relative; list-style:none; user-select:none; }\n.sa-faq-tri summary::-webkit-details-marker{ display:none; }\n.sa-faq-tri summary::before{ content:''; position:absolute; left:24px; top:50%; transform:translateY(-50%); width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:9px solid #0B212D; transition:transform .2s ease, border-left-color .2s ease; }\n.sa-faq-tri details[open] summary::before{ transform:translateY(-50%) rotate(90deg); border-left-color:#D97706; }\n.sa-faq-tri .faq-body{ font-family:Poppins,sans-serif; font-weight:400; font-size:16px; line-height:1.65; color:#2C3E50; padding:0 24px 22px 48px; margin:0; }\n@media (max-width:640px){ .sa-faq-tri{ padding:40px 16px; } .sa-faq-tri summary{ font-size:16px; padding:16px 18px 16px 42px; } .sa-faq-tri summary::before{ left:18px; } .sa-faq-tri .faq-body{ font-size:15px; padding:0 18px 18px 42px; } }","status":"Live","updated_at":"2026-06-03 04:04:37"},{"id":100,"name":"sa-homepage-custom-form","version":"2026-06-15","category":"Content Blocks","description":"Rendered live homepage-style intake form contract. Added from live-site QA after the form family was verified passing but not separately represented in the registry.","when_to_use":"Homepage-style, landing-page, or top-of-page intake placements that should use the same Litify/email/tracking contract as the homepage form.","source_skill":"wp-form-deploy-qa","rules":"Must keep sa-homepage-custom-form or sa-custom-contact-intake-form approved class, POST method, /sal/v1/contact-intake route, required hidden attribution fields, redirect fields, and sal_contact_intake_submit marker. Verify with rendered-form-contract-qa before deployment.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Created from the rendered live site on 2026-06-15 after full form QA passed. The stored HTML is a known-working rendered contract example; adapt visible copy carefully but keep field names and hidden attribution fields intact.","html":"<form action=\"https://aguiarinjurylawyers.com/\" class=\"sa-homepage-custom-form\" cr-attached=\"true\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" data-sal-attribution-ready=\"1\" data-sal-existing-handler=\"1\" data-sal-form-configured=\"20260529\" id=\"contact-form\" method=\"post\">\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?registry_capture=20260615\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/thank-you/\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/?intake=error\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input id=\"sal_contact_intake_nonce\" name=\"sal_contact_intake_nonce\" type=\"hidden\" value=\"8563fe23f4\"/><input name=\"_wp_http_referer\" type=\"hidden\" value=\"/?registry_capture=20260615\"/> <div class=\"sa-field\">\n<label class=\"sa-field-label\" for=\"sa_home_full_name\">Full Name *</label>\n<input id=\"sa_home_full_name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" type=\"text\"/>\n</div>\n<div class=\"sa-field\">\n<label class=\"sa-field-label\" for=\"sa_home_phone\">Phone *</label>\n<input id=\"sa_home_phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" type=\"tel\"/>\n</div>\n<div class=\"sa-field\">\n<label class=\"sa-field-label\" for=\"sa_home_email\">Email Address</label>\n<input id=\"sa_home_email\" name=\"email\" placeholder=\"Email Address\" type=\"email\"/>\n</div>\n<div class=\"sa-field\">\n<label class=\"sa-field-label\" for=\"sa_home_case_type\">Case Type *</label>\n<select id=\"sa_home_case_type\" name=\"case_type\" required=\"\">\n<option value=\"\">Case Type</option>\n<option value=\"Car Accident\">Car Accident</option>\n<option value=\"Truck Accident\">Truck Accident</option>\n<option value=\"Delivery Truck Accident\">Delivery Truck Accident</option>\n<option value=\"Motorcycle Accident\">Motorcycle Accident</option>\n<option value=\"Rideshare Accident\">Rideshare Accident</option>\n<option value=\"Pedestrian Accident\">Pedestrian Accident</option>\n<option value=\"Bicycle Accident\">Bicycle Accident</option>\n<option value=\"Wrongful Death\">Wrongful Death</option>\n<option value=\"Other\">Other</option>\n</select>\n</div>\n<div class=\"sa-field\">\n<label class=\"sa-field-label\" for=\"sa_home_injured_status\">Were You Injured? *</label>\n<select id=\"sa_home_injured_status\" name=\"injured_status\" required=\"\">\n<option value=\"\">Were You Injured?</option>\n<option value=\"Yes, I was injured\">Yes, I was injured</option>\n<option value=\"No injuries\">No injuries</option>\n</select>\n</div>\n<div class=\"sa-intake-consent\">\n<input id=\"sa_home_contact_consent\" name=\"consent\" required=\"\" type=\"checkbox\" value=\"1\"/>\n<label for=\"sa_home_contact_consent\">I agree to be contacted by Sam Aguiar Injury Lawyers about my case and understand that standard messaging rates may apply.</label>\n</div>\n<div aria-hidden=\"true\" class=\"sa-intake-hidden\">\n<label for=\"sa_home_company\">Company</label>\n<input autocomplete=\"off\" id=\"sa_home_company\" name=\"company\" tabindex=\"-1\" type=\"text\"/>\n</div>\n<button class=\"sa-submit-btn\" type=\"submit\">Start My Free Review</button>\n<input name=\"page_title\" type=\"hidden\" value=\"Louisville’s Personal Injury Attorneys | Sam Aguiar Injury Lawyers\"/><input name=\"landing_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?registry_capture=20260615\"/><input name=\"last_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?registry_capture=20260615\"/><input name=\"gclid\" type=\"hidden\" value=\"\"/><input name=\"gbraid\" type=\"hidden\" value=\"\"/><input name=\"wbraid\" type=\"hidden\" value=\"\"/><input name=\"utm_term\" type=\"hidden\" value=\"\"/><input name=\"utm_content\" type=\"hidden\" value=\"\"/><input name=\"message\" type=\"hidden\" value=\"\"/></form>","css":"","status":"Live","updated_at":"2026-06-15 12:15:41"},{"id":101,"name":"sa-inline-form","version":"2026-06-15","category":"Content Blocks","description":"Rendered live inline Lexington intake form contract. Added because the live form passed QA but the reusable inline family was not separately represented in the registry.","when_to_use":"Inline body placements where a compact custom intake form is embedded in page content.","source_skill":"wp-form-deploy-qa","rules":"Must keep sa-homepage-custom-form or sa-custom-contact-intake-form approved class, POST method, /sal/v1/contact-intake route, required hidden attribution fields, redirect fields, and sal_contact_intake_submit marker. Verify with rendered-form-contract-qa before deployment.","live_reference":"https://aguiarinjurylawyers.com/lexington-personal-injury-lawyer/","deployment_notes":"Created from the rendered live site on 2026-06-15 after full form QA passed. The stored HTML is a known-working rendered contract example; adapt visible copy carefully but keep field names and hidden attribution fields intact.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<form action=\"https://aguiarinjurylawyers.com/locations/lexington/\" class=\"sa-inline-form sa-custom-contact-intake-form\" cr-attached=\"true\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" data-sal-attribution-ready=\"1\" data-sal-bridge-rest-attached=\"1\" data-sal-form-configured=\"20260529\" data-sal-submit-ready=\"1\" id=\"sa-lex-inline-form\" method=\"post\" target=\"_blank\">\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/locations/lexington/?registry_capture=20260615\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"Lexington Personal Injury Lawyers | Sam Aguiar Injury Lawyers\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/thank-you/\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/?intake=error\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<div class=\"sa-form-field\">\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input autocomplete=\"name\" class=\"sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" type=\"text\"/></label>\n</div>\n<div class=\"sa-form-field\">\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input autocomplete=\"tel\" class=\"sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" type=\"tel\"/></label>\n</div>\n<div class=\"sa-form-field\">\n<label class=\"sa-field-control\" for=\"sa-form-1-case-type\"><span class=\"sa-form-label\">Case Type</span><select id=\"sa-form-1-case-type\" name=\"case_type\" required=\"\">\n<option value=\"\">Case Type</option>\n<option value=\"Car Accident\">Car Accident</option>\n<option value=\"Truck Accident\">Truck Accident</option>\n<option value=\"Motorcycle Accident\">Motorcycle Accident</option>\n<option value=\"Rideshare Accident\">Rideshare Accident</option>\n<option value=\"Pedestrian Accident\">Pedestrian Accident</option>\n<option value=\"Other\">Other</option>\n</select></label>\n</div>\n<div class=\"sa-form-field\">\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us about it\" rows=\"3\"></textarea></label>\n</div>\n<div class=\"sa-form-honeypot\">\n<label>Company<input autocomplete=\"off\" name=\"company\" tabindex=\"-1\" type=\"text\"/></label>\n</div>\n<label class=\"sa-form-consent\">\n<input name=\"consent\" required=\"\" type=\"checkbox\" value=\"1\"/>\n<span>By submitting, I agree to be contacted by Sam Aguiar Injury Lawyers by phone, text, or email about my case. Message and data rates may apply.</span>\n</label>\n<button class=\"sa-form-submit submit\" type=\"submit\">Get Started</button>\n<input name=\"landing_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/locations/lexington/?registry_capture=20260615\"/><input name=\"last_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/locations/lexington/?registry_capture=20260615\"/><input name=\"gbraid\" type=\"hidden\" value=\"\"/><input name=\"wbraid\" type=\"hidden\" value=\"\"/><input name=\"utm_term\" type=\"hidden\" value=\"\"/><input name=\"utm_content\" type=\"hidden\" value=\"\"/><input name=\"email\" type=\"hidden\" value=\"\"/><input name=\"injured_status\" type=\"hidden\" value=\"\"/></form>","css":"","status":"Live","updated_at":"2026-06-15 14:51:59"},{"id":102,"name":"sa-lp-form","version":"2026-06-15","category":"Content Blocks","description":"Rendered live Spanish landing-page intake form contract. Added because the live Spanish LP form passed QA but was not separately represented in the registry.","when_to_use":"Spanish-language landing-page form placements that should preserve Litify, email, and tracking routing.","source_skill":"wp-form-deploy-qa","rules":"Must keep sa-homepage-custom-form or sa-custom-contact-intake-form approved class, POST method, /sal/v1/contact-intake route, required hidden attribution fields, redirect fields, and sal_contact_intake_submit marker. Verify with rendered-form-contract-qa before deployment.","live_reference":"https://aguiarinjurylawyers.com/lesiones-personales/","deployment_notes":"Created from the rendered live site on 2026-06-15 after full form QA passed. The stored HTML is a known-working rendered contract example; adapt visible copy carefully but keep field names and hidden attribution fields intact.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<form action=\"#\" class=\"sa-lp-form sa-custom-contact-intake-form\" cr-attached=\"true\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" data-sal-attribution-ready=\"1\" data-sal-bridge-rest-attached=\"1\" data-sal-form-configured=\"20260529\" data-sal-submit-ready=\"1\" method=\"post\" novalidate=\"\">\n<div class=\"sa-lp-field\">\n<label for=\"sa-lp-name\">Nombre completo</label>\n<input autocomplete=\"name\" id=\"sa-lp-name\" name=\"nombre\" required=\"\" type=\"text\"/>\n</div>\n<div class=\"sa-lp-field\">\n<label for=\"sa-lp-phone\">Teléfono</label>\n<input autocomplete=\"tel\" id=\"sa-lp-phone\" name=\"telefono\" required=\"\" type=\"tel\"/>\n</div>\n<div class=\"sa-lp-field\">\n<label for=\"sa-lp-type\">Tipo de accidente</label>\n<select id=\"sa-lp-type\" name=\"tipo\" required=\"\">\n<option value=\"\">Seleccione una opción</option>\n<option value=\"auto\">Auto</option>\n<option value=\"camion\">Camión</option>\n<option value=\"motocicleta\">Motocicleta</option>\n<option value=\"peaton\">Peatón</option>\n<option value=\"otro\">Otro</option>\n</select>\n</div>\n<div class=\"sa-lp-field\">\n<label for=\"sa-lp-msg\">Cuéntenos qué pasó</label>\n<textarea id=\"sa-lp-msg\" name=\"mensaje\" rows=\"3\"></textarea>\n</div>\n<button class=\"sa-lp-form-submit submit\" type=\"submit\">Enviar Mi Consulta</button>\n<p class=\"sa-lp-form-disclaimer\">La consulta es gratuita y confidencial. No paga nada a menos que ganemos.</p>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/><input name=\"page_title\" type=\"hidden\" value=\"Abogado De Lesiones Personales | Sam Aguiar\"/><input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/thank-you/\"/><input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/?intake=error\"/><input name=\"page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/lesiones-personales/?registry_capture=20260615\"/><input name=\"landing_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/lesiones-personales/?registry_capture=20260615\"/><input name=\"last_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/lesiones-personales/?registry_capture=20260615\"/><input name=\"gclid\" type=\"hidden\" value=\"\"/><input name=\"gbraid\" type=\"hidden\" value=\"\"/><input name=\"wbraid\" type=\"hidden\" value=\"\"/><input name=\"utm_source\" type=\"hidden\" value=\"\"/><input name=\"utm_medium\" type=\"hidden\" value=\"\"/><input name=\"utm_campaign\" type=\"hidden\" value=\"\"/><input name=\"utm_term\" type=\"hidden\" value=\"\"/><input name=\"utm_content\" type=\"hidden\" value=\"\"/><input name=\"referrer\" type=\"hidden\" value=\"\"/><input name=\"company\" type=\"hidden\" value=\"\"/><input name=\"full_name\" type=\"hidden\" value=\"\"/><input name=\"phone\" type=\"hidden\" value=\"\"/><input name=\"email\" type=\"hidden\" value=\"\"/><input name=\"case_type\" type=\"hidden\" value=\"Website Form\"/><input name=\"injured_status\" type=\"hidden\" value=\"\"/><input name=\"message\" type=\"hidden\" value=\"\"/></form>","css":"","status":"Live","updated_at":"2026-06-15 14:51:59"},{"id":94,"name":"sa-pagebreak-bsg","version":"2026-06-16b","category":"Content Blocks","description":"Full-bleed Bigger Share Guarantee page-break banner. Dark Visible Depth gradient strip, Poppins, white centered ALL-CAPS headline with BSG registered mark, $0 Out-Of-Pocket Forever subline, approved on-dark depth CALL NOW pill with left phone icon. Sibling of you-focus-pagebreak (36). Scoped CSS.","when_to_use":"Mid-page break on practice-area, location, and post pages where the BSG UVP has not already been used. One UVP per page: do not pair with another BSG block.","source_skill":"you-focus-pagebreak","rules":"Scoped CSS only. Never add unscoped global selectors (h1/h2/h3 or site-wide button lists) to this element.\nButton is the approved sa-depth-button .on-dark spec: white fill, navy text, pill radius; hover flips to navy depth gradient with Foundry-orange text and border. Orange is never a resting fill here.\nCALL NOW with phone icon to the LEFT; label renders ALL CAPS via text-transform.\nHeadline is an H2, ALL CAPS via scoped text-transform, centered. No eyebrow/kicker, no compound headers.\nPhone: tel:5028888888 (Louisville). Swap to tel:8598888000 on Lexington pages.\nFull-bleed dark Visible Depth strip; place between content blocks as a page break.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.\nUVP casing standard: use exactly \"$0 Out-Of-Pocket Forever\" for this benefit label, including title case and hyphens.","live_reference":"","deployment_notes":"New 2026-06-10; Beta pending Sam approval. Promote to Live once approved.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.\n2026-06-15: Normalized the Out-Of-Pocket Forever UVP casing standard in the registry.","html":"<section class=\"sa-pb-bsg\" aria-label=\"With our Bigger Share Guarantee, you always get more.\">\n  <div class=\"sa-pb-bsg__inner\">\n    <div class=\"sa-pb-bsg__rule\" aria-hidden=\"true\"></div>\n    <h2 class=\"sa-pb-bsg__title\">With our Bigger Share Guarantee&reg;,<br>you always get more.</h2>\n    <p class=\"sa-pb-bsg__sub\">$0 Out-Of-Pocket Forever. You only pay if we win.</p>\n    <a href=\"tel:5028888888\" class=\"sa-pb-bsg__call\" aria-label=\"Call now\"><svg viewBox=\"0 0 24 24\" width=\"19\" height=\"19\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.4 2.2z\"/></svg><span>Call Now</span></a>\n  </div>\n</section>","css":".sa-pb-bsg{background:radial-gradient(ellipse 900px 420px at 50% 130%,rgba(217,119,6,0.22) 0%,rgba(180,83,9,0.08) 45%,transparent 70%),linear-gradient(0deg,#040A0E 0%,#0B212D 100%);color:#fff;text-align:center;padding:80px 24px;width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box;position:relative;overflow:hidden}\n.sa-pb-bsg::before{content:'BSG';position:absolute;right:-2%;bottom:-12%;font-family:'Poppins',sans-serif;font-weight:700;font-size:clamp(160px,20vw,260px);line-height:1;color:rgba(217,119,6,0.06);pointer-events:none;user-select:none;letter-spacing:-4px}\n.sa-pb-bsg *{box-sizing:border-box}\n.sa-pb-bsg__inner{max-width:820px;margin:0 auto;position:relative;z-index:1}\n.sa-pb-bsg__rule{width:56px;height:3px;background:linear-gradient(90deg,#B45309,#D97706,#B45309);margin:0 auto 22px;border-radius:2px}\n.sa-pb-bsg__title{font-family:'Poppins',sans-serif;font-weight:700;font-size:clamp(28px,3.4vw,40px);line-height:1.2;color:#fff!important;text-transform:uppercase;text-align:center;margin:0 auto 16px;max-width:820px;letter-spacing:.3px}\n.sa-pb-bsg__sub{font-family:'Poppins',sans-serif;font-size:18px;font-weight:600;color:#D97706!important;text-align:center;margin:0 auto 32px;max-width:640px;letter-spacing:.2px}\n.sa-pb-bsg__call{display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:17px;line-height:1;text-transform:uppercase;letter-spacing:.4px;text-decoration:none;padding:16px 36px;border-radius:999px;cursor:pointer;background:#FFFFFF!important;color:#0B212D!important;border:2px solid #FFFFFF!important;box-shadow:0 6px 18px rgba(0,0,0,.22);transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}\n.sa-pb-bsg__call svg{fill:currentColor}\n.sa-pb-bsg__call:hover,.sa-pb-bsg__call:focus-visible{background:linear-gradient(0deg,#000000 0%,#0B212D 100%)!important;color:#D97706!important;border-color:#D97706!important;box-shadow:0 10px 26px rgba(11,33,45,.36);transform:translateY(-2px)}\n@media (max-width:768px){.sa-pb-bsg{padding:60px 22px}.sa-pb-bsg__call{font-size:16px;padding:14px 30px}}","status":"Live","updated_at":"2026-06-16 17:05:24"},{"id":95,"name":"sa-pagebreak-playbook","version":"2026-06-16b","category":"Content Blocks","description":"Full-bleed insurance-adversary page-break banner. Dark Visible Depth gradient strip, Poppins, white centered ALL-CAPS headline, claim-number subline, approved on-dark depth CALL NOW pill with left phone icon. Sibling of you-focus-pagebreak (36). Scoped CSS.","when_to_use":"Mid-page break on pages discussing insurance company tactics, lowball offers, or claim handling. Good after a body section about the adjuster process.","source_skill":"you-focus-pagebreak","rules":"Scoped CSS only. Never add unscoped global selectors (h1/h2/h3 or site-wide button lists) to this element.\nButton is the approved sa-depth-button .on-dark spec: white fill, navy text, pill radius; hover flips to navy depth gradient with Foundry-orange text and border. Orange is never a resting fill here.\nCALL NOW with phone icon to the LEFT; label renders ALL CAPS via text-transform.\nHeadline is an H2, ALL CAPS via scoped text-transform, centered. No eyebrow/kicker, no compound headers.\nPhone: tel:5028888888 (Louisville). Swap to tel:8598888000 on Lexington pages.\nFull-bleed dark Visible Depth strip; place between content blocks as a page break.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"","deployment_notes":"New 2026-06-10; Beta pending Sam approval. Promote to Live once approved.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<section class=\"sa-pb-playbook\" aria-label=\"To the insurance company you're a claim number. To us, you're a future success story.\">\n  <div class=\"sa-pb-playbook__inner\">\n    <h2 class=\"sa-pb-playbook__title\">\n      <span class=\"sa-pb-playbook__t1\">To the insurance company, you&rsquo;re a claim number.</span>\n      <span class=\"sa-pb-playbook__t2\">To us, you&rsquo;re a <span class=\"sa-pb-playbook__orange\">future success story.</span></span>\n    </h2>\n    <a href=\"tel:5028888888\" class=\"sa-pb-playbook__call\" aria-label=\"Call now\"><svg viewBox=\"0 0 24 24\" width=\"19\" height=\"19\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.4 2.2z\"/></svg><span>Call Now</span></a>\n  </div>\n</section>","css":".sa-pb-playbook{background:repeating-linear-gradient(135deg,rgba(217,119,6,0.03) 0px,rgba(217,119,6,0.03) 1px,transparent 1px,transparent 48px),linear-gradient(150deg,#06121A 0%,#0B212D 45%,#0A1E2C 100%);color:#fff;text-align:center;padding:72px 24px;width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box;position:relative;overflow:hidden;box-shadow:inset 6px 0 0 #D97706,inset -6px 0 0 #D97706}\n.sa-pb-playbook *{box-sizing:border-box}\n.sa-pb-playbook__inner{max-width:820px;margin:0 auto;position:relative;z-index:1}\n.sa-pb-playbook__title{font-family:'Poppins',sans-serif;font-weight:700;line-height:1.3;text-transform:uppercase;text-align:center;margin:0 auto 32px;max-width:820px;display:block}\n.sa-pb-playbook__t1{display:block;font-size:clamp(26px,3.2vw,36px);font-weight:700;color:#fff!important;margin-bottom:10px}\n.sa-pb-playbook__t2{display:block;font-size:clamp(26px,3.2vw,36px);font-weight:700;color:#fff!important}\n.sa-pb-playbook__orange{color:#D97706!important}\n.sa-pb-playbook__call{display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:17px;line-height:1;text-transform:uppercase;letter-spacing:.4px;text-decoration:none;padding:16px 36px;border-radius:999px;cursor:pointer;background:#FFFFFF!important;color:#0B212D!important;border:2px solid #FFFFFF!important;box-shadow:0 6px 18px rgba(0,0,0,.22);transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}\n.sa-pb-playbook__call svg{fill:currentColor}\n.sa-pb-playbook__call:hover,.sa-pb-playbook__call:focus-visible{background:linear-gradient(0deg,#000000 0%,#0B212D 100%)!important;color:#D97706!important;border-color:#D97706!important;box-shadow:0 10px 26px rgba(11,33,45,.36);transform:translateY(-2px)}\n@media (max-width:768px){.sa-pb-playbook{padding:56px 22px;box-shadow:inset 4px 0 0 #D97706,inset -4px 0 0 #D97706}.sa-pb-playbook__call{font-size:16px;padding:14px 30px}.sa-pb-playbook__t1,.sa-pb-playbook__t2{font-size:clamp(20px,5vw,28px)}}","status":"Live","updated_at":"2026-06-16 17:02:40"},{"id":96,"name":"sa-pagebreak-results","version":"2026-06-16b","category":"Content Blocks","description":"Full-bleed results-authority page-break banner. Dark Visible Depth gradient strip, Poppins, white centered ALL-CAPS headline, Google-rating subline, approved on-dark depth CALL NOW pill with left phone icon. Sibling of you-focus-pagebreak (36). Scoped CSS.","when_to_use":"Mid-page break near results or review content. Rotate authority signals: do not stack with a reviews slider or results ticker immediately adjacent.","source_skill":"you-focus-pagebreak","rules":"Scoped CSS only. Never add unscoped global selectors (h1/h2/h3 or site-wide button lists) to this element.\nButton is the approved sa-depth-button .on-dark spec: white fill, navy text, pill radius; hover flips to navy depth gradient with Foundry-orange text and border. Orange is never a resting fill here.\nCALL NOW with phone icon to the LEFT; label renders ALL CAPS via text-transform.\nHeadline is an H2, ALL CAPS via scoped text-transform, centered. No eyebrow/kicker, no compound headers.\nPhone: tel:5028888888 (Louisville). Swap to tel:8598888000 on Lexington pages.\nFull-bleed dark Visible Depth strip; place between content blocks as a page break.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"","deployment_notes":"New 2026-06-10; Beta pending Sam approval. Promote to Live once approved.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<section class=\"sa-pb-results\" aria-label=\"Life-changing results. Fast.\">\n  <div class=\"sa-pb-results__inner\">\n    <h2 class=\"sa-pb-results__title\">Life-changing results. Fast.</h2>\n    <div class=\"sa-pb-results__rule\" aria-hidden=\"true\"></div>\n    <p class=\"sa-pb-results__stars\" aria-hidden=\"true\">&#9733;&#9733;&#9733;&#9733;&#9733;</p>\n    <p class=\"sa-pb-results__sub\">1,000+ Five-Star <svg class=\"sa-google-g\" width=\"18\" height=\"18\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg> Reviews</p>\n    <a href=\"tel:5028888888\" class=\"sa-pb-results__call\" aria-label=\"Call now\"><svg viewBox=\"0 0 24 24\" width=\"19\" height=\"19\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.4 2.2z\"/></svg><span>Call Now</span></a>\n  </div>\n</section>","css":".sa-pb-results{background:radial-gradient(ellipse 720px 280px at 50% 50%,rgba(217,119,6,0.13) 0%,transparent 70%),linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;text-align:center;padding:72px 24px;width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box;position:relative;overflow:hidden}\n.sa-pb-results::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,transparent,#B45309 20%,#D97706 50%,#B45309 80%,transparent)}\n.sa-pb-results::after{content:'';position:absolute;bottom:0;left:0;right:0;height:5px;background:linear-gradient(90deg,transparent,#B45309 20%,#D97706 50%,#B45309 80%,transparent)}\n.sa-pb-results *{box-sizing:border-box}\n.sa-pb-results__inner{max-width:820px;margin:0 auto;position:relative;z-index:1}\n.sa-pb-results__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:clamp(28px,3.4vw,38px);line-height:1.2;color:#fff!important;text-transform:uppercase;text-align:center;margin:0 auto 16px;max-width:820px}\n.sa-pb-results__rule{width:72px;height:3px;background:linear-gradient(90deg,#B45309,#D97706,#B45309);margin:0 auto 18px;border-radius:2px}\n.sa-pb-results__stars{font-size:22px;letter-spacing:4px;color:#D97706!important;margin:0 auto 10px;line-height:1}\n.sa-pb-results__sub{font-family:'Poppins',sans-serif;font-size:17px;font-weight:600;color:#fff!important;text-align:center;margin:0 auto 28px;max-width:640px}\n.sa-pb-results__call{display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:17px;line-height:1;text-transform:uppercase;letter-spacing:.4px;text-decoration:none;padding:16px 36px;border-radius:999px;cursor:pointer;background:#FFFFFF!important;color:#0B212D!important;border:2px solid #FFFFFF!important;box-shadow:0 6px 18px rgba(0,0,0,.22);transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}\n.sa-pb-results__call svg{fill:currentColor}\n.sa-pb-results__call:hover,.sa-pb-results__call:focus-visible{background:linear-gradient(0deg,#000000 0%,#0B212D 100%)!important;color:#D97706!important;border-color:#D97706!important;box-shadow:0 10px 26px rgba(11,33,45,.36);transform:translateY(-2px)}\n@media (max-width:768px){.sa-pb-results{padding:56px 22px}.sa-pb-results__call{font-size:16px;padding:14px 30px}}","status":"Live","updated_at":"2026-06-16 17:05:22"},{"id":12,"name":"sa-process-steps","version":"2026-06-10","category":"Content Blocks","description":"Four-step numbered process block. Each step has a large numeral, short title, one-sentence description. Light background, navy text. Replaces stock 'Our Process' blocks.","when_to_use":"How-it-works sections on practice-area and location pages.","source_skill":"sa-template-reference","rules":"1. Four steps, numbered, top-to-bottom flow.\n2. Each step: large numeral, short title, one-sentence description.\n3. Light background, navy text — never dark variant.\n4. Replaces stock 'Our Process' blocks.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<section class=\"sa-steps\">\n  <div class=\"sa-steps-inner\">\n    <h2 class=\"sa-steps-h2\">[SECTION TITLE - e.g., How the Bigger Share Guarantee® Works]</h2>\n    <ol class=\"sa-steps-list\">\n      <li>\n        <h3>[Step 1 Title]</h3>\n        <p>[1-2 sentence description of what happens at this step.]</p>\n      </li>\n      <li>\n        <h3>[Step 2 Title]</h3>\n        <p>[1-2 sentence description.]</p>\n      </li>\n      <li>\n        <h3>[Step 3 Title]</h3>\n        <p>[1-2 sentence description.]</p>\n      </li>\n      <li>\n        <h3>[Step 4 Title]</h3>\n        <p>[1-2 sentence description.]</p>\n      </li>\n    </ol>\n  </div>\n</section>","css":".sa-steps{background:#f7f9fa;padding:64px 20px}\n.sa-steps-inner{max-width:1100px;margin:0 auto}\n.sa-steps-h2{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(26px,3.5vw,34px);color:#0B212D;text-align:center;margin:0 0 40px}\n.sa-steps-list{list-style:none;counter-reset:step;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}\n.sa-steps-list li{counter-increment:step;background:#fff;border-radius:8px;padding:60px 22px 22px;position:relative;box-shadow:0 4px 12px rgba(11,33,45,.06)}\n.sa-steps-list li::before{content:counter(step);position:absolute;left:50%;top:-22px;transform:translateX(-50%);width:44px;height:44px;background:#0B212D;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-weight:700;font-size:20px;border:4px solid #f7f9fa}\n.sa-steps-list h3{font-family:Poppins,sans-serif;font-weight:600;font-size:17px;color:#0B212D;text-align:center;margin:0 0 10px}\n.sa-steps-list p{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:1.55;color:#0B212D;text-align:center;margin:0}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-steps h1,.sa-steps h2,.sa-steps h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-steps .cva-btn,.sa-steps .cva-btn--primary,.sa-steps .cva-btn--ghost,.sa-steps .sa-cta-banner-btn,.sa-steps .sa-sidebar-btn,.sa-steps .sa-side-btn,.sa-steps .sa-submit-btn,.sa-steps .sa-bsg-cta,.sa-steps .sa-hero-cta,.sa-steps .sa-partner-btn,.sa-steps .sa-btn,.sa-steps .sa-cta,.sa-steps .sa-cta-btn,.sa-steps .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:51"},{"id":23,"name":"sa-pull-quote","version":"2026-06-09","category":"Content Blocks","description":"Inline pull-quote with large italic text and orange left-border accent. Reviewer attribution carries the four-color Google G, is ALL CAPS, and matches the 20px size of the quote text. Use for client storytelling or attorney-voice emphasis.","when_to_use":"Client storytelling, attorney-voice moments — max one per content section.","source_skill":"sa-page-architect","rules":"1. Inline pull-quote with large italic text and an orange left-border accent.\n2. Use for client storytelling or attorney-voice emphasis.\n3. Attribution required when quote is from a named client.\n4. Max one per content section.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<blockquote class=\"sa-pullquote\">\n  <p>“[INLINE QUOTE - verbatim from approved reviews if client quote.]”</p>\n  <cite class=\"sa-pq-cite\"><svg class=\"sa-pq-google\" width=\"20\" height=\"20\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><span>- [BRITTANY V.] or [B. VANHOOSE]</span></cite>\n</blockquote>","css":".sa-pullquote{margin:32px 0;padding:8px 0 8px 24px;border-left:4px solid #D97706;max-width:680px}\n.sa-pullquote p{font-family:Poppins,sans-serif;font-weight:500;font-style:italic;font-size:20px;line-height:1.45;color:#0B212D;margin:0 0 8px}\n.sa-pullquote cite{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:1.3;color:#0B212D;opacity:1;text-transform:uppercase;letter-spacing:.04em}\n.sa-pullquote cite .sa-pq-google{flex:0 0 auto;width:20px;height:20px}","status":"Live","updated_at":"2026-06-09 17:11:22"},{"id":110,"name":"sa-registry-screenshot-intake-workflow","version":"2026-06-15","category":"Content Blocks","description":"Registry workflow entry for turning attached screenshots/mockups into draft or live registry rows. Captures source image path, exact-match versus near-match status, component scope, reusable HTML/CSS requirements, QA evidence, and pending approvals so visual ideas do not remain only in chat attachments.","when_to_use":"Use whenever Sam attaches screenshots, mockup sheets, design comps, page captures, or asks whether visuals are built and saved in the registry. Start with read-only exact/near-match verification, then create missing draft rows after approval.","source_skill":"registry-screenshot-intake; requested by Sam 2026-06-15","rules":"1. Always check the live registry first by exact text, option names, and visual intent.\n2. Classify each screenshot as Exact Saved, Near Match Saved, Missing Draft Needed, or Page Composition Note.\n3. For every new row, include source screenshot path or chat source, exact-match status, status Beta/Live, category, when-to-use, rules, deployment notes, HTML, and CSS.\n4. If the screenshot is a page composition rather than a standalone component, create a composition-notes row and reference the component rows it depends on.\n5. Save a pre-change /api/elements snapshot under C:\\Users\\SAguiar\\Documents\\Codex before adding or editing registry rows.\n6. Verify public catalog/detail pages after inserts and create a Notion session export with pending approval choices.\n7. Offer remote/cloud migration or automation hardening if this becomes recurring.","live_reference":"https://sa-element-registry.onrender.com/","deployment_notes":"This is a process/workflow registry row, not a deployable site component. It should later be promoted into an agent skill or checklist automation so future agents can intake screenshots consistently and avoid losing design intent during context compaction.","html":"<section class=\"sa-registry-intake\" aria-labelledby=\"sa-registry-intake-title\">\n  <h2 id=\"sa-registry-intake-title\">Screenshot Intake Workflow</h2>\n  <ol><li>Capture source: screenshot path, page URL, chat attachment, date, and requester.</li><li>Search registry by exact text, option name, class name, and visual role.</li><li>Classify: Exact Saved, Near Match Saved, Missing Draft Needed, or Page Composition Note.</li><li>Create or update rows with reusable HTML/CSS, rules, when-to-use, and QA requirements.</li><li>Verify public detail pages and export a Notion closeout with pending approval choices.</li></ol>\n</section>","css":".sa-registry-intake{font-family:Poppins,system-ui,sans-serif;max-width:860px;margin:0 auto;padding:34px;background:#f7f9fa;border-left:4px solid #D97706;color:#0B212D;}.sa-registry-intake h2{margin:0 0 18px;text-align:center;text-transform:uppercase;font-size:22px;line-height:1.2;color:#0B212D!important;}.sa-registry-intake ol{margin:0;padding-left:24px;display:grid;gap:10px;}.sa-registry-intake li{font-size:16px;line-height:1.55;font-weight:600;}","status":"Beta","updated_at":"2026-06-15 19:35:06"},{"id":97,"name":"sa-related-resources-card","version":"2026-06-15d","category":"Content Blocks","description":"Approved Related Resources card for interior pages and posts. Light gray surface, 4px Foundry orange left rail, navy Title Case link list, and orange hover state. Replaces legacy related-resources boxes with three-sided navy borders, orange default links, white card backgrounds, lowercase labels, or generic unstyled bullet lists.","when_to_use":"Use as a bottom sidebar element when the page has a sidebar. Place it after the sidebar CTA/form/trust/video/founder stack so it feels like a right-rail utility block. If a page has no sidebar or a specialty template makes sidebar placement unsafe, use the below-FAQ constrained footer-adjacent endcap fallback.","source_skill":"sa-copywrite-design / sa-design-elements; new packaged skill recommended if reused broadly after sweep","rules":"- Light gray #f7f9fa surface only, no white card background for this element.\n- Border is only the 4px Foundry orange #D97706 left rail. No navy top, right, or bottom border.\n- Heading and every link label render in Title Case. Do not ship lowercase labels.\n- Links default to Aguiar Navy #0B212D and hover/focus to Foundry orange #D97706.\n- Keep the heading text: Related Resources From Sam Aguiar Injury Lawyers unless a page-specific heading is approved.\n- Replace links per page, but use descriptive internal anchor text and clean URLs.\n- Placement rule, 2026-06-15d: Related Resources is a sidebar-bottom element by default whenever a sidebar exists. Place it at the bottom of aside.sa-sidebar or the approved sidebar variant, after CTA/form/trust/video/founder blocks. Use the below-FAQ constrained endcap only when no sidebar exists or a specialty page cannot safely host it in the sidebar. Never place resources above FAQ, mid-body, or between substantive body sections and FAQ.\n- Use .sa-main-content only for legacy cleanup before migrating into the sidebar, the sidebar for the default right-rail variant, or a constrained page-wrapper endcap after the content/sidebar grid only as the no-sidebar fallback.\n- Typography rule, 2026-06-15d: keep the block full-width within its placement container. Main/endcap heading stays clamp(20px,2vw,26px) and links stay clamp(15px,1.05vw,17px). Sidebar heading is 16px and sidebar links are 14px so the element reads as a utility card, not a body section.","live_reference":"https://aguiarinjurylawyers.com/truck-talk/trucking-insurance/","deployment_notes":"Before inserting, title-case the link labels and select links that are genuinely related to the current page. Use high-specificity overrides only when older .sa-callout-light or legacy sitewide styles force orange default links or navy full borders. Verify desktop and 390px mobile rendering.\n2026-06-15: Placement tightened after truck accident page QA. Resources must sit below FAQs or in the sidebar, and should be the final utility block before any footer-adjacent full-width CTA/proof element.\n2026-06-15 follow-up: final truck accident fix used the footer-adjacent endcap pattern after the content/sidebar grid because no bottom full-width CTA was present.\n2026-06-15c: Reduced oversized heading and link typography after live Truck Talk QA. Updated affected embedded page/post CSS and removed the Truck Talk BSG ribbon strip from /truck-talk/trucking-insurance/.\n2026-06-15d: Sam approved sidebar-bottom as the default placement when Related Resources is used. Added sidebar-specific typography and spacing. Below-FAQ endcap remains fallback only when no sidebar exists or a specialty template cannot safely host the block in the sidebar.","html":"<section class=\"sa-related-resources-card\" aria-labelledby=\"sa-related-resources-title\">\n  <h2 id=\"sa-related-resources-title\">Related Resources From Sam Aguiar Injury Lawyers</h2>\n  <ul>\n    <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/truck-accident/\">Truck Accident Representation</a></li>\n    <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/delivery-vehicle-accidents/amazon-delivery-accidents/\">Amazon Delivery Accident Cases</a></li>\n    <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/rideshare-accident-lawyer/\">Uber And Lyft Rideshare Accidents</a></li>\n    <li><a href=\"https://aguiarinjurylawyers.com/about-us/bigger-share-guarantee/\">Bigger Share Guarantee</a></li>\n    <li><a href=\"https://aguiarinjurylawyers.com/about-us/our-results/\">Client Case Results</a></li>\n    <li><a href=\"https://aguiarinjurylawyers.com/practice-areas/delivery-vehicle-accidents/\">Delivery Vehicle Accident Resource</a></li>\n    <li><a href=\"https://aguiarinjurylawyers.com/locations/louisville/\">Louisville Car Accident Team</a></li>\n    <li><a href=\"https://aguiarinjurylawyers.com/locations/lexington/\">Lexington Car Accident Lawyers</a></li>\n  </ul>\n</section>\n","css":".sa-related-resources-card{background:#f7f9fa;color:#0B212D;border-left:4px solid #D97706;border-top:0;border-right:0;border-bottom:0;border-radius:0 8px 8px 0;padding:clamp(22px,3vw,34px) clamp(22px,3vw,36px);margin:32px 0;font-family:Poppins,sans-serif;box-sizing:border-box;}\n.sa-related-resources-card h2{color:#0B212D;font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(20px,2vw,26px);line-height:1.25;text-align:center;text-transform:none;margin:0 0 18px;letter-spacing:0;}\n.sa-related-resources-card ul{max-width:760px;margin:0 auto;padding-left:22px;}\n.sa-related-resources-card li{color:#0B212D;font-family:Poppins,sans-serif;font-weight:500;font-size:clamp(15px,1.05vw,17px);line-height:1.55;margin:0 0 10px;}\n.sa-related-resources-card li:last-child{margin-bottom:0;}\n.sa-related-resources-card a{color:#0B212D;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:600;}\n.sa-related-resources-card a:hover,.sa-related-resources-card a:focus{color:#D97706;text-decoration-color:#D97706;}\n.sa-sidebar .sa-related-resources-card,.sa-sidebar-optb-poppins .sa-related-resources-card{padding:22px 18px;margin:20px 0 0;}\n.sa-sidebar .sa-related-resources-card h2,.sa-sidebar-optb-poppins .sa-related-resources-card h2{font-size:16px;line-height:1.3;margin-bottom:12px;}\n.sa-sidebar .sa-related-resources-card ul,.sa-sidebar-optb-poppins .sa-related-resources-card ul{max-width:none;padding-left:18px;}\n.sa-sidebar .sa-related-resources-card li,.sa-sidebar-optb-poppins .sa-related-resources-card li{font-size:14px;line-height:1.45;margin-bottom:8px;}\n@media (max-width:768px){.sa-related-resources-card{padding:24px 18px;margin:28px 0}.sa-related-resources-card h2{font-size:20px;margin-bottom:14px}.sa-related-resources-card ul{padding-left:20px}.sa-related-resources-card li{font-size:15.5px;margin-bottom:9px}}","status":"Live","updated_at":"2026-06-15 16:14:35"},{"id":91,"name":"sa-sigquote-centered","version":"2026-06-10","category":"Content Blocks","description":"Centered signature quote between two full-width hairlines, with a short centered Foundry-orange rule and a lowercase '- sam aguiar' sized to the quote. Default Georgia/Times; add .sq-poppins for the sans version.","when_to_use":"A centered, quiet brand beat mid-article or between sections where a full dark band would be too loud.","source_skill":"sa-signature-quote (refined 2026-06-09; lowercase founder signature, payoff on own line)","rules":"Tokens only: Foundry orange #D97706, Foundry Deep #B45309, Navy #0B212D. Orange is text/rule/glyph only, never a fill.\nQuote wording is fixed: Our job isn't done until clients leave saying, 'Wow, that was an amazing experience.' Do not paraphrase.\nThe payoff phrase 'Wow, that was an amazing experience.' always breaks onto its own line.\nAuthor line is intentionally lowercase '- sam aguiar' (founder signature, NOT a Google reviewer, so the ALL-CAPS reviewer-name rule does not apply here).\nAuthor line is set to the same font-size as the quote.\nOne font family per instance. Default shown; swap with the .sq-poppins or .sq-georgia modifier. Never mix two families in one element.","live_reference":"","deployment_notes":"Drop-in block. Default Georgia/Times; add 'sq-poppins' to .sq-cent for the Poppins version. Run pre-publish-qa + playwright-visual-qa after deploy.","html":"<div class=\"sq-cent\">\n  <blockquote>Our job isn’t done until clients say,<br><em>‘Wow, that was an amazing experience.’</em></blockquote>\n  <div class=\"sq-cent__rule\"></div>\n  <div class=\"sq-cent__by\">- Sam Aguiar</div>\n</div>","css":".sq-cent{--nv:#0B212D;--or:#D97706;--ord:#B45309;font-family:Georgia,'Times New Roman',serif;max-width:760px;margin:0 auto;text-align:center;border-top:1px solid #e1e5e8;border-bottom:1px solid #e1e5e8;padding:32px 12px;}\n.sq-cent.sq-poppins{font-family:'Poppins',system-ui,sans-serif;}\n.sq-cent blockquote{font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.35;letter-spacing:-.01em;color:var(--nv);border:0;margin:0;}\n.sq-cent em{font-style:italic;color:var(--ord);}\n.sq-cent__rule{width:46px;height:2px;background:var(--or);margin:18px auto 0;}\n.sq-cent__by{margin-top:16px;font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.1;color:var(--nv);}","status":"Beta","updated_at":"2026-06-10 14:25:05"},{"id":90,"name":"sa-sigquote-hairline","version":"2026-06-10","category":"Content Blocks","description":"Minimal signature-quote hairline. Foundry-orange left rule, no background, payoff on its own line, lowercase '- sam aguiar' sized to the quote. Default Poppins; add .sq-georgia for the serif version.","when_to_use":"Low-footprint inline use: a sidebar, an email-signature block, or just above the footer on a page that already has a heavy hero.","source_skill":"sa-signature-quote (refined 2026-06-09; lowercase founder signature, payoff on own line)","rules":"Tokens only: Foundry orange #D97706, Foundry Deep #B45309, Navy #0B212D. Orange is text/rule/glyph only, never a fill.\nQuote wording is fixed: Our job isn't done until clients leave saying, 'Wow, that was an amazing experience.' Do not paraphrase.\nThe payoff phrase 'Wow, that was an amazing experience.' always breaks onto its own line.\nAuthor line is intentionally lowercase '- sam aguiar' (founder signature, NOT a Google reviewer, so the ALL-CAPS reviewer-name rule does not apply here).\nAuthor line is set to the same font-size as the quote.\nOne font family per instance. Default shown; swap with the .sq-poppins or .sq-georgia modifier. Never mix two families in one element.","live_reference":"","deployment_notes":"Drop-in block. Default Poppins; add 'sq-georgia' to .sq-hair for the Georgia/Times serif version. Run pre-publish-qa + playwright-visual-qa after deploy.","html":"<div class=\"sq-hair\">\n  <blockquote>Our job isn’t done until clients say,<br><em>‘Wow, that was an amazing experience.’</em></blockquote>\n  <div class=\"sq-hair__by\">- Sam Aguiar</div>\n</div>","css":".sq-hair{--nv:#0B212D;--or:#D97706;--ord:#B45309;font-family:'Poppins',system-ui,sans-serif;max-width:760px;border-left:3px solid var(--or);padding:6px 0 6px 26px;}\n.sq-hair.sq-georgia{font-family:Georgia,'Times New Roman',serif;}\n.sq-hair blockquote{font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.35;letter-spacing:-.01em;color:var(--nv);border:0;margin:0;}\n.sq-hair em{font-style:italic;color:var(--ord);}\n.sq-hair__by{margin-top:14px;font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.1;color:var(--nv);}","status":"Beta","updated_at":"2026-06-10 14:25:03"},{"id":93,"name":"sa-sigquote-pagebreak","version":"2026-06-10","category":"Content Blocks","description":"Slim full-width signature-quote divider band. Thin lines run out to both edges so the quote reads as a page break. Foundry-orange lines by default; add .sq-blue for navy lines. Light surface, payoff on its own line, lowercase '- sam aguiar' sized to the quote. Add .sq-poppins for the sans version.","when_to_use":"A divider between two content sections that doubles as a brand beat. Use on top trafficked pages, one per page.","source_skill":"sa-signature-quote (refined 2026-06-09; lowercase founder signature, payoff on own line)","rules":"Tokens only: Foundry orange #D97706, Foundry Deep #B45309, Navy #0B212D. Orange is text/rule/glyph only, never a fill.\nQuote wording is fixed: Our job isn't done until clients leave saying, 'Wow, that was an amazing experience.' Do not paraphrase.\nThe payoff phrase 'Wow, that was an amazing experience.' always breaks onto its own line.\nAuthor line is intentionally lowercase '- sam aguiar' (founder signature, NOT a Google reviewer, so the ALL-CAPS reviewer-name rule does not apply here).\nAuthor line is set to the same font-size as the quote.\nOne font family per instance. Default shown; swap with the .sq-poppins or .sq-georgia modifier. Never mix two families in one element.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"","deployment_notes":"Drop-in block. Orange lines by default; add 'sq-blue' to .sq-break for navy lines; add 'sq-poppins' for Poppins. Lines hide and the layout stacks centered below 680px. Run pre-publish-qa + playwright-visual-qa after deploy.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<div class=\"sq-break\">\n  <span class=\"sq-break__ln\"></span>\n  <div class=\"sq-break__mid\">\n    <blockquote>Our job isn’t done until clients say,<br><em>‘Wow, that was an amazing experience.’</em></blockquote>\n    <div class=\"sq-break__by\">- Sam Aguiar</div>\n  </div>\n  <span class=\"sq-break__ln\"></span>\n</div>","css":".sq-break{--nv:#0B212D;--or:#D97706;--ord:#B45309;font-family:Georgia,'Times New Roman',serif;max-width:1100px;margin:0 auto;background:#fafafa;border-top:1px solid #e7eaed;border-bottom:1px solid #e7eaed;padding:32px 44px;display:flex;align-items:center;gap:26px;}\n.sq-break.sq-poppins{font-family:'Poppins',system-ui,sans-serif;}\n.sq-break__ln{flex:1;height:2px;background:var(--or);}\n.sq-break.sq-blue .sq-break__ln{background:var(--nv);}\n.sq-break__mid{text-align:center;flex:0 1 auto;}\n.sq-break blockquote{font-weight:500;font-size:clamp(18px,2vw,25px);line-height:1.3;letter-spacing:-.01em;color:var(--nv);border:0;margin:0;}\n.sq-break em{font-style:italic;color:var(--ord);}\n.sq-break__by{margin-top:12px;font-weight:500;font-size:clamp(18px,2vw,25px);line-height:1.1;color:var(--nv);}\n@media(max-width:680px){.sq-break__ln{display:none;}.sq-break{flex-direction:column;gap:0;text-align:center;}}","status":"Beta","updated_at":"2026-06-15 12:32:43"},{"id":92,"name":"sa-sigquote-rule-glyph","version":"2026-06-10","category":"Content Blocks","description":"Signature-quote hairline with a small top-left quotation mark above an orange left rule, payoff on its own line, lowercase '- sam aguiar' sized to the quote. Default Georgia/Times; add .sq-poppins for the sans version.","when_to_use":"Inline brand beat where a touch more presence than the plain hairline is wanted, without a full band.","source_skill":"sa-signature-quote (refined 2026-06-09; lowercase founder signature, payoff on own line)","rules":"Tokens only: Foundry orange #D97706, Foundry Deep #B45309, Navy #0B212D. Orange is text/rule/glyph only, never a fill.\nQuote wording is fixed: Our job isn't done until clients leave saying, 'Wow, that was an amazing experience.' Do not paraphrase.\nThe payoff phrase 'Wow, that was an amazing experience.' always breaks onto its own line.\nAuthor line is intentionally lowercase '- sam aguiar' (founder signature, NOT a Google reviewer, so the ALL-CAPS reviewer-name rule does not apply here).\nAuthor line is set to the same font-size as the quote.\nOne font family per instance. Default shown; swap with the .sq-poppins or .sq-georgia modifier. Never mix two families in one element.","live_reference":"","deployment_notes":"Drop-in block. Default Georgia/Times; add 'sq-poppins' to .sq-rg for Poppins. Run pre-publish-qa + playwright-visual-qa after deploy.","html":"<div class=\"sq-rg\">\n  <span class=\"sq-rg__g\">“</span>\n  <blockquote>Our job isn’t done until clients say,<br><em>‘Wow, that was an amazing experience.’</em></blockquote>\n  <div class=\"sq-rg__by\">- Sam Aguiar</div>\n</div>","css":".sq-rg{--nv:#0B212D;--or:#D97706;--ord:#B45309;font-family:Georgia,'Times New Roman',serif;max-width:760px;border-left:3px solid var(--or);padding:6px 0 6px 26px;}\n.sq-rg.sq-poppins{font-family:'Poppins',system-ui,sans-serif;}\n.sq-rg__g{font-size:56px;line-height:.5;color:var(--or);height:28px;display:block;margin-bottom:10px;}\n.sq-rg blockquote{font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.35;letter-spacing:-.01em;color:var(--nv);border:0;margin:0;}\n.sq-rg em{font-style:italic;color:var(--ord);}\n.sq-rg__by{margin-top:14px;font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.1;color:var(--nv);}","status":"Beta","updated_at":"2026-06-10 14:25:08"},{"id":26,"name":"sa-video-block","version":"2026-06-09","category":"Content Blocks","description":"16:9 lazy-loaded YouTube embed using the nocookie domain with custom poster image. Centered within its column (margin auto). Used for attorney intros, client testimonials, and case-result walkthroughs.","when_to_use":"Attorney intros, client testimonials, case-result walkthroughs.","source_skill":"sa-template-reference","rules":"1. 16:9 lazy-loaded YouTube embed using nocookie domain.\n2. Custom poster image for fast first paint.\n3. Used for attorney intros, client testimonials, case-result walkthroughs.\n4. Never autoplay with sound.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<figure class=\"sa-video\">\n  <div class=\"sa-video-wrap\">\n    <iframe\n      src=\"https://www.youtube-nocookie.com/embed/dQw4w9WgXcQ\"\n      title=\"What Makes Sam Aguiar Injury Lawyers Different\"\n      loading=\"lazy\"\n      allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n      allowfullscreen></iframe>\n  </div>\n  <figcaption>[Optional caption - Poppins 500, no italic, no banned words.]</figcaption>\n</figure>","css":".sa-video{margin:32px auto;max-width:820px;width:100%}\n.sa-video-wrap{position:relative;width:100%;padding-top:56.25%;background:#0B212D;border-radius:8px;overflow:hidden}\n.sa-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}\n.sa-video figcaption{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#0B212D;margin-top:10px;text-align:center;opacity:1}","status":"Live","updated_at":"2026-06-09 17:21:53"},{"id":36,"name":"you-focus-pagebreak","version":"2026-06-10","category":"Content Blocks","description":"Full-bleed You-Focus page-break banner. Dark Visible Depth gradient strip, Poppins throughout, full-white centered ALL-CAPS headline and fee-never-increases subline, and the approved sa-depth-button .on-dark CALL NOW pill (white fill, navy text, phone icon left; hover flips to navy depth gradient with Foundry-orange text and border). NO eyebrow/kicker. Self-contained scoped CSS; leaky global ALL-CAPS/button rules removed 2026-06-10.","when_to_use":"","source_skill":"you-focus-pagebreak","rules":"Scoped CSS only. Never add unscoped global selectors (h1/h2/h3 or site-wide button lists) to this element.\nButton is the approved sa-depth-button .on-dark spec: white fill, navy text, pill radius; hover flips to navy depth gradient with Foundry-orange text and border. Orange is never a resting fill here.\nCALL NOW with phone icon to the LEFT; label renders ALL CAPS via text-transform.\nHeadline is an H2, ALL CAPS via scoped text-transform, centered. No eyebrow/kicker, no compound headers.\nPhone: tel:5028888888 (Louisville). Swap to tel:8598888000 on Lexington pages.\nFull-bleed dark Visible Depth strip; place between content blocks as a page break.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"https://aguiarinjurylawyers.com/about-us/meet-our-team/","deployment_notes":"Duplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<section class=\"yf-pagebreak\" aria-label=\"You focus on getting better. We handle everything else.\">\n  <div class=\"yf-pagebreak__inner\">\n    <h2 class=\"yf-pagebreak__title\">You focus on getting better.<br>We handle everything else.</h2>\n    <p class=\"yf-pagebreak__sub\">Your fee never increases, even if your case goes to litigation or trial.</p>\n    <a href=\"tel:5028888888\" class=\"yf-pagebreak__call\" aria-label=\"Call now\"><svg viewBox=\"0 0 24 24\" width=\"19\" height=\"19\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.4 2.2z\"/></svg><span>Call Now</span></a>\n  </div>\n</section>","css":".yf-pagebreak{background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;text-align:center;padding:72px 24px;width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box}\n.yf-pagebreak *{box-sizing:border-box}\n.yf-pagebreak__inner{max-width:820px;margin:0 auto}\n.yf-pagebreak__title{font-family:'Poppins',sans-serif;font-weight:600;font-size:clamp(28px,3.4vw,38px);line-height:1.2;color:#fff!important;text-transform:uppercase;text-align:center;margin:0 auto 14px;max-width:820px}\n.yf-pagebreak__sub{font-family:'Poppins',sans-serif;font-size:17px;font-weight:600;color:#fff!important;text-align:center;margin:0 auto 28px;max-width:640px}\n.yf-pagebreak__call{display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',-apple-system,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:17px;line-height:1;text-transform:uppercase;letter-spacing:.4px;text-decoration:none;padding:16px 36px;border-radius:999px;cursor:pointer;background:#FFFFFF!important;color:#0B212D!important;border:2px solid #FFFFFF!important;box-shadow:0 6px 18px rgba(0,0,0,.22);transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}\n.yf-pagebreak__call svg{fill:currentColor}\n.yf-pagebreak__call:hover,.yf-pagebreak__call:focus-visible{background:linear-gradient(0deg,#000000 0%,#0B212D 100%)!important;color:#D97706!important;border-color:#D97706!important;box-shadow:0 10px 26px rgba(11,33,45,.36);transform:translateY(-2px)}\n@media (max-width:768px){.yf-pagebreak{padding:56px 22px}.yf-pagebreak__call{font-size:16px;padding:14px 30px}}","status":"Live","updated_at":"2026-06-15 12:32:40"},{"id":61,"name":"bsg-v4-editorial","version":"2026-06-11","category":"Differentiators","description":"Bigger Share Guarantee v4 — full editorial full-bleed page layout. Multi-section long-form page (Georgia/Times New Roman display + Poppins UI) with full-bleed on-white / on-dark alternating sections, italic-orange accents, navy primary CTA. No cream, no partial whites, no gray, no eyebrows.","when_to_use":"The dedicated /about-us/bigger-share-guarantee/ page or any full editorial BSG explainer page. This is a whole-page composition, not a drop-in block.","source_skill":"","rules":"1. Tokens only: Foundry orange #D97706, Foundry Deep #B45309, Navy #0B212D. No cream, no partial whites, no gray.\r\n2. No eyebrows/kickers anywhere.\r\n3. Display type = Georgia/Times New Roman; UI type = Poppins. Accents are italic orange.\r\n4. Every section is full-bleed 100vw and breaks out of the theme container.\r\n5. Primary CTA is navy fill, white text, phone icon left.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"https://aguiarinjurylawyers.com/about-us/bigger-share-guarantee/","deployment_notes":"Full editorial page. Loads Poppins from Google Fonts and preloads Sam-Website-Home-1.webp. Every .bsgv4-section is true 100vw and breaks out of the theme container. Large block — paste as a single Custom HTML block.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<link href=\"https://fonts.googleapis.com\" rel=\"preconnect\"/>\n<link crossorigin=\"\" href=\"https://fonts.gstatic.com\" rel=\"preconnect\"/>\n<link as=\"image\" fetchpriority=\"high\" href=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/01/Sam-Website-Home-1.webp\" rel=\"preload\"/>\n<link href=\"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap\" rel=\"stylesheet\"/>\n<div class=\"bsgv4\">\n<!-- ============================================================\r\n     HERO - split (text left, image right), full-bleed\r\n     ============================================================ -->\n<section class=\"bsgv4-hero\">\n<div class=\"bsgv4-hero__grid\">\n<div class=\"bsgv4-hero__left\">\n<h1><span class=\"bsgv4-hero__nb\">Our Bigger Share</span> <span class=\"accent\">Guarantee<sup class=\"bsgv4-rmark\">®</sup></span></h1>\n<p class=\"lead\">You always take home more than we do. After every bill, every lien, and every cost is paid, your share is bigger. If it is not, we reduce our fee until it is.</p>\n<div class=\"ctas\">\n<a class=\"bsgv4-cta-btn invert\" data-call=\"5028888888\" href=\"#bsg-form\">\n<svg aria-hidden=\"true\" class=\"ico\" viewbox=\"0 0 24 24\"><path d=\"M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57a1 1 0 0 1-.24 1.02l-2.21 2.2z\"></path></svg>\r\n          Get Started\r\n        </a>\n</div>\n</div>\n<div class=\"bsgv4-hero__right\">\n<img alt=\"Sam Aguiar, founding attorney at Sam Aguiar Injury Lawyers\" class=\"skip-lazy no-lazy rocket-lazyload-bypass\" data-no-lazy=\"1\" data-skip-lazy=\"1\" decoding=\"sync\" fetchpriority=\"high\" height=\"900\" loading=\"eager\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/01/Sam-Website-Home-1.webp\" width=\"1200\"/>\n</div>\n</div>\n</section>\n<!-- ============================================================\r\n     BACKGROUND - Always Do What's Right\r\n     ============================================================ -->\n<section class=\"bsgv4-section on-white bsgv4-manifesto\">\n<div class=\"bsgv4-wrap-narrow\">\n<h2>Always Do <span class=\"accent\">What's Right.</span></h2>\n<div class=\"lines\">\n<p>Most personal injury firms charge a fee that grows the moment a lawsuit gets filed.</p>\n<p>After medical bills, liens, and case costs come out, the lawyer often walks away with more than the client.</p>\n<p>That math has never sat right with us.</p>\n<p class=\"emphasis\">So we put it in writing. Your share is bigger, or our fee comes down. Every case. Every time.</p>\n</div>\n</div>\n</section>\n<!-- ============================================================\r\n     CALCULATOR\r\n     ============================================================ -->\n<section class=\"bsgv4-section on-white bsgv4-calc\">\n<div class=\"bsgv4-wrap\">\n<div class=\"head\">\n<h2>See Your <span class=\"accent\">Bigger Share.</span></h2>\n</div>\n<div class=\"bsgv4-calc__card\">\n<div class=\"bsgv4-calc__inputs\">\n<h3 class=\"bsgv4-calc__title\">Case Details</h3>\n<div class=\"bsgv4-calc__field\">\n<div class=\"bsgv4-calc__row\">\n<span class=\"bsgv4-calc__lab\">Settlement Amount</span>\n<span class=\"bsgv4-calc__val\" data-out=\"settle\">$500,000</span>\n</div>\n<input class=\"bsgv4-calc__slider\" data-in=\"settle\" max=\"2000000\" min=\"50000\" step=\"10000\" type=\"range\" value=\"500000\"/>\n</div>\n<div class=\"bsgv4-calc__field\">\n<div class=\"bsgv4-calc__row\">\n<span class=\"bsgv4-calc__lab\">Medical Bills</span>\n<span class=\"bsgv4-calc__val\" data-out=\"meds\">$80,000</span>\n</div>\n<input class=\"bsgv4-calc__slider\" data-in=\"meds\" max=\"500000\" min=\"0\" step=\"5000\" type=\"range\" value=\"80000\"/>\n</div>\n<div class=\"bsgv4-calc__field\">\n<div class=\"bsgv4-calc__row\">\n<span class=\"bsgv4-calc__lab\">Liens</span>\n<span class=\"bsgv4-calc__val\" data-out=\"liens\">$30,000</span>\n</div>\n<input class=\"bsgv4-calc__slider\" data-in=\"liens\" max=\"250000\" min=\"0\" step=\"2500\" type=\"range\" value=\"30000\"/>\n</div>\n<div class=\"bsgv4-calc__field\">\n<div class=\"bsgv4-calc__row\">\n<span class=\"bsgv4-calc__lab\">Case Expenses</span>\n<span class=\"bsgv4-calc__val\" data-out=\"exp\">$10,000</span>\n</div>\n<input class=\"bsgv4-calc__slider\" data-in=\"exp\" max=\"100000\" min=\"0\" step=\"1000\" type=\"range\" value=\"10000\"/>\n</div>\n<div class=\"bsgv4-calc__toggle\" role=\"tablist\">\n<button class=\"bsgv4-calc__tb\" data-stage=\"pre\" type=\"button\">Pre-Litigation</button>\n<button class=\"bsgv4-calc__tb is-active\" data-stage=\"lit\" type=\"button\">Litigation</button>\n</div>\n<p class=\"bsgv4-calc__hint\">Toggle to see what filing a lawsuit costs you at a typical firm versus what it costs you with us.</p>\n</div>\n<div class=\"bsgv4-calc__output\">\n<div class=\"bsgv4-calc__compare-row\">\n<div class=\"bsgv4-calc__rl\">Other Firms</div>\n<div class=\"bsgv4-calc__sl\">Your share after their fee and costs</div>\n<div class=\"bsgv4-calc__sa\" data-out=\"them\">$180,000</div>\n</div>\n<div class=\"bsgv4-calc__compare-row is-us\">\n<div class=\"bsgv4-calc__rl\">Sam Aguiar Injury Lawyers</div>\n<div class=\"bsgv4-calc__sl\">Your share with the Bigger Share Guarantee<sup class=\"bsgv4-rmark\">®</sup></div>\n<div class=\"bsgv4-calc__sa\" data-out=\"us\">$213,350</div>\n</div>\n<p class=\"bsgv4-calc__foot\">For educational purposes only. Actual results vary by case.</p>\n</div>\n</div>\n</div>\n</section>\n<!-- ============================================================\r\n     OTHER FIRMS vs. US\r\n     ============================================================ -->\n<section class=\"bsgv4-section on-white bsgv4-compare\">\n<div class=\"bsgv4-wrap-prose\">\n<h2>Other Firms <span class=\"accent\">vs.</span> Us.</h2>\n<div class=\"bsgv4-compare__card\">\n<div class=\"bsgv4-compare__cols\">\n<div class=\"bsgv4-compare__col theirs\">\n<div class=\"bsgv4-compare__col-head\">Other Firms</div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip x\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><line x1=\"6\" x2=\"18\" y1=\"6\" y2=\"18\"></line><line x1=\"6\" x2=\"18\" y1=\"18\" y2=\"6\"></line></svg></span><div class=\"bsgv4-compare__row-text\">Fee jumps once a lawsuit is filed</div></div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip x\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><line x1=\"6\" x2=\"18\" y1=\"6\" y2=\"18\"></line><line x1=\"6\" x2=\"18\" y1=\"18\" y2=\"6\"></line></svg></span><div class=\"bsgv4-compare__row-text\">Case costs deducted from your share, not theirs</div></div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip x\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><line x1=\"6\" x2=\"18\" y1=\"6\" y2=\"18\"></line><line x1=\"6\" x2=\"18\" y1=\"18\" y2=\"6\"></line></svg></span><div class=\"bsgv4-compare__row-text\">No guarantee you take home more than the lawyer</div></div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip x\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><line x1=\"6\" x2=\"18\" y1=\"6\" y2=\"18\"></line><line x1=\"6\" x2=\"18\" y1=\"18\" y2=\"6\"></line></svg></span><div class=\"bsgv4-compare__row-text\">Hidden line items in the final disbursement</div></div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip x\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><line x1=\"6\" x2=\"18\" y1=\"6\" y2=\"18\"></line><line x1=\"6\" x2=\"18\" y1=\"18\" y2=\"6\"></line></svg></span><div class=\"bsgv4-compare__row-text\">Client signs and learns the math afterward</div></div>\n</div>\n<div class=\"bsgv4-compare__col ours\">\n<div class=\"bsgv4-compare__col-head\">Us</div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip check\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><polyline points=\"5 12 10 17 19 8\"></polyline></svg></span><div class=\"bsgv4-compare__row-text\">Same fee whether the case settles or goes to trial</div></div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip check\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><polyline points=\"5 12 10 17 19 8\"></polyline></svg></span><div class=\"bsgv4-compare__row-text\">$0 Out-Of-Pocket Forever. We front all case costs.</div></div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip check\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><polyline points=\"5 12 10 17 19 8\"></polyline></svg></span><div class=\"bsgv4-compare__row-text\">Your net always exceeds our fee, or we reduce ours</div></div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip check\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><polyline points=\"5 12 10 17 19 8\"></polyline></svg></span><div class=\"bsgv4-compare__row-text\">All disbursements itemized, in plain language</div></div>\n<div class=\"bsgv4-compare__row\"><span class=\"bsgv4-compare__chip check\"><svg fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" viewbox=\"0 0 24 24\"><polyline points=\"5 12 10 17 19 8\"></polyline></svg></span><div class=\"bsgv4-compare__row-text\">The math is shown to you before you sign anything</div></div>\n</div>\n</div>\n</div>\n</div>\n</section>\n<!-- ============================================================\r\n     HOW IT WORKS\r\n     ============================================================ -->\n<section class=\"bsgv4-section on-dark bsgv4-how\">\n<div class=\"bsgv4-wrap\">\n<div class=\"head\">\n<h2>How It <span class=\"accent\">Works.</span></h2>\n<p class=\"lead\">No fine print, no carve-outs, no asterisks. This is the math we run on all cases before we send a disbursement.</p>\n</div>\n<div class=\"bsgv4-how__grid\">\n<div class=\"bsgv4-how__item\">\n<div class=\"bsgv4-how__num\">1</div>\n<h3 class=\"bsgv4-how__title\">Your Case Settles</h3>\n<p class=\"bsgv4-how__desc\">We secure your settlement or verdict through negotiation, mediation, or trial.</p>\n</div>\n<div class=\"bsgv4-how__item\">\n<div class=\"bsgv4-how__num\">2</div>\n<h3 class=\"bsgv4-how__title\">We Calculate Your Net</h3>\n<p class=\"bsgv4-how__desc\">We subtract medical bills, liens, and case expenses from the gross settlement.</p>\n</div>\n<div class=\"bsgv4-how__item\">\n<div class=\"bsgv4-how__num\">3</div>\n<h3 class=\"bsgv4-how__title\">We Compare Our Fee</h3>\n<p class=\"bsgv4-how__desc\">We compare our standard attorney fee to your remaining take-home amount.</p>\n</div>\n<div class=\"bsgv4-how__item\">\n<div class=\"bsgv4-how__num\">4</div>\n<h3 class=\"bsgv4-how__title\">The Guarantee Kicks In</h3>\n<p class=\"bsgv4-how__desc\">If our fee exceeds your net, we reduce our fee until your share is bigger. No exceptions.</p>\n</div>\n</div>\n</div>\n</section>\n<!-- ============================================================\r\n     REVIEWS\r\n     ============================================================ -->\n<section class=\"bsgv4-section on-white bsgv4-reviews\">\n<div class=\"bsgv4-wrap\">\n<div class=\"head\">\n<h2>Real Clients. <span class=\"accent\">Real Results.</span></h2>\n</div>\n<div class=\"bsgv4-reviews__rail\">\n<div class=\"bsgv4-reviews__card\">\n<div class=\"bsgv4-reviews__head\">\n<img alt=\"Google review\" class=\"bsgv4-reviews__google\" height=\"36\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" width=\"36\"/>\n<div aria-label=\"5 out of 5 stars\" class=\"bsgv4-reviews__stars\">\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n</div>\n</div>\n<p class=\"bsgv4-reviews__quote\">\"I was one of those people who felt injury lawyers were not necessary if it was 100 percent the other party's fault. I was so wrong. Their first offer was embarrassingly low. I called Sam Aguiar and it was the best thing I have ever done. They received over five times the amount initially offered.\"</p>\n<div class=\"bsgv4-reviews__name\">Jill M.</div>\n</div>\n<div class=\"bsgv4-reviews__card\">\n<div class=\"bsgv4-reviews__head\">\n<img alt=\"Google review\" class=\"bsgv4-reviews__google\" height=\"36\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" width=\"36\"/>\n<div aria-label=\"5 out of 5 stars\" class=\"bsgv4-reviews__stars\">\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n</div>\n</div>\n<p class=\"bsgv4-reviews__quote\">\"You meet these people because you're in a devastating time in your life, and they are there for you in all the ways that count. A wonderful customer experience. 10/10. I absolutely recommend. Simply the best throughout the entire process.\"</p>\n<div class=\"bsgv4-reviews__name\">Ivan S.</div>\n</div>\n<div class=\"bsgv4-reviews__card\">\n<div class=\"bsgv4-reviews__head\">\n<img alt=\"Google review\" class=\"bsgv4-reviews__google\" height=\"36\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" width=\"36\"/>\n<div aria-label=\"5 out of 5 stars\" class=\"bsgv4-reviews__stars\">\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n</div>\n</div>\n<p class=\"bsgv4-reviews__quote\">\"Attorney Nick Wilson was always professional, and I never had to wonder what was going on or where I was in the process. It was almost like being in the room where the decisions were being made. Thank you for such a wonderful experience.\"</p>\n<div class=\"bsgv4-reviews__name\">Rod M.</div>\n</div>\n<div class=\"bsgv4-reviews__card\">\n<div class=\"bsgv4-reviews__head\">\n<img alt=\"Google review\" class=\"bsgv4-reviews__google\" height=\"36\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" width=\"36\"/>\n<div aria-label=\"5 out of 5 stars\" class=\"bsgv4-reviews__stars\">\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n</div>\n</div>\n<p class=\"bsgv4-reviews__quote\">\"Our family was in an accident and had the pleasure of working with Jon Hollan. He made sure we were taken care of and allowed us to focus on our injuries and recovery. This team is amazing and truly cares about their clients.\"</p>\n<div class=\"bsgv4-reviews__name\">Ivory G.</div>\n</div>\n<div class=\"bsgv4-reviews__card\">\n<div class=\"bsgv4-reviews__head\">\n<img alt=\"Google review\" class=\"bsgv4-reviews__google\" height=\"36\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" width=\"36\"/>\n<div aria-label=\"5 out of 5 stars\" class=\"bsgv4-reviews__stars\">\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n<svg class=\"bsgv4-reviews__star\" viewbox=\"0 0 24 24\"><path d=\"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"></path></svg>\n</div>\n</div>\n<p class=\"bsgv4-reviews__quote\">\"After being dropped by another firm, I went to these guys. Very fast and did a great job. I should have gone here to begin. I recommend them to anyone. Best in the game for sure.\"</p>\n<div class=\"bsgv4-reviews__name\">Brayden T.</div>\n</div>\n</div>\n</div>\n</section>\n<!-- ============================================================\r\n     AWARDS - Badge carousel\r\n     ============================================================ -->\n<section class=\"bsgv4-section on-white bsgv4-awards\">\n<div class=\"bsgv4-wrap\">\n<h2>Award-Winning Attorney Representation.</h2>\n<div class=\"bsgv4-awards__rail\">\n<div class=\"bsgv4-awards__badge\"><img alt=\"Forbes Best-In-State\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/forbes-badge.png\"/></div>\n<div class=\"bsgv4-awards__badge\"><img alt=\"Super Lawyers\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/super-lawyers-badge.png\"/></div>\n<div class=\"bsgv4-awards__badge\"><img alt=\"National Trial Lawyers Top 100\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/ntl-top100-badge.png\"/></div>\n<div class=\"bsgv4-awards__badge\"><img alt=\"Multi-Million Dollar Advocates\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/multi-million-badge.png\"/></div>\n<div class=\"bsgv4-awards__badge\"><img alt=\"Motor Vehicle Trial Lawyers Top 25\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/mvtla-badge.webp\"/></div>\n</div>\n</div>\n</section>\n<!-- ============================================================\r\n     FORM - SMALLER SPLIT (Variant D pattern)\r\n     Anchor #bsg-form for desktop CTAs\r\n     ============================================================ -->\n<section class=\"bsgv4-form\" id=\"bsg-form\">\n<div aria-label=\"Sam Aguiar Injury Lawyers\" class=\"bsgv4-form__img\" role=\"img\"></div>\n<div class=\"bsgv4-form__panel\">\n<div class=\"bsgv4-form__title\">Start Your <span class=\"accent\">Free Case Review.</span></div>\n<p class=\"bsgv4-form__sub\">Most cases qualify on a ten-minute call.</p>\n<form action=\"/wp-admin/admin-ajax.php\" autocomplete=\"on\" class=\"bsgv4-form__form sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"post\" novalidate=\"\">\n<input name=\"action\" type=\"hidden\" value=\"bsg_contact_submit\"/>\n<div class=\"bsgv4-form__row\">\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"bsgv4-form__inp sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full Name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"bsgv4-form__inp sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone Number\" required=\"\" type=\"tel\"/></label>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-1-case-type\"><span class=\"sa-form-label\">Case Type</span><select class=\"bsgv4-form__sel\" id=\"sa-form-1-case-type\" name=\"case_type\" required=\"\">\n<option value=\"\">Case Type</option>\n<option>Car Accident</option>\n<option>Truck Accident</option>\n<option>Motorcycle Accident</option>\n<option>Rideshare Accident</option>\n<option>Pedestrian Accident</option>\n<option>Wrongful Death</option>\n<option>Other</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-injured-status\"><span class=\"sa-form-label\">Were You Injured?</span><select class=\"bsgv4-form__sel\" id=\"sa-form-1-injured-status\" name=\"injured_status\" required=\"\">\n<option value=\"\">Were You Injured?</option>\n<option>Yes, I was injured</option>\n<option>Not sure yet</option>\n<option>No injuries</option>\n</select></label>\n<div aria-hidden=\"true\" class=\"bsgv4-form__hp\"><label>Company<input autocomplete=\"off\" name=\"company\" tabindex=\"-1\" type=\"text\"/></label></div>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"bsgv4-form__inp sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"bsgv4-form__inp sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"bsgv4-form__submit submit\" type=\"submit\">\n<svg aria-hidden=\"true\" viewbox=\"0 0 24 24\"><path d=\"M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57a1 1 0 0 1-.24 1.02l-2.21 2.2z\"></path></svg>\r\n        Get Started\r\n      </button>\n</form>\n</div>\n</section>\n<!-- ============================================================\r\n     FINAL CTA\r\n     ============================================================ -->\n<section class=\"bsgv4-final\">\n<div class=\"bsgv4-final__inner\">\n<h2>Get more. Get it <span class=\"accent\">faster.</span><br/>Get it with Sam Aguiar.</h2>\n<p class=\"lead\">Many car accident injury cases can be qualified in a ten-minute call. We represent you for $0 Out-Of-Pocket Forever.</p>\n<a class=\"bsgv4-cta-btn invert\" data-call=\"5028888888\" href=\"#bsg-form\">\n<svg aria-hidden=\"true\" class=\"ico\" viewbox=\"0 0 24 24\"><path d=\"M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57a1 1 0 0 1-.24 1.02l-2.21 2.2z\"></path></svg>\r\n      Get Started\r\n    </a>\n</div>\n</section>\n<!-- ============================================================\r\n     FAQ - BOTTOM block, Sam's attached format (native details)\r\n     ============================================================ -->\n<section class=\"bsgv4-section on-white bsgv4-faq\">\n<div class=\"bsgv4-faq__inner\">\n<h2>Frequently Asked Questions</h2>\n<div class=\"bsgv4-faq__list\">\n<details>\n<summary>What exactly is the Bigger Share Guarantee®?</summary>\n<p class=\"faq-body\">After all medical bills, liens, and case expenses are paid, you take home more of your settlement than we do. If our standard fee would result in us taking more than you, we automatically reduce our fee until your share is bigger.</p>\n</details>\n<details>\n<summary>What types of cases does this cover?</summary>\n<p class=\"faq-body\">All motor vehicle accident cases we handle: car wrecks, truck wrecks, motorcycle crashes, rideshare incidents, pedestrian cases, bicycle accidents, delivery vehicle accidents, and more. If you were injured in a motor vehicle accident in Kentucky, you are covered. No exceptions, no fine print, no loopholes.</p>\n</details>\n<details>\n<summary>How is this different from other personal injury firms?</summary>\n<p class=\"faq-body\">Most personal injury firms charge a contingency fee that does not adjust if your net take-home drops below their cut. We are the only firm in Kentucky that puts a written guarantee in place to prevent that outcome.</p>\n</details>\n<details>\n<summary>Do I pay anything out of pocket?</summary>\n<p class=\"faq-body\">No. You pay $0 Out-Of-Pocket Forever. We cover all case expenses upfront. If we do not win your case, you owe us nothing. No hidden fees, no surprise bills, no costs passed back to you.</p>\n</details>\n<details>\n<summary>Does your fee increase if my case goes to litigation?</summary>\n<p class=\"faq-body\">No. Our fee stays the same whether your case settles before or after a lawsuit is filed. You will never be penalized for pursuing the full value of your claim.</p>\n</details>\n</div>\n</div>\n</section>\n</div>\n<script>\r\n(function(){\r\n  /* Calculator */\r\n  var root = document.querySelector('.bsgv4-calc');\r\n  if(root){\r\n    var stage = 'lit';\r\n    var fmt = function(n){ return '$'+Math.round(n).toLocaleString('en-US'); };\r\n    var ins = root.querySelectorAll('[data-in]');\r\n    var outs = {};\r\n    root.querySelectorAll('[data-out]').forEach(function(el){ outs[el.dataset.out]=el; });\r\n    function recalc(){\r\n      var settle = +root.querySelector('[data-in=\"settle\"]').value;\r\n      var meds   = +root.querySelector('[data-in=\"meds\"]').value;\r\n      var liens  = +root.querySelector('[data-in=\"liens\"]').value;\r\n      var exp    = +root.querySelector('[data-in=\"exp\"]').value;\r\n      outs.settle.textContent = fmt(settle);\r\n      outs.meds.textContent   = fmt(meds);\r\n      outs.liens.textContent  = fmt(liens);\r\n      outs.exp.textContent    = fmt(exp);\r\n      var theirFeePct = (stage==='lit') ? 0.40 : 0.3333;\r\n      var theirShare = settle - (settle * theirFeePct) - meds - liens - exp;\r\n      var ourFee = settle * 0.3333;\r\n      var ourNet = settle - meds - liens - exp;\r\n      if (ourFee > ourNet - ourFee) { ourFee = ourNet / 2; }\r\n      var ourShare = ourNet - ourFee;\r\n      outs.them.textContent = fmt(Math.max(0,theirShare));\r\n      outs.us.textContent   = fmt(Math.max(0,ourShare));\r\n    }\r\n    ins.forEach(function(i){ i.addEventListener('input', recalc); });\r\n    root.querySelectorAll('.bsgv4-calc__tb').forEach(function(b){\r\n      b.addEventListener('click', function(){\r\n        root.querySelectorAll('.bsgv4-calc__tb').forEach(function(x){ x.classList.remove('is-active'); });\r\n        b.classList.add('is-active');\r\n        stage = b.dataset.stage;\r\n        recalc();\r\n      });\r\n    });\r\n    recalc();\r\n  }\r\n\r\n  /* CTA: mobile dials, desktop scrolls to form */\r\n  function wireCtas(){\r\n    var mq = window.matchMedia('(max-width: 768px)');\r\n    document.querySelectorAll('.bsgv4-cta-btn[data-call]').forEach(function(a){\r\n      if (mq.matches) { a.href = 'tel:' + a.dataset.call; }\r\n      else { a.href = '#bsg-form'; }\r\n    });\r\n  }\r\n  wireCtas();\r\n  window.addEventListener('resize', wireCtas);\r\n})();\r\n</script>","css":"/* ============================================================\r\n   Bigger Share Guarantee® v4 - Editorial (full-bleed pass)\r\n   Tokens: Foundry orange #D97706, Foundry Deep #B45309, Navy #0B212D.\r\n   No cream. No partial whites. No gray. No eyebrows.\r\n   Every section is true 100vw (breaks out of theme container).\r\n   ============================================================ */\r\n.bsgv4 { --navy:#0B212D; --navy-deep:#0a1520; --navy-mid:#0B212D;\r\n  --orange:#D97706; --orange-deep:#B45309; --white:#FFFFFF;\r\n  --hairline-soft:#E6ECF1;\r\n  --font-display:Georgia,'Times New Roman',serif;\r\n  --font-ui:'Poppins', system-ui, sans-serif;\r\n  font-family: var(--font-ui); color: var(--navy); line-height:1.6; }\r\n.bsgv4 *,.bsgv4 *::before,.bsgv4 *::after { box-sizing:border-box; }\r\n.bsgv4 img { max-width:100%; height:auto; display:block; }\r\n.bsgv4 a { text-decoration:none; color:inherit; }\r\n\r\n/* Full-bleed every section: breaks out of any theme container */\r\n.bsgv4-section {\r\n  position:relative;\r\n  width: 100vw;\r\n  margin-left: calc(50% - 50vw);\r\n  margin-right: calc(50% - 50vw);\r\n  padding: clamp(72px, 9vw, 128px) clamp(24px, 5vw, 64px);\r\n}\r\n.bsgv4-section.flush { padding: 0; }\r\n.bsgv4-section.on-white { background: var(--white); color: var(--navy); }\r\n.bsgv4-section.on-dark  { background: linear-gradient(0deg, #000 0%, var(--navy) 100%); color: var(--white); }\r\n.bsgv4-wrap { max-width:1180px; margin:0 auto; }\r\n.bsgv4-wrap-narrow { max-width:820px; margin:0 auto; }\r\n.bsgv4-wrap-prose { max-width:900px; margin:0 auto; }\r\n\r\n/* Type system */\r\n.bsgv4 h1,.bsgv4 h2,.bsgv4 h3 { margin:0; font-family:var(--font-display);\r\n  font-weight:500; letter-spacing:-0.01em; line-height:1.08; color:var(--navy);\r\n  text-align:center; }\r\n.bsgv4 h1 { font-size: clamp(46px, 6vw, 80px); }\r\n.bsgv4 h2 { font-size: clamp(34px, 4.4vw, 56px); line-height:1.1; }\r\n.bsgv4 h3 { font-size: clamp(22px, 2.4vw, 30px); }\r\n.bsgv4-section.on-dark h1, .bsgv4-section.on-dark h2, .bsgv4-section.on-dark h3,\r\n.bsgv4-hero h1, .bsgv4-hero h2, .bsgv4-hero h3,\r\n.bsgv4-final h2, .bsgv4-final h3 { color: var(--white); }\r\n.bsgv4 .accent { color: var(--orange-deep); font-style: italic; }\r\n.bsgv4-section.on-dark .accent, .bsgv4-hero .accent, .bsgv4-final .accent { color: var(--orange); }\r\n.bsgv4-rmark { font-size: 0.45em; font-style: normal; font-weight: 500;\r\n  vertical-align: super; line-height: 1; margin-left: 2px; }\r\n.bsgv4 .lead { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:clamp(18px, 1.6vw, 22px);line-height:1.55;\r\n  color: var(--navy); text-align: center; }\r\n.bsgv4-section.on-dark .lead, .bsgv4-hero .lead, .bsgv4-final .lead { color: var(--white); }\r\n.bsgv4 .body { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:17px;line-height:1.7; color: var(--navy); text-align: center; }\r\n.bsgv4-section.on-dark .body, .bsgv4-hero .body { color: var(--white); }\r\n\r\n/* ============================================================\r\n   PRIMARY CTA - navy fill, white text, phone icon left\r\n   ============================================================ */\r\n.bsgv4-cta-btn {\r\n  display:inline-flex; align-items:center; gap:12px;\r\n  padding:18px 36px; border-radius:999px;\r\n  background: var(--navy); color: var(--white);\r\n  font-family:var(--font-ui),'Poppins',sans-serif;font-weight:700;font-size:16px;line-height:1; letter-spacing:0.06em; text-transform:uppercase;\r\n  border: 2px solid var(--navy);\r\n  box-shadow: 0 8px 24px rgba(11,33,45,0.28);\r\n  transition: transform 220ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 220ms, background 220ms;\r\n}\r\n.bsgv4-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(11,33,45,0.36); background: var(--navy-deep); }\r\n.bsgv4-cta-btn .ico { width:18px; height:18px; flex-shrink:0; fill: var(--white); }\r\n.bsgv4-cta-btn.invert { background: var(--white); color: var(--navy); border-color: var(--white); }\r\n.bsgv4-cta-btn.invert:hover { background: #F0F0F0; }\r\n.bsgv4-cta-btn.invert .ico { fill: var(--navy); }\r\n\r\n/* ============================================================\r\n   HERO - TRUE FULL-BLEED + SPLIT (text left, image right)\r\n   ============================================================ */\r\n.bsgv4-hero {\r\n  position:relative; width:100vw;\r\n  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);\r\n  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);\r\n  color: var(--white); overflow: hidden;\r\n  padding: 0;\r\n}\r\n.bsgv4-hero::before {\r\n  content:\"\"; position:absolute; inset:0; pointer-events:none;\r\n  background: radial-gradient(60% 60% at 30% 50%, rgba(217,119,6,0.14), transparent 60%);\r\n  z-index:1;\r\n}\r\n.bsgv4-hero__grid {\r\n  position:relative; z-index:2;\r\n  display:grid; grid-template-columns: 1.05fr 0.95fr;\r\n  min-height: clamp(560px, 70vh, 720px);\r\n}\r\n.bsgv4-hero__left {\r\n  padding: clamp(72px, 8vw, 120px) clamp(40px, 5vw, 72px);\r\n  display:flex; flex-direction:column; justify-content:center;\r\n  align-items:center; text-align:center;\r\n}\r\n.bsgv4-hero__left h1 { max-width: 560px; font-size: clamp(40px, 5vw, 60px); }\r\n.bsgv4-hero__nb { white-space: nowrap; }\r\n.bsgv4-hero__left .lead { max-width: 520px; margin-top: 24px; }\r\n.bsgv4-hero__left .ctas { margin-top: 32px; display:flex; gap:16px; flex-wrap:wrap; justify-content:center; }\r\n.bsgv4-hero__right { position:relative; overflow:hidden; min-height: 360px; }\r\n.bsgv4-hero__right img { width:100%; height:100%; object-fit:cover; object-position: center top; }\r\n.bsgv4-hero__right::after {\r\n  content:\"\"; position:absolute; inset:0;\r\n  background: linear-gradient(to right, rgba(11,33,45,0.3) 0%, rgba(11,33,45,0) 30%);\r\n  pointer-events:none;\r\n}\r\n.bsgv4-hero__tag {\r\n  position:absolute; left:50%; bottom:24px; transform: translateX(-50%);\r\n  background: var(--navy); color: var(--white);\r\n  padding: 10px 20px; border-radius: 999px;\r\n  font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:16px;line-height:1; letter-spacing: 0.06em; text-transform: uppercase;\r\n  border: 2px solid var(--white); z-index:3;\r\n}\r\n\r\n/* ============================================================\r\n   BACKGROUND - Always Do What's Right (WHITE)\r\n   ============================================================ */\r\n.bsgv4-manifesto h2 { margin-bottom: 36px; }\r\n.bsgv4-manifesto .lines p {\r\n  font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:clamp(18px,1.6vw,22px);line-height:1.6;\r\n  color: var(--navy); margin: 0 auto 16px; max-width: 760px; text-align: center;\r\n}\r\n.bsgv4-manifesto .lines p.emphasis {\r\n  font-family:var(--font-display),Georgia,'Times New Roman',Times,serif;font-weight:500;font-size:clamp(22px,1.9vw,26px);line-height:1.4;\r\n  color: var(--navy); margin-top: 28px;\r\n}\r\n\r\n/* ============================================================\r\n   CALCULATOR - See Your Bigger Share (WHITE)\r\n   ============================================================ */\r\n.bsgv4-calc h2 { margin-bottom: 20px; }\r\n.bsgv4-calc .head { margin: 0 auto 56px; max-width: 760px; }\r\n.bsgv4-calc .head p.body { max-width: 600px; margin: 0 auto; color: var(--navy); }\r\n.bsgv4-calc__card {\r\n  background: var(--white); border-radius: 20px;\r\n  box-shadow: 0 12px 40px rgba(11,33,45,0.10);\r\n  padding: clamp(28px,4vw,56px);\r\n  display:grid; grid-template-columns: 1fr 1.1fr; gap:48px;\r\n  border: 2px solid var(--navy);\r\n  margin: 0 auto; max-width: 1080px;\r\n}\r\n.bsgv4-calc h3.bsgv4-calc__title {\r\n  font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:16px;line-height:1; letter-spacing: 0.16em;\r\n  text-transform: uppercase; color: var(--navy);\r\n  margin: 0 0 28px; text-align: left; font-family: var(--font-ui);\r\n}\r\n.bsgv4-calc__field { margin-bottom: 22px; }\r\n.bsgv4-calc__row { display:flex; justify-content:space-between; align-items:baseline; margin-bottom: 8px; }\r\n.bsgv4-calc__lab { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:16px;line-height:1.4; color: var(--navy); letter-spacing: 0.04em; text-transform: uppercase; }\r\n.bsgv4-calc__val { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:18px;line-height:1; color: var(--navy); }\r\n.bsgv4-calc__slider { width:100%; -webkit-appearance:none; appearance:none; height:6px;\r\n  background: #F0F0F0; border-radius:999px; outline:none;\r\n  border: 1px solid rgba(11,33,45,0.18); }\r\n.bsgv4-calc__slider::-webkit-slider-thumb { -webkit-appearance:none; appearance:none;\r\n  width:22px; height:22px; border-radius:50%; background: var(--orange);\r\n  cursor:pointer; border:3px solid var(--white);\r\n  box-shadow: 0 2px 8px rgba(217,119,6,0.5); }\r\n.bsgv4-calc__slider::-moz-range-thumb { width:22px; height:22px; border-radius:50%;\r\n  background: var(--orange); cursor:pointer; border:3px solid var(--white);\r\n  box-shadow: 0 2px 8px rgba(217,119,6,0.5); }\r\n.bsgv4-calc__toggle { display:flex; gap:0; margin-top: 20px;\r\n  border: 2px solid var(--navy); border-radius:999px;\r\n  padding: 4px; background: var(--white); width: fit-content; }\r\n.bsgv4-calc__tb { background: transparent; border:none; cursor:pointer;\r\n  font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:16px;line-height:1; padding: 12px 22px; border-radius:999px;\r\n  letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy);\r\n  transition: background 200ms, color 200ms; }\r\n.bsgv4-calc__tb.is-active { background: var(--navy); color: var(--white); }\r\n.bsgv4-calc__hint { margin-top: 18px; font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:16px;line-height:1.5; color: var(--navy); max-width: 400px; text-align: left; }\r\n.bsgv4-calc__output { display:flex; flex-direction:column; justify-content:center; gap:18px; }\r\n.bsgv4-calc__compare-row { background: var(--white); border-radius:14px; padding: 26px 28px;\r\n  border: 2px solid var(--navy); }\r\n.bsgv4-calc__compare-row.is-us { background: var(--navy); border-color: var(--orange);\r\n  color: var(--white); position:relative; overflow:hidden; }\r\n.bsgv4-calc__compare-row.is-us::before { content:\"\"; position:absolute; inset:0;\r\n  background: radial-gradient(60% 100% at 80% 50%, rgba(217,119,6,0.20), transparent 70%);\r\n  pointer-events:none; }\r\n.bsgv4-calc__rl { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:16px;line-height:1; letter-spacing: 0.10em;\r\n  text-transform: uppercase; color: var(--navy); margin-bottom: 6px;\r\n  position:relative; z-index:2; text-align: left; }\r\n.bsgv4-calc__compare-row.is-us .bsgv4-calc__rl { color: var(--white); }\r\n.bsgv4-calc__sl { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:500;font-size:16px;line-height:1.4; color: var(--navy);\r\n  margin-bottom: 6px; position:relative; z-index:2; text-align: left; }\r\n.bsgv4-calc__compare-row.is-us .bsgv4-calc__sl { color: var(--white); }\r\n.bsgv4-calc__sa { font-family:var(--font-display),Georgia,'Times New Roman',Times,serif;font-weight:500;font-size:clamp(30px,3.6vw,42px);line-height:1;\r\n  color: var(--navy); position:relative; z-index:2; text-align: left; }\r\n.bsgv4-calc__compare-row.is-us .bsgv4-calc__sa { color: var(--orange); }\r\n.bsgv4-calc__foot { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:16px;line-height:1.5; color: var(--navy);\r\n  margin-top: 8px; text-align: center; }\r\n\r\n/* ============================================================\r\n   OTHER FIRMS vs. US (WHITE)\r\n   ============================================================ */\r\n.bsgv4-compare h2 { margin-bottom: 48px; }\r\n.bsgv4-compare__card { border:2px solid var(--navy); border-radius:20px;\r\n  overflow:hidden; max-width: 1000px; margin: 0 auto; }\r\n.bsgv4-compare__cols { display:grid; grid-template-columns: 1fr 1fr; }\r\n.bsgv4-compare__col { padding: clamp(32px,4vw,48px); }\r\n.bsgv4-compare__col.theirs { background: var(--white); }\r\n.bsgv4-compare__col.ours { background: var(--white); border-left: 2px solid var(--navy); }\r\n.bsgv4-compare__col-head { font-family:var(--font-display),Georgia,'Times New Roman',Times,serif;font-weight:500;font-size:clamp(24px,2.4vw,30px);line-height:1.15;\r\n  color: var(--navy); text-align: center; margin-bottom: 28px; }\r\n.bsgv4-compare__col.ours .bsgv4-compare__col-head { color: var(--orange-deep); }\r\n.bsgv4-compare__row { display:flex; gap:14px; align-items:flex-start;\r\n  padding: 16px 0; border-top: 1px solid var(--navy); }\r\n.bsgv4-compare__row:first-of-type { border-top: none; }\r\n.bsgv4-compare__chip { flex-shrink:0; width:30px; height:30px; border-radius:50%;\r\n  display:flex; align-items:center; justify-content:center;\r\n  border: 2px solid var(--navy); background: var(--white); }\r\n.bsgv4-compare__col.ours .bsgv4-compare__chip { border-color: var(--orange); }\r\n.bsgv4-compare__chip svg { width:14px; height:14px; }\r\n.bsgv4-compare__chip.x svg { stroke: var(--navy); }\r\n.bsgv4-compare__chip.check svg { stroke: var(--orange-deep); }\r\n.bsgv4-compare__row-text { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:500;font-size:16px;line-height:1.5; color: var(--navy); text-align: left; }\r\n\r\n/* ============================================================\r\n   HOW IT WORKS - Padded cards, white titles full opacity\r\n   ============================================================ */\r\n.bsgv4-how .head { margin: 0 auto 64px; max-width: 760px; }\r\n.bsgv4-how h2 { margin-bottom: 22px; }\r\n.bsgv4-how__grid {\r\n  display:grid; grid-template-columns: 1fr 1fr;\r\n  gap: clamp(32px, 4vw, 56px);\r\n  max-width: 1080px; margin: 0 auto;\r\n}\r\n.bsgv4-how__item { padding: 36px;\r\n  border: 1px solid var(--white); border-radius: 16px; background: transparent; }\r\n.bsgv4-how__num { font-family:var(--font-display),Georgia,'Times New Roman',Times,serif;font-weight:500;font-size:56px;line-height:1; color: var(--orange);\r\n  margin-bottom: 14px; text-align: left; }\r\n.bsgv4-how .bsgv4-how__title { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:22px;line-height:1.25; color: var(--white);\r\n  letter-spacing:-0.01em; margin: 0 0 12px; font-family: var(--font-ui); text-align: left; }\r\n.bsgv4-how__desc { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:17px;line-height:1.6; color: var(--white); margin:0; text-align: left; }\r\n\r\n/* ============================================================\r\n   REVIEWS - Google G icon, no \"verified\" text (WHITE)\r\n   ============================================================ */\r\n.bsgv4-reviews .head { margin: 0 auto 56px; max-width: 720px; }\r\n.bsgv4-reviews h2 { margin-bottom: 14px; }\r\n.bsgv4-reviews__rail { display:flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;\r\n  padding: 4px 4px 32px; scrollbar-width: none; -ms-overflow-style: none;\r\n  max-width: 1180px; margin: 0 auto; }\r\n.bsgv4-reviews__rail::-webkit-scrollbar { display:none; }\r\n.bsgv4-reviews__card { flex: 0 0 min(420px, 88vw); scroll-snap-align: start;\r\n  background: var(--white); border-radius: 18px; padding: 32px;\r\n  box-shadow: 0 4px 16px rgba(11,33,45,0.10);\r\n  border: 1px solid var(--navy);\r\n  display:flex; flex-direction:column; }\r\n.bsgv4-reviews__head { display:flex; align-items:center; gap:14px; margin-bottom: 18px; }\r\n.bsgv4-reviews__google { width: 36px; height:36px; flex-shrink:0; }\r\n.bsgv4-reviews__stars { display:flex; gap:4px; }\r\n.bsgv4-reviews__star { width:18px; height:18px; fill: var(--orange); }\r\n.bsgv4-reviews__quote { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:17px;line-height:1.6; color: var(--navy);\r\n  margin: 0 0 24px; flex:1; text-align: left; }\r\n.bsgv4-reviews__name { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:16px;line-height:1.2; color: var(--navy);\r\n  padding-top: 18px; border-top: 1px solid var(--navy);\r\n  letter-spacing:0.02em; text-align: left; }\r\n\r\n/* ============================================================\r\n   AWARDS - Trust badge carousel only (WHITE)\r\n   ============================================================ */\r\n.bsgv4-awards h2 { margin-bottom: 56px; }\r\n.bsgv4-awards__rail {\r\n  display:flex; gap: clamp(28px, 4vw, 56px); align-items:center;\r\n  overflow-x: auto; scroll-snap-type: x mandatory;\r\n  padding: 16px 8px; scrollbar-width: none; -ms-overflow-style: none;\r\n  max-width: 1180px; margin: 0 auto;\r\n  justify-content: center; flex-wrap: wrap;\r\n}\r\n.bsgv4-awards__rail::-webkit-scrollbar { display:none; }\r\n.bsgv4-awards__badge { flex: 0 0 auto; scroll-snap-align: center;\r\n  width: clamp(120px, 14vw, 168px); aspect-ratio: 1;\r\n  display:flex; align-items:center; justify-content:center; }\r\n.bsgv4-awards__badge img { max-width:100%; max-height:100%; object-fit:contain; }\r\n\r\n/* ============================================================\r\n   FORM - SMALLER SPLIT (Sam's Variant D pattern, full-bleed)\r\n   Image left, white panel with orange left border right\r\n   ============================================================ */\r\n.bsgv4-form {\r\n  width:100vw;\r\n  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);\r\n  display:grid; grid-template-columns: 1fr 1fr; min-height: 480px;\r\n  overflow:hidden;\r\n}\r\n.bsgv4-form__img {\r\n  background-image: url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Sam-Aguiar-3.jpg');\r\n  background-size: cover; background-position: center;\r\n  min-height: 360px;\r\n}\r\n.bsgv4-form__panel {\r\n  background: var(--white);\r\n  border-left: 4px solid var(--orange);\r\n  padding: clamp(38px, 5vw, 64px) clamp(32px, 5vw, 72px);\r\n  display:flex; flex-direction:column; justify-content:center;\r\n}\r\n.bsgv4-form__title {\r\n  font-family:var(--font-display),Georgia,'Times New Roman',Times,serif;font-weight:500;font-size:clamp(28px, 3.2vw, 40px);line-height:1.15;\r\n  color: var(--navy); text-align: center; margin: 0 0 10px;\r\n  letter-spacing: -0.01em;\r\n}\r\n.bsgv4-form__title .accent { color: var(--orange-deep); font-style: italic; }\r\n.bsgv4-form__sub { font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:16px;line-height:1.5; color: var(--navy);\r\n  text-align: center; margin: 0 0 24px; }\r\n.bsgv4-form__form { display:flex; flex-direction:column; gap:12px; }\r\n.bsgv4-form__row { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }\r\n.bsgv4-form__inp, .bsgv4-form__sel {\r\n  font-family:var(--font-ui),'Poppins',sans-serif;font-weight:500;font-size:16px;line-height:1.4; color: var(--navy);\r\n  background: var(--white); border: 2px solid #C7D4E3; border-radius: 8px;\r\n  padding: 14px 16px; width: 100%; outline: none; box-sizing: border-box;\r\n}\r\n.bsgv4-form__inp:focus, .bsgv4-form__sel:focus { border-color: var(--orange); }\r\n.bsgv4-form__sel { padding-right: 36px;\r\n  background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%230B212D' d='M7 10l5 5 5-5z'/></svg>\");\r\n  background-repeat: no-repeat; background-position: right 12px center;\r\n  appearance: none; -webkit-appearance: none; }\r\n.bsgv4-form__submit {\r\n  font-family:var(--font-ui),'Poppins',sans-serif;font-weight:700;font-size:16px;line-height:1; letter-spacing: 0.06em; text-transform: uppercase;\r\n  background: linear-gradient(0deg, #000 0%, var(--navy) 100%); color: var(--white);\r\n  border: none; border-radius: 999px;\r\n  padding: 18px 24px; cursor: pointer; margin-top: 6px;\r\n  display:inline-flex; align-items:center; justify-content:center; gap: 12px;\r\n  transition: transform 220ms, box-shadow 220ms;\r\n}\r\n.bsgv4-form__submit:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(11,33,45,0.36); }\r\n.bsgv4-form__submit svg { width:18px; height:18px; fill: var(--white); }\r\n.bsgv4-form__hp { position:absolute; left:-9999px; }\r\n\r\n/* ============================================================\r\n   FINAL CTA - radial glow (full-bleed)\r\n   ============================================================ */\r\n.bsgv4-final {\r\n  width: 100vw;\r\n  margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);\r\n  background: linear-gradient(0deg, #000 0%, var(--navy) 100%);\r\n  color: var(--white); padding: clamp(80px, 10vw, 140px) 20px;\r\n  position:relative; overflow: hidden;\r\n}\r\n.bsgv4-final::before { content:\"\"; position:absolute; inset:0;\r\n  background: radial-gradient(50% 60% at 50% 50%, rgba(217,119,6,0.18), transparent 65%);\r\n  pointer-events:none; }\r\n.bsgv4-final__inner { max-width: 860px; margin: 0 auto; text-align: center;\r\n  position:relative; z-index:2; }\r\n.bsgv4-final h2 { color: var(--white); margin-bottom: 24px; }\r\n.bsgv4-final .lead { color: var(--white); max-width: 680px; margin: 0 auto 36px; }\r\n\r\n/* ============================================================\r\n   FAQ - Sam's attached block format, adapted to WHITE bg + Foundry orange\r\n   USES NATIVE <details>/<summary> - no JS state bug\r\n   ============================================================ */\r\n.bsgv4-faq { padding: clamp(72px, 9vw, 128px) clamp(24px, 5vw, 64px); }\r\n.bsgv4-faq__inner { max-width: 880px; margin: 0 auto; }\r\n.bsgv4-faq h2 { text-align: center; margin: 0 0 36px;\r\n  font-family: var(--font-ui); font-weight: 700;\r\n  font-size: clamp(26px, 3.5vw, 34px); color: var(--navy);\r\n  letter-spacing: 0.3px; }\r\n.bsgv4-faq__list { display:flex; flex-direction:column; gap: 12px; }\r\n.bsgv4-faq__list details {\r\n  background: var(--white); border: 1px solid var(--hairline-soft);\r\n  border-radius: 8px; padding: 0; overflow: hidden;\r\n  transition: border-color .15s ease;\r\n}\r\n.bsgv4-faq__list details[open] {\r\n  border-color: var(--orange);\r\n  box-shadow: 0 2px 8px rgba(11,33,45,0.06);\r\n}\r\n.bsgv4-faq__list summary {\r\n  font-family: var(--font-ui); font-weight: 600;\r\n  font-size: 17px; line-height: 1.4; color: var(--navy);\r\n  padding: 18px 50px 18px 22px; cursor: pointer;\r\n  position: relative; list-style: none; user-select: none;\r\n  background: var(--white);\r\n  text-align: left;\r\n}\r\n.bsgv4-faq__list summary:hover { background: var(--white); color: var(--navy); }\r\n.bsgv4-faq__list summary:focus { outline: 2px solid var(--orange); outline-offset: -2px; }\r\n.bsgv4-faq__list summary::-webkit-details-marker { display:none; }\r\n.bsgv4-faq__list summary::after {\r\n  content: '+'; position:absolute; right: 22px; top: 50%;\r\n  transform: translateY(-50%);\r\n  font-family: var(--font-ui); font-weight: 400; font-size: 24px;\r\n  color: var(--orange); line-height: 1;\r\n}\r\n.bsgv4-faq__list details[open] summary::after { content: '\\2212'; }\r\n.bsgv4-faq__list .faq-body {\r\n  font-family: var(--font-ui); font-weight: 400;\r\n  font-size: 16px; line-height: 1.6; color: var(--navy);\r\n  padding: 0 22px 20px; margin: 0; text-align: left;\r\n}\r\n\r\n/* ============================================================\r\n   MOBILE\r\n   ============================================================ */\r\n@media (max-width: 900px) {\r\n  .bsgv4-hero__grid { grid-template-columns: 1fr; }\r\n  .bsgv4-hero__left h1 { font-size: clamp(30px, 8.5vw, 56px); }\r\n  .bsgv4-hero__right { min-height: 320px; max-height: 480px; order: -1; }\r\n  .bsgv4-calc__card { grid-template-columns: 1fr; gap: 36px; }\r\n  .bsgv4-calc h3.bsgv4-calc__title,\r\n  .bsgv4-calc__hint,\r\n  .bsgv4-calc__rl,\r\n  .bsgv4-calc__sl,\r\n  .bsgv4-calc__sa { text-align: center; }\r\n  .bsgv4-calc__toggle { margin-left:auto; margin-right:auto; }\r\n  .bsgv4-compare__cols { grid-template-columns: 1fr; }\r\n  .bsgv4-compare__col.ours { border-left: none; border-top: 2px solid var(--navy); }\r\n  .bsgv4-compare__row-text { text-align: center; }\r\n  .bsgv4-how__grid { grid-template-columns: 1fr; }\r\n  .bsgv4-how__num,.bsgv4-how__title,.bsgv4-how__desc { text-align: center; }\r\n  .bsgv4-form { grid-template-columns: 1fr; }\r\n  .bsgv4-form__img { min-height: 220px; order: -1; }\r\n  .bsgv4-form__panel { padding: 30px 24px; }\r\n  .bsgv4-form__row { grid-template-columns: 1fr; }\r\n  .bsgv4-reviews__quote, .bsgv4-reviews__name { text-align: center; }\r\n  .bsgv4-reviews__head { justify-content: center; }\r\n}\r\n@media (max-width: 640px) {\r\n  .bsgv4-faq { padding: 56px 16px; }\r\n  .bsgv4-faq__list summary { font-size: 16px; padding: 16px 44px 16px 18px; }\r\n  .bsgv4-faq__list .faq-body { font-size: 15px; padding: 0 18px 16px; }\r\n}\r\n@media (prefers-reduced-motion: reduce) {\r\n  .bsgv4 * { transition: none !important; animation: none !important; }\r\n}","status":"Live","updated_at":"2026-06-15 14:51:59"},{"id":5,"name":"sa-bsg-banner","version":"2026-06-10","category":"Differentiators","description":"Full-bleed Visible Depth section emphasizing Bigger Share Guarantee(R) as standalone payoff moment. Foundry-orange BSG(R) heading and phone icon, white payoff line, single Call Now CTA with a 2px Foundry-orange border and regional tel: href.","when_to_use":"Once per page, between social-proof and next section.","source_skill":"sa-bsg-banner","rules":"1. Always uses the registered-mark symbol: `Bigger Share Guarantee®` (rendered via `<sup>&reg;</sup>`). Never write \"BSG\" in user-facing copy on this banner.\n2. Visible Depth gradient background: No flat `#0B212D`. No deprecated colors (`#003D54`, `#142130`, `rgba(11,33,45,0.85)`).\n3. Heading + registered-mark in Foundry orange (#D97706); payoff line stays white.\n4. No icons inside the banner body: The only icon is the inline phone-icon SVG in the CTA button.\n5. No stock imagery: This is a flat-overlay treatment, not an image-background block.\n6. Do not mention the 35% fee number here: Comparison context belongs in the fee calculators (`sa-fee-calc-interactive` / `sa-fee-calc-static`), not the banner.\n7. One CTA button only: Copy reads `Call Now` — never `Call Sam Aguiar`, never `Talk to Sam Aguiar`, never `Free Consultation`, never the phone number as visible text. The phone goes in the `tel:` href only (`firm-briefing` §8).\n8. Regional phone in the `tel:` href: - Louisville pages → `tel:5028888888`\n9. Mobile centering: applies to the H2 per the sitewide rule.\n10. No CTA sublabel: below the button. No \"Phone:\" / \"Tel:\" prefix anywhere.\n11. Payoff line is exactly one short paragraph: Approved copy: `You always walk away with more than us. If your share is ever less, we cut our fee. No upfront costs. No fees unless we win.` Sam may approve a regional variant — confirm before deviating.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"Tel href must use the regional office number for the page.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.","html":"<section class=\"sa-bsg-banner\">\n  <div class=\"sa-bsg-inner\">\n    <h2>Bigger Share Guarantee<sup>&reg;</sup></h2>\n    <p class=\"sa-bsg-sub\">You always walk away with more than us. If your share is ever less, we cut our fee. No upfront costs. No fees unless we win.</p>\n    <a href=\"tel:5028888888\" class=\"sa-bsg-cta\">\n      <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.2c.27-.27.35-.67.24-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z\"/></svg>\n      Call Now\n    </a>\n  </div>\n</section>","css":"/* ============== sa-bsg-banner - standalone payoff banner ============== */\n.sa-bsg-banner{\n  background:linear-gradient(0deg, #000000 0%, #0B212D 100%);\n  color:#fff;\n  padding:56px 24px;\n  text-align:center;\n}\n.sa-bsg-inner{\n  max-width:880px;\n  margin:0 auto;\n}\n.sa-bsg-banner h2{\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:clamp(28px,4vw,40px);\n  color:#D97706;\n  text-align:center;\n  margin:0 0 16px;\n  letter-spacing:.5px;\n}\n.sa-bsg-banner h2 sup{\n  font-size:0.5em;\n  vertical-align:top;\n  margin-left:2px;\n  font-weight:500;\n}\n.sa-bsg-sub{\n  font-family:Poppins,sans-serif;\n  font-weight:400;\n  font-size:clamp(16px,1.8vw,18px);\n  line-height:1.55;\n  color:#E6ECF1;\n  text-align:center;\n  margin:0 auto 28px;\n  max-width:720px;\n}\n.sa-bsg-cta{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  background:linear-gradient(0deg, #000000 0%, #0B212D 100%);\n  color:#fff;\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:17px;\n  text-decoration:none;\n  padding:14px 28px;\n  border-radius:8px;\n  border:2px solid #D97706;\n  letter-spacing:.3px;\n  transition:background-color .15s ease;\n}\n.sa-bsg-cta:hover{ background:#FFB04A; color:#0B212D; }\n.sa-bsg-cta:hover svg{ fill:#0B212D; }\n.sa-bsg-cta svg{\n  width:18px;\n  height:18px;\n  fill:#D97706;\n  flex-shrink:0;\n}\n\n@media (max-width:640px){\n  .sa-bsg-banner{ padding:44px 16px; }\n  .sa-bsg-banner h2{ text-align:center; }\n  .sa-bsg-sub{ text-align:center; }\n}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-bsg-banner h1,.sa-bsg-banner h2,.sa-bsg-banner h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-bsg-banner .cva-btn,.sa-bsg-banner .cva-btn--primary,.sa-bsg-banner .cva-btn--ghost,.sa-bsg-banner .sa-cta-banner-btn,.sa-bsg-banner .sa-sidebar-btn,.sa-bsg-banner .sa-side-btn,.sa-bsg-banner .sa-submit-btn,.sa-bsg-banner .sa-bsg-cta,.sa-bsg-banner .sa-hero-cta,.sa-bsg-banner .sa-partner-btn,.sa-bsg-banner .sa-btn,.sa-bsg-banner .sa-cta,.sa-bsg-banner .sa-cta-btn,.sa-bsg-banner .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-15 12:32:40"},{"id":2,"name":"sa-commitments-grid","version":"2026-06-15","category":"Differentiators","description":"Six dark-navy commitment cards in 3×2 grid. Visible Depth gradient backgrounds. Each card is one short sentence. No icons.","when_to_use":"Location pages, homepage, any page needing high-trust differentiator block. Acts as the UVP moment.","source_skill":"sa-commitments-grid","rules":"1. Six cards. No more, no fewer: 2. **One short sentence per card body.** Not 1-2 sentences. One sentence.\n2. Visible Depth gradient background: on the outer section: `linear-gradient(0deg, #000000 0%, #0B212D 100%)`. Cards sit on top with a subtle border or slightly lighter fill — see `references/snippet.html` for the canonical card treatment.\n3. No icons: No emoji. No SVGs inside the cards.\n4. Header above the grid: `Our Commitments To You` (default), or location-specific variant like `Our Lexington Commitments`. No subtext below the H2.\n5. Mobile centering: the H2 is centered on mobile per the sitewide rule. Cards stack vertically on mobile.\n6. Commitments must be true and current: — pull from `firm-briefing` §3 differentiators.\n7. Approved roster (Lexington reference page): - Bigger Share Guarantee® → \"You always walk away with more than us. If your share is ever less, we cut our fee.\"\n8. No deprecated colors: (`#003D54`, `#142130`, `rgba(11,33,45,0.85)`).\n9. No \"Free Consultation\" promises: , no banned words from `firm-briefing` §6.\nUVP casing standard: use exactly \"$0 Out-Of-Pocket Forever\" for this benefit label, including title case and hyphens.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"Mobile collapses to 1-up. Maintain identical card heights via flex/grid.\n2026-06-15: Normalized the Out-Of-Pocket Forever UVP casing standard in the registry.","html":"<section class=\"sa-section sa-section-dark\">\n  <div class=\"sa-section-inner\">\n    <h2>Our Commitments To You</h2>\n    <div class=\"sa-commitments-grid\">\n      <div class=\"sa-commit-card\">\n        <h3>Bigger Share<br>Guarantee&reg;</h3>\n        <p>You always walk away with more than us. If your share is ever less, we cut our fee.</p>\n      </div>\n      <div class=\"sa-commit-card\">\n        <h3>$0 Out Of Pocket<br>Forever</h3>\n        <p>No upfront costs. No retainers. No fees unless we win your case.</p>\n      </div>\n      <div class=\"sa-commit-card\">\n        <h3>Dedicated Team<br>of Three</h3>\n        <p>Top-rated attorney, case manager, and legal assistant on every case.</p>\n      </div>\n      <div class=\"sa-commit-card\">\n        <h3>No Increase<br>For Litigation</h3>\n        <p>Our flat contingency fee never goes up, even if your case is litigated.</p>\n      </div>\n      <div class=\"sa-commit-card\">\n        <h3>World-Class<br>Service</h3>\n        <p>Biweekly updates. 24/7 response to calls and texts. Never wonder where your case stands.</p>\n      </div>\n      <div class=\"sa-commit-card\">\n        <h3>Award-Winning<br>Representation</h3>\n        <p>Forbes Best-In-State, Super Lawyers, NTL Top 100, Multi-Million Dollar Advocates.</p>\n      </div>\n    </div>\n  </div>\n</section>","css":"/* ============== sa-commitments-grid - dark-card UVP variant ============== */\n.sa-section.sa-section-dark{\n  background:linear-gradient(0deg, #000000 0%, #0B212D 100%);\n  color:#fff;\n  padding:64px 24px;\n}\n.sa-section.sa-section-dark .sa-section-inner{\n  max-width:1180px;\n  margin:0 auto;\n}\n.sa-section.sa-section-dark h2{\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:clamp(26px,3.5vw,36px);\n  color:#fff;\n  text-align:center;\n  margin:0 0 40px;\n  letter-spacing:.3px;\n}\n.sa-commitments-grid{\n  display:grid;\n  grid-template-columns:repeat(3, 1fr);\n  gap:20px;\n}\n.sa-commit-card{\n  background:rgba(255,255,255,0.05);\n  border:1px solid rgba(217,119,6,0.25);\n  border-radius:10px;\n  padding:24px 34px;\n  text-align:left;\n}\n.sa-commit-card h3{\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:18px;\n  line-height:1.3;\n  min-height:2.6em;\n  color:#D97706;\n  margin:0 0 10px;\n  letter-spacing:.3px;\n}\n.sa-commit-card p{\n  font-family:Poppins,sans-serif;\n  font-weight:400;\n  font-size:15px;\n  line-height:1.55;\n  color:#E6ECF1;\n  margin:0;\n}\n\n@media (max-width:980px){\n  .sa-commitments-grid{ grid-template-columns:repeat(2, 1fr); }\n}\n@media (max-width:640px){\n  .sa-commitments-grid{ grid-template-columns:1fr; }\n  .sa-section.sa-section-dark{ padding:48px 16px; }\n  .sa-section.sa-section-dark h2{ text-align:center; }\n}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2) === */\nh1,h2,h3{text-transform:uppercase !important;text-align:center !important;}\n.cva-btn,.cva-btn--primary,.cva-btn--ghost,.sa-cta-banner-btn,.sa-sidebar-btn,.sa-side-btn,.sa-submit-btn,.sa-bsg-cta,.sa-hero-cta,.sa-partner-btn,.sa-btn,.sa-cta,.sa-cta-btn,.btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-16 14:00:19"},{"id":45,"name":"sa-cva-camera-evidence","version":"2026-06-15","category":"Differentiators","description":"Single-column editorial evidence block: orange rule, eyebrow, large Georgia/Times New Roman headline in one consistent navy treatment, body, divider, muted closer.","when_to_use":"Editorial single-column differentiator block (e.g. traffic-camera evidence narrative).","source_skill":"sa-cva-camera-evidence","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The orange rule bar (`height:3px`) follows this rule. Headline text stays one-color navy with no inline italic/orange emphasis.\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (eyebrow, body, closer) + Georgia/Times New Roman (headline). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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":"<!-- ==================== TRAFFIC CAMERA EVIDENCE ==================== -->\n<section class=\"sail-evidence-section\" aria-labelledby=\"cva-cam-h\">\n  <div class=\"sail-evidence-inner\">\n    <div class=\"sail-evidence-rule\" aria-hidden=\"true\"></div>\n        <h2 id=\"cva-cam-h\" class=\"sail-evidence-headline\">We pay for direct access to Kentucky traffic-camera footage.</h2>\n    <div class=\"sail-evidence-body\">\n      <p>Most firms wait for the police report. By the time it lands, the cameras that watched the crash have already overwritten the file. Kentucky's <a href=\"https://trimarc.org/\" target=\"_blank\" rel=\"noopener\">TRIMARC</a> system clears most general recordings on a rolling window, fine if your crash is Tuesday morning and your firm is on it Tuesday afternoon, not fine if anyone waits.</p>\n      <p>We hold an attorney-tier subscription that lets us request footage directly, without routing through a public-records officer and a 30-day queue. A commercial vehicle on I-65, I-64, I-71, the Watterson, or any state-monitored corridor stands a real chance of being on camera. We will know within days whether the file still exists, and preserve it before anyone else asks.</p>\n    </div>\n    <hr class=\"sail-evidence-divider\" aria-hidden=\"true\">\n    <p class=\"sail-evidence-closer\">Camera access alone does not win a case. But losing the footage closes off one of the cleanest pieces of proof a Kentucky jury ever sees.</p>\n  </div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Traffic camera editorial (block) ---------- */\n.sail-evidence-section{background:#fff;padding:clamp(64px,9vw,112px) 24px;}\n.sail-evidence-inner{max-width:860px;margin:0 auto;}\n.sail-evidence-rule{width:100px;height:3px;background:var(--sail-orange);margin:0 auto 28px;border-radius:2px;}\n.sail-evidence-eyebrow{font-family:var(--font-ui),'Poppins',sans-serif;font-weight:600;font-size:14px;line-height:1.2;letter-spacing:.22em;text-transform:uppercase;margin:0 0 20px;}\n.sail-evidence-headline{font-family:var(--font-display),Georgia,'Times New Roman',Times,serif;font-weight:500;font-size:clamp(32px,5vw,48px);line-height:1.08;letter-spacing:-.01em;margin:0 0 32px;text-wrap:balance;}\n.sail-evidence-body p{font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:18px;line-height:1.7;margin:0 0 22px;}\n.sail-evidence-divider{height:1px;background:var(--sail-rule);border:0;margin:36px 0 28px;}\n.sail-evidence-closer{font-family:var(--font-ui),'Poppins',sans-serif;font-weight:400;font-size:16px;line-height:1.65;color:var(--sail-mute);margin:0;}\n@media(max-width:768px){.sail-evidence-inner{text-align:center;}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sail-evidence-section h1,.sail-evidence-section h2,.sail-evidence-section h3{text-transform:uppercase !important;text-align:center !important;}\n.sail-evidence-section .cva-btn,.sail-evidence-section .cva-btn--primary,.sail-evidence-section .cva-btn--ghost,.sail-evidence-section .sa-cta-banner-btn,.sail-evidence-section .sa-sidebar-btn,.sail-evidence-section .sa-side-btn,.sail-evidence-section .sa-submit-btn,.sail-evidence-section .sa-bsg-cta,.sail-evidence-section .sa-hero-cta,.sail-evidence-section .sa-partner-btn,.sail-evidence-section .sa-btn,.sail-evidence-section .sa-cta,.sail-evidence-section .sa-cta-btn,.sail-evidence-section .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-15 11:59:39"},{"id":49,"name":"sa-cva-get-more-proof","version":"2026-06-15","category":"Differentiators","description":"Bottom full-bleed dark proof block with a framed attorney headshot left and Poppins Title Case headline + orange accent + checked UVP list right.","when_to_use":"Close a page with a dark proof block tying the attorney face to key differentiators.","source_skill":"sa-cva-get-more-proof","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The 3px frame border and the accent text use orange correctly. The 3px value on the headshot frame is the approved exception (decorative structural border per SAIL v1 spec).\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins for the heading and checked UVP list. The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.\nUVP casing standard: use exactly \"$0 Out-Of-Pocket Forever\" for this benefit label, including title case and hyphens.","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.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.\n2026-06-15: Normalized the Out-Of-Pocket Forever UVP casing standard in the registry.","html":"<!-- ==================== BOTTOM GET MORE PROOF ==================== -->\n<section class=\"sa-bottom-get-more-fw\" aria-labelledby=\"cva-getmore-h\">\n  <div class=\"sa-bottom-get-more-fw__inner\">\n    <div class=\"sa-bottom-get-more-fw__media\">\n      <figure class=\"sa-bottom-get-more-fw__frame\">\n        <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/01/Attorney-Headshots-22-768x768.webp\" alt=\"Sam Aguiar, personal injury attorney\" width=\"768\" height=\"768\" loading=\"lazy\" decoding=\"async\">\n      </figure>\n    </div>\n    <div class=\"sa-bottom-get-more-fw__body\">\n      <h2 id=\"cva-getmore-h\" class=\"sa-bottom-get-more-fw__title\">Get More. Get It Faster.<br><span class=\"sa-bottom-get-more-fw__accent\">Get It With Sam Aguiar.</span></h2>\n      <ul class=\"sa-bottom-get-more-fw__list\" role=\"list\">\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Bigger Share Guarantee On Every Case</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>$0 Out-Of-Pocket Forever</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>No Fee Increase If Your Case Goes To Litigation</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Dedicated Three-Person Case Team</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Forbes Best-In-State Recognition</li>\n        <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>1,000+ Five-Star Google Reviews</li>\n      </ul>\n    </div>\n  </div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Bottom Get More proof (block) ---------- */\n.sa-bottom-get-more-fw{position:relative;box-sizing:border-box;padding:72px 24px;overflow:hidden;color:#fff;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);}\n.sa-bottom-get-more-fw__inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:56px;align-items:center;}\n.sa-bottom-get-more-fw__frame{position:relative;width:100%;max-width:420px;margin:0;overflow:hidden;border:3px solid var(--sail-orange);border-radius:4px;background:var(--sail-navy-deep);box-shadow:0 10px 30px rgba(0,0,0,.45);}\n.sa-bottom-get-more-fw__frame img{width:100%;height:auto;object-fit:cover;}\n.sa-bottom-get-more-fw__body{display:flex;flex-direction:column;gap:24px;}\n.sa-bottom-get-more-fw__title{margin:0;font-family:var(--font-ui),'Poppins',system-ui,sans-serif;font-weight:700;font-size:clamp(27px,3vw,42px);line-height:1.15;text-align:center;color:#fff !important;}\n.sa-bottom-get-more-fw__accent{color:var(--sail-orange) !important;}\n.sa-bottom-get-more-fw__list{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;}\n.sa-bottom-get-more-fw__list li{position:relative;padding-left:36px;font-family:var(--font-ui),'Poppins',system-ui,sans-serif;font-size:18px;font-weight:600;line-height:1.4;color:#fff !important;}\n.sa-bottom-get-more-fw__list li::before{position:absolute;left:0;top:50%;transform:translateY(-50%);color:var(--sail-orange);font-size:18px;font-weight:700;}\n@media(max-width:900px){.sa-bottom-get-more-fw__inner{grid-template-columns:1fr;gap:36px;}.sa-bottom-get-more-fw__body{align-items:center;text-align:center;}.sa-bottom-get-more-fw__list{align-items:flex-start;}}\n","status":"Live","updated_at":"2026-06-15 13:12:01"},{"id":104,"name":"sa-fee-calc-interactive","version":"2026-06-15","category":"Differentiators","description":"Interactive THEM vs. US fee calculator. Side-by-side card layout with Litigation and Pre-Litigation toggle, $10,000 to $1,000,000 settlement slider, $10,000 steps, and a $250,000 default settlement value.","when_to_use":"Use inside a Bigger Share Guarantee or fee-comparison section when the reader needs to see how a flat fee changes the client share. Do not use as a case-value estimator and do not place at the page bottom without context.","source_skill":"sa-design-elements and sa-copywrite-design references/interactive.md; dedicated sa-fee-calc-interactive skill should be packaged from this registry row if reused broadly.","rules":"1. Default settlement value is $250,000, not $100,000. Set the range input value, visible label, initial card totals, fee rows, difference banners, and slider --sa-pct to match $250,000.\n2. Range is $10,000 to $1,000,000 in $10,000 steps.\n3. Place inside the section whose point it proves, usually Bigger Share Guarantee or fee comparison. A contextual paragraph must sit immediately above the widget.\n4. If nested under an H2 section, the widget title is H3. Use H2 only when the calculator is the actual section heading.\n5. Toggle labels are Litigation and Pre-Litigation. Keep the fee math at 45 percent for Litigation, 40 percent for Pre-Litigation, and 35 percent for Us.\n6. The reusable snippet uses uid fee250k1 for preview only. Replace it with a unique alphanumeric UID for each placement so IDs and inline handlers do not collide.\n7. Use the canonical 768px mobile breakpoint and verify the slider and cards at 390px before publishing.\n8. This is an attorney-fee comparison tool only. It must not estimate case value or imply a case-worth range.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/truck-accident-lawyer/","deployment_notes":"Created 2026-06-15 after truck accident page QA showed the old $100,000 default was too low and the element was missing from the live registry. The repaired live page uses this widget inside the Bigger Share Guarantee section with immediate context and a $250,000 default. Store rollback in Current Page Updates audit-output/truck-accident-lawyer-resources-calculator-registry-fix-2026-06-15.","html":"<!-- WIDGET: SA INTERACTIVE FEE COMPARISON - BSG-contextualized 2026-06-15 -->\n<div class=\"sa-fee-container\">\n<div class=\"sa-fee-header\">\n<h3>Attorney Fees</h3>\n</div>\n<div class=\"sa-fee-toggle-container\">\n<div class=\"sa-fee-toggle-group\">\n<button class=\"sa-toggle-btn active\" id=\"btn-lit-fee250k1\" onclick=\"saSetPhase_fee250k1('litigation')\" type=\"button\">Litigation</button>\n<button class=\"sa-toggle-btn\" id=\"btn-pre-fee250k1\" onclick=\"saSetPhase_fee250k1('pre-litigation')\" type=\"button\">Pre-Litigation</button>\n</div>\n</div>\n<div class=\"sa-litigation-subtext\" id=\"sa-litigation-subtext-fee250k1\">\n        Most firms raise their fee percentage when your case goes to litigation. We never do.\n    </div>\n<div class=\"sa-fee-sliders\">\n<div class=\"sa-slider-box\">\n<label for=\"sa-fee-settlement-fee250k1\">Total Settlement: <strong id=\"sa-fee-set-val-fee250k1\">$250,000</strong></label>\n<input id=\"sa-fee-settlement-fee250k1\" max=\"1000000\" min=\"10000\" oninput=\"saCalcStandardFee_fee250k1()\" step=\"10000\" type=\"range\" value=\"250000\"/>\n<div class=\"sa-slider-feet\"><span>$10,000</span><span>$1,000,000</span></div>\n</div>\n</div>\n<div class=\"sa-fee-comparison-grid\">\n<div class=\"sa-fee-card them-card\">\n<div class=\"sa-card-top text-center-red\"><h4>THEM</h4></div>\n<div class=\"sa-fee-row\"><span>Total Settlement:</span><span class=\"sa-dark-text\" id=\"comp-gross-fee250k1\">$250,000</span></div>\n<div class=\"sa-fee-row red-text\"><span>Their Fee:</span><span id=\"comp-fee-fee250k1\">-$112,500</span></div>\n<hr class=\"sa-divider\"/>\n<div class=\"sa-fee-row total red-text\"><span>Your Share:</span><span id=\"comp-takehome-fee250k1\">$137,500</span></div>\n<div class=\"sa-banner-saving-red\">You PAY an extra <span id=\"ag-savings-diff-red-fee250k1\">$25,000</span></div>\n</div>\n<div class=\"sa-fee-card us-card\">\n<div class=\"sa-card-top text-center-green\"><h4>US</h4></div>\n<div class=\"sa-fee-row\"><span>Total Settlement:</span><span class=\"sa-dark-text\" id=\"ag-gross-fee250k1\">$250,000</span></div>\n<div class=\"sa-fee-row\"><span>Our Fee:</span><span class=\"sa-dark-text\" id=\"ag-fee-fee250k1\">-$87,500</span></div>\n<hr class=\"sa-divider\"/>\n<div class=\"sa-fee-row total green-text\"><span>Your Share:</span><span id=\"ag-takehome-fee250k1\">$162,500</span></div>\n<div class=\"sa-banner-saving-green\">You KEEP an extra <span id=\"ag-savings-diff-green-fee250k1\">$25,000</span></div>\n</div>\n</div>\n<p class=\"sa-fee-disclaimer\" style=\"color:#0B212D!important;\">*Disclaimer: Calculations are for illustrative purposes. Actual recoveries depend on insurance policy limits and liability variables. Out-of-pocket medical bills and litigation expenses are typically deducted from the client’s share.</p>\n</div>\n<style>\n.sa-main-content .sa-fee-context { font-family:'Poppins',sans-serif; font-size:17px; line-height:1.65; font-weight:500; color:#0B212D; text-align:center; max-width:720px; margin:12px auto 18px; }\n.sa-fee-container { font-family: 'Poppins', sans-serif; color: #0B212D; background: #ffffff; border: 1px solid #cbd5e1; border-radius: 12px; max-width: 800px; margin: 2rem auto; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05); padding: 25px; box-sizing: border-box; }\n.sa-fee-header { text-align: center; margin-bottom: 25px; }\n.sa-fee-header h3 { font-size: 1.75rem; margin: 0; color: #0B212D; font-weight: 600; text-align: center; }\n.sa-fee-toggle-container { margin-bottom: 15px; }\n.sa-fee-toggle-group { display: flex; gap: 10px; }\n.sa-toggle-btn { flex: 1; background: #f1f5f9; border: 1px solid #cbd5e1; color: #475569; padding: 14px 10px; border-radius: 6px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.2s ease; font-family: 'Poppins', sans-serif; text-align: center; }\n.sa-toggle-btn.active { background: #0B212D; color: #ffffff; border-color: #0B212D; }\n.sa-toggle-btn:hover:not(.active) { background: #e2e8f0; }\n.sa-litigation-subtext { text-align: center; font-size: 0.9rem; font-weight: 500; color: #475569; margin-bottom: 25px; line-height: 1.4; }\n.sa-fee-sliders { background: #f8fafc; padding: 20px; border-radius: 8px; margin-bottom: 25px; }\n.sa-slider-box label { display: flex; justify-content: space-between; font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; flex-wrap: wrap; gap: 6px; }\n.sa-slider-box input[type=\"range\"] { -webkit-appearance: none; appearance: none; width: 100%; height: 28px; background: transparent; cursor: pointer; outline: none; margin: 4px 0 6px 0; padding: 0; --sa-pct: 24.24%; }\n.sa-slider-box input[type=\"range\"]::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: linear-gradient(to right, #0B212D 0, #0B212D var(--sa-pct), #cbd5e1 var(--sa-pct), #cbd5e1 100%); border: none; }\n.sa-slider-box input[type=\"range\"]::-moz-range-track { height: 6px; border-radius: 999px; background: #cbd5e1; border: none; }\n.sa-slider-box input[type=\"range\"]::-moz-range-progress { height: 6px; border-radius: 999px; background: #0B212D; border: none; }\n.sa-slider-box input[type=\"range\"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; height: 22px; width: 22px; border-radius: 50%; background: #0B212D; border: 3px solid #ffffff; box-shadow: 0 0 0 1px #0B212D, 0 2px 6px rgba(11,33,45,0.35); margin-top: -8px; cursor: pointer; transition: transform 0.15s ease; }\n.sa-slider-box input[type=\"range\"]::-webkit-slider-thumb:hover, .sa-slider-box input[type=\"range\"]:focus::-webkit-slider-thumb { transform: scale(1.1); }\n.sa-slider-box input[type=\"range\"]::-moz-range-thumb { height: 22px; width: 22px; border-radius: 50%; background: #0B212D; border: 3px solid #ffffff; box-shadow: 0 0 0 1px #0B212D, 0 2px 6px rgba(11,33,45,0.35); cursor: pointer; transition: transform 0.15s ease; }\n.sa-slider-box input[type=\"range\"]::-moz-range-thumb:hover, .sa-slider-box input[type=\"range\"]:focus::-moz-range-thumb { transform: scale(1.1); }\n.sa-slider-feet { display: flex; justify-content: space-between; font-size: 0.75rem; color: #64748b; margin-top: 5px; font-weight: 500; }\n.sa-fee-comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n.sa-fee-card { border-radius: 8px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: #ffffff; box-sizing: border-box; }\n.sa-fee-card.us-card { border: 2px solid #047857; }\n.sa-fee-card.them-card { border: 2px solid #b91c1c; }\n.sa-card-top { text-align: center; margin-bottom: 15px; }\n.sa-card-top h4 { margin: 0; font-size: 1.5rem; font-weight: 600; text-align: center; }\n.text-center-green h4 { color: #047857; }\n.text-center-red h4 { color: #b91c1c; }\n.sa-fee-row { display: flex; justify-content: space-between; font-size: 0.95rem; margin-bottom: 12px; font-weight: 500; gap: 8px; }\n.sa-dark-text { color: #0B212D; font-weight: 600; }\n.red-text { color: #b91c1c; font-weight: 600; }\n.green-text { color: #047857; font-weight: 600; }\n.sa-fee-row.total { font-size: 1.05rem; font-weight: 600; margin-top: 10px; }\n.sa-divider { border: 0; border-top: 1px dashed #cbd5e1; margin: 10px 0; }\n.sa-banner-saving-green { background: #ecfdf5; border: 1px solid #a7f3d0; color: #047857; padding: 10px; border-radius: 6px; text-align: center; font-size: 0.9rem; font-weight: 600; margin-top: 15px; }\n.sa-banner-saving-red { background: #fef2f2; border: 1px solid #fca5a5; color: #b91c1c; padding: 10px; border-radius: 6px; text-align: center; font-size: 0.9rem; font-weight: 600; margin-top: 15px; }\n.sa-fee-disclaimer { font-size: 0.7rem; color: #94a3b8; line-height: 1.4; margin-top: 25px; text-align: center; font-weight: 500; }\n@media (max-width: 768px) {\n    .sa-fee-container { padding: 16px; margin: 1.25rem auto; max-width: none; width: calc(100vw - 32px); margin-left: 50%; transform: translateX(-50%); box-sizing: border-box; }\n    .sa-fee-comparison-grid { grid-template-columns: 1fr; gap: 14px; }\n    .sa-fee-card.us-card { order: 1; }\n    .sa-fee-card.them-card { order: 2; }\n    .sa-fee-toggle-group { flex-direction: column; gap: 8px; }\n    .sa-fee-header h3 { font-size: 1.35rem; }\n    .sa-fee-card { padding: 18px; }\n    .sa-fee-row { font-size: 0.9rem; }\n    .sa-fee-row.total { font-size: 1rem; }\n    .sa-slider-box label { font-size: 0.9rem; }\n    .sa-litigation-subtext { font-size: 0.85rem; padding: 0 4px; }\n    .sa-banner-saving-green, .sa-banner-saving-red { font-size: 0.85rem; }\n}\n\n\n/* sa-live-qa-leftover-fix-20260603 */\n.sa-page-wrapper a.sa-sidebar-btn,\n.sa-page-wrapper .sa-sidebar-btn {\n  background: #FFFFFF !important;\n  color: #0B212D !important;\n  border: 2px solid #D97706 !important;\n  text-decoration: none !important;\n}\n.sa-page-wrapper a.sa-sidebar-btn:hover,\n.sa-page-wrapper .sa-sidebar-btn:hover,\n.sa-page-wrapper a.sa-sidebar-btn:focus,\n.sa-page-wrapper .sa-sidebar-btn:focus {\n  background: #0B212D !important;\n  color: #FFFFFF !important;\n  border-color: #0B212D !important;\n}\n.sa-page-wrapper .sa-fee-disclaimer,\n.sa-page-wrapper .sal-asib-heading {\n  color: #0B212D !important;\n}\n.sa-page-wrapper .sa-rb-stars,\n.sa-page-wrapper .sa-mhr-stars,\n.sa-page-wrapper .sa-rb-cite,\n.sa-page-wrapper .sa-mhr-cite {\n  color: #D97706 !important;\n}\n.sa-page-wrapper .sa-toc-wrap a,\n.sa-page-wrapper details.sa-toc-wrap a,\n.sa-page-wrapper .sa-toc-body a,\n.sa-page-wrapper .sa-toc-list a {\n  color: #0B212D !important;\n  text-decoration-color: #D97706 !important;\n}\n</style>\n<script>\n(function(){\n    var uid = 'fee250k1';\n    var saCurrentPhase = 'litigation';\n    window['saSetPhase_' + uid] = function(phase) {\n        saCurrentPhase = phase;\n        document.getElementById('btn-lit-' + uid).classList.toggle('active', phase === 'litigation');\n        document.getElementById('btn-pre-' + uid).classList.toggle('active', phase === 'pre-litigation');\n        document.getElementById('sa-litigation-subtext-' + uid).style.display = (phase === 'litigation') ? 'block' : 'none';\n        window['saCalcStandardFee_' + uid]();\n    };\n    window['saCalcStandardFee_' + uid] = function() {\n        var slider = document.getElementById('sa-fee-settlement-' + uid);\n        var s = parseInt(slider.value);\n        var min = parseInt(slider.min) || 10000;\n        var max = parseInt(slider.max) || 1000000;\n        var pct = ((s - min) / (max - min)) * 100;\n        slider.style.setProperty('--sa-pct', pct + '%');\n        document.getElementById('sa-fee-set-val-' + uid).textContent = '$' + s.toLocaleString();\n        var agRate = 0.35;\n        var agFee = s * agRate;\n        var compRate = (saCurrentPhase === 'litigation') ? 0.45 : 0.40;\n        var compFee = s * compRate;\n        document.getElementById('ag-gross-' + uid).textContent = '$' + s.toLocaleString();\n        document.getElementById('ag-fee-' + uid).textContent = '-$' + Math.round(agFee).toLocaleString();\n        document.getElementById('ag-takehome-' + uid).textContent = '$' + Math.round(s - agFee).toLocaleString();\n        document.getElementById('comp-gross-' + uid).textContent = '$' + s.toLocaleString();\n        document.getElementById('comp-fee-' + uid).textContent = '-$' + Math.round(compFee).toLocaleString();\n        document.getElementById('comp-takehome-' + uid).textContent = '$' + Math.round(s - compFee).toLocaleString();\n        var extra = Math.max(0, compFee - agFee);\n        document.getElementById('ag-savings-diff-green-' + uid).textContent = '$' + Math.round(extra).toLocaleString();\n        document.getElementById('ag-savings-diff-red-' + uid).textContent = '$' + Math.round(extra).toLocaleString();\n    };\n    window['saCalcStandardFee_' + uid]();\n})();\n</script>","css":"/* CSS is included in the stored HTML style block so the preview and copy-paste snippet stay self-contained. */","status":"Live","updated_at":"2026-06-15 14:39:01"},{"id":31,"name":"sa-quick-easy","version":"2026-06-10","category":"Differentiators","description":"Full-bleed 'Quick & Easy to Get Started' stat block. Two-up dark cards on the Visible Depth gradient showing how few rings and minutes it takes to engage the firm. No icons, no animation, no counter script. Numbers are orange, all text is full-opacity white.","when_to_use":"Homepage and high-traffic landing pages where a fast, low-friction proof point belongs above the BSG/UVP block. One per page. Pair with the sidebar Mini 2-up variant only on different pages.","source_skill":"sa-template-reference","rules":"1. Two-up grid only. No 3-up, no single-card.\n2. Visible Depth gradient background (#000000 -> #0B212D). No flat navy.\n3. Numbers are #F89C22 orange. All text is solid #FFFFFF. NO rgba on text, NO opacity property, NO filter:opacity (per sa-brand-decisions v1.1).\n4. Card bg rgba(255,255,255,0.04) and border rgba(248,156,34,0.25) are allowed - rule covers text only.\n5. Locked copy: '3 Rings - Average to reach a live person' / '10 Minutes - Average to qualify your case.' Do not invent new pairs.\n6. Sizing: H2 clamp(28,3.2vw,41), Number clamp(34,3.8vw,48), Unit clamp(22,2.1vw,26), Descriptor clamp(16,1.7vw,20).\n7. Mobile (<=600px): 1-col stack.\n8. No icons. No counter animation. No SVGs.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Lives inside a WordPress HTML block. WP Rocket strips raw <style> blocks - use inline styles with !important for everything except the @media rule (which gets its own <style> tag). Replaced the prior Easy & Fast block on the homepage 2026-05-28.","html":"<div id=\"sa-proof-wrap\" style=\"background:linear-gradient(0deg,#000000 0%,#0B212D 100%) !important;padding:48px 4% 56px !important;font-family:'Poppins',sans-serif !important;overflow:hidden !important;\">\n  <div id=\"sa-proof-inner\" style=\"max-width:840px !important;margin:0 auto !important;text-align:center !important;\">\n\n    <h2 style=\"font-family:'Poppins',sans-serif !important;font-size:clamp(28px,3.2vw,41px) !important;font-weight:600 !important;color:#FFFFFF !important;margin:0 0 32px !important;line-height:1.2 !important;text-align:center !important;\">Quick &amp; Easy to Get Started</h2>\n\n    <div id=\"sa-quick-cards\" style=\"display:grid !important;grid-template-columns:1fr 1fr !important;gap:20px !important;\">\n\n      <div style=\"background:rgba(255,255,255,0.04) !important;border:1px solid rgba(248,156,34,0.25) !important;border-radius:12px !important;padding:32px 20px 28px !important;text-align:center !important;\">\n        <div style=\"font-family:'Poppins',sans-serif !important;font-size:clamp(34px,3.8vw,48px) !important;font-weight:700 !important;color:#D97706 !important;line-height:1 !important;margin:0 0 10px !important;\">3</div>\n        <div style=\"font-family:'Poppins',sans-serif !important;font-size:clamp(22px,2.1vw,26px) !important;font-weight:700 !important;color:#FFFFFF !important;text-transform:uppercase !important;letter-spacing:1px !important;line-height:1.1 !important;margin:0 0 12px !important;\">Rings</div>\n        <div style=\"font-family:'Poppins',sans-serif !important;font-size:clamp(16px,1.7vw,20px) !important;font-weight:500 !important;color:#FFFFFF !important;line-height:1.4 !important;margin:0 !important;\">Average to reach a live person</div>\n      </div>\n\n      <div style=\"background:rgba(255,255,255,0.04) !important;border:1px solid rgba(248,156,34,0.25) !important;border-radius:12px !important;padding:32px 20px 28px !important;text-align:center !important;\">\n        <div style=\"font-family:'Poppins',sans-serif !important;font-size:clamp(34px,3.8vw,48px) !important;font-weight:700 !important;color:#D97706 !important;line-height:1 !important;margin:0 0 10px !important;\">10</div>\n        <div style=\"font-family:'Poppins',sans-serif !important;font-size:clamp(22px,2.1vw,26px) !important;font-weight:700 !important;color:#FFFFFF !important;text-transform:uppercase !important;letter-spacing:1px !important;line-height:1.1 !important;margin:0 0 12px !important;\">Minutes</div>\n        <div style=\"font-family:'Poppins',sans-serif !important;font-size:clamp(16px,1.7vw,20px) !important;font-weight:500 !important;color:#FFFFFF !important;line-height:1.4 !important;margin:0 !important;\">Average to qualify your case</div>\n      </div>\n\n    </div>\n  </div>\n</div>\n\n<style>\n@media (max-width: 600px) {\n  #sa-quick-cards { grid-template-columns: 1fr !important; gap: 16px !important; }\n  #sa-proof-wrap { padding: 40px 4% 44px !important; }\n}\n</style>\n","css":"/* All styles are inline on the elements above. Only the @media rule lives in a <style> tag. */\n@media (max-width: 600px) {\n  #sa-quick-cards { grid-template-columns: 1fr !important; gap: 16px !important; }\n  #sa-proof-wrap { padding: 40px 4% 44px !important; }\n}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n#sa-proof-wrap h1,#sa-proof-wrap h2,#sa-proof-wrap h3{text-transform:uppercase !important;text-align:center !important;}\n#sa-proof-wrap .cva-btn,#sa-proof-wrap .cva-btn--primary,#sa-proof-wrap .cva-btn--ghost,#sa-proof-wrap .sa-cta-banner-btn,#sa-proof-wrap .sa-sidebar-btn,#sa-proof-wrap .sa-side-btn,#sa-proof-wrap .sa-submit-btn,#sa-proof-wrap .sa-bsg-cta,#sa-proof-wrap .sa-hero-cta,#sa-proof-wrap .sa-partner-btn,#sa-proof-wrap .sa-btn,#sa-proof-wrap .sa-cta,#sa-proof-wrap .sa-cta-btn,#sa-proof-wrap .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-15 13:12:01"},{"id":89,"name":"sa-sigquote-band","version":"2026-06-10","category":"Differentiators","description":"Signature founder-quote band. Full-width Visible Depth navy gradient with a centered Foundry-orange glow, a small top-left quotation mark, the first clause held on one line, the payoff broken beneath it, a short centered orange rule, and a lowercase '- sam aguiar' signature sized to match the quote. Ships with a white modifier (.sq-white) and a Poppins modifier (.sq-poppins).","when_to_use":"A premium brand 'moment' band between content sections or above the footer. Dark by default; add class sq-white for a light-section context. Max one per page.","source_skill":"sa-signature-quote (refined 2026-06-09; lowercase founder signature, payoff on own line)","rules":"Tokens only: Foundry orange #D97706, Foundry Deep #B45309, Navy #0B212D. Orange is text/rule/glyph only, never a fill.\nQuote wording is fixed: Our job isn't done until clients leave saying, 'Wow, that was an amazing experience.' Do not paraphrase.\nThe payoff phrase 'Wow, that was an amazing experience.' always breaks onto its own line.\nAuthor line is intentionally lowercase '- sam aguiar' (founder signature, NOT a Google reviewer, so the ALL-CAPS reviewer-name rule does not apply here).\nAuthor line is set to the same font-size as the quote.\nOne font family per instance. Default shown; swap with the .sq-poppins or .sq-georgia modifier. Never mix two families in one element.","live_reference":"","deployment_notes":"Drop-in block. Dark by default. Add 'sq-white' to .sq-band for the light version; add 'sq-poppins' to render in Poppins instead of Georgia/Times. First line uses white-space:nowrap so it stays one line on desktop; allow it to wrap on narrow mobile if needed. Run pre-publish-qa + playwright-visual-qa (1280/390) after deploy.","html":"<div class=\"sq-band\">\n  <blockquote><span class=\"sq-band__l1\">Our job isn’t done until clients say,</span><em>‘Wow, that was an amazing experience.’</em></blockquote>\n  <div class=\"sq-band__rule\"></div>\n  <div class=\"sq-band__by\">- Sam Aguiar</div>\n</div>","css":".sq-band{--nv:#0B212D;--or:#D97706;--ord:#B45309;font-family:Georgia,'Times New Roman',serif;max-width:980px;margin:0 auto;background:linear-gradient(0deg,#000 0%,var(--nv) 100%);border-radius:28px;padding:60px 50px;text-align:center;position:relative;overflow:hidden;}\n.sq-band.sq-poppins{font-family:'Poppins',system-ui,sans-serif;}\n.sq-band::before{content:\"\";position:absolute;inset:0;background:radial-gradient(circle at 50% 32%,rgba(217,119,6,.22),transparent 58%);pointer-events:none;}\n.sq-band__g{position:relative;font-size:74px;line-height:.5;color:var(--or);display:block;height:38px;margin-bottom:10px;text-align:center;}\n.sq-band blockquote{position:relative;font-weight:500;font-size:clamp(20px,2.6vw,32px);line-height:1.3;letter-spacing:-.01em;color:#fff;border:0;margin:0;}\n.sq-band__l1{display:block;white-space:nowrap;}\n.sq-band em{font-style:italic;color:var(--or);}\n.sq-band__rule{position:relative;width:54px;height:2px;background:var(--or);margin:24px auto 16px;}\n.sq-band__by{position:relative;font-weight:500;font-size:clamp(20px,2.6vw,32px);line-height:1.1;color:#fff;}\n.sq-band.sq-white{background:#fff;border:1px solid #e7eaed;}\n.sq-band.sq-white::before{background:radial-gradient(circle at 50% 32%,rgba(217,119,6,.08),transparent 60%);}\n.sq-band.sq-white blockquote,.sq-band.sq-white .sq-band__by{color:var(--nv);}\n.sq-band.sq-white em{color:var(--ord);}","status":"Beta","updated_at":"2026-06-10 14:30:59"},{"id":114,"name":"sa-us-vs-them-bokeh-comparison","version":"2026-06-15","category":"Differentiators","description":"Approved Us vs. Them Concept 2B bokeh variant from the local mockup board, corrected per Sam so Sam Aguiar appears on the left and Other PI Firms appears on the right. Dark bokeh comparison table with gradient-style check and X marks.","when_to_use":"Use as a stronger dark mid-page break or hero-secondary differentiation block where the page needs a more dramatic Us vs. Them comparison than the white two-card version.","source_skill":"registry-screenshot-intake; source mockup: C:\\Users\\SAguiar\\Documents\\Web Elements\\collected-local-html-2026-05-27_134940\\Downloads\\Us vs Them Mockups.html; approved by Sam 2026-06-15","rules":"1. Sam Aguiar Injury Lawyers must stay left and Other PI Firms must stay right on desktop.\n2. On mobile, Sam Aguiar rows must read before the corresponding competition rows.\n3. Do not reintroduce strikethroughs; this approved 2B variant uses check and X marks only.\n4. Keep the dark bokeh treatment controlled and readable; no flat navy replacement unless a page-specific QA pass requires it.\n5. Status remains Beta until deployed on a live page and verified in desktop/mobile context.","live_reference":"","deployment_notes":"Standalone scoped snippet generated from Concept 2B of the 2026-05-27 Us vs. Them mockup board. This saved version intentionally reverses the original board order so the firm is on the left. Add to WordPress as a custom HTML block with paired CSS, then run desktop/mobile visual QA before promoting to Live.","html":"<section class=\"sa-uvt-bokeh\" aria-labelledby=\"sa-uvt-bokeh-title\">\n  <div class=\"sa-uvt-bokeh__lights\" aria-hidden=\"true\"></div>\n  <div class=\"sa-uvt-bokeh__inner\">\n    <h2 id=\"sa-uvt-bokeh-title\" class=\"sa-uvt-bokeh__title\">Why Choose Sam Aguiar?</h2>\n    <div class=\"sa-uvt-bokeh__grid\">\n      <div class=\"sa-uvt-bokeh__head sa-uvt-bokeh__head--us\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/sal-logo-full-horizontal.webp\" alt=\"Sam Aguiar Injury Lawyers\" loading=\"lazy\" decoding=\"async\"></div>\n      <div class=\"sa-uvt-bokeh__head-spacer\" aria-hidden=\"true\"></div>\n      <div class=\"sa-uvt-bokeh__head sa-uvt-bokeh__head--them\">Other PI Firms</div>\n\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--us\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>Smaller Caseloads, Teams Of Three</span></div>\n      <div class=\"sa-uvt-bokeh__vs\">VS.</div>\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--them\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Lawyer And Assistant With 200+ Cases</span></div>\n\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--us\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>Flat Fee, Never Increases</span></div>\n      <div class=\"sa-uvt-bokeh__vs\">VS.</div>\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--them\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Higher Fee Percent For Litigation</span></div>\n\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--us\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>Bigger Share Guarantee&reg;</span></div>\n      <div class=\"sa-uvt-bokeh__vs\">VS.</div>\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--them\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Lawyer Walks With More Money Than You</span></div>\n\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--us\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>In-House Team Of Three</span></div>\n      <div class=\"sa-uvt-bokeh__vs\">VS.</div>\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--them\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Outsourced Support</span></div>\n\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--us\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>Direct Line To Your Team</span></div>\n      <div class=\"sa-uvt-bokeh__vs\">VS.</div>\n      <div class=\"sa-uvt-bokeh__cell sa-uvt-bokeh__cell--them\"><span class=\"sa-uvt-bokeh__mark sa-uvt-bokeh__mark--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Unreturned Calls</span></div>\n    </div>\n  </div>\n</section>\r\n","css":".sa-uvt-bokeh,.sa-uvt-bokeh *{box-sizing:border-box;}\n.sa-uvt-bokeh{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;position:relative;overflow:hidden;background:#050608;color:#fff;padding:58px 24px;border-radius:18px;isolation:isolate;}\n.sa-uvt-bokeh:before{content:\"\";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.76) 0%,rgba(11,33,45,.56) 100%);z-index:-2;}\n.sa-uvt-bokeh__lights{position:absolute;inset:-20%;z-index:-3;background:radial-gradient(circle at 18% 28%,rgba(248,156,34,.42) 0 7%,transparent 15%),radial-gradient(circle at 82% 22%,rgba(255,138,130,.28) 0 6%,transparent 14%),radial-gradient(circle at 72% 78%,rgba(93,220,148,.22) 0 7%,transparent 16%),radial-gradient(circle at 32% 72%,rgba(248,156,34,.22) 0 5%,transparent 12%),#050608;filter:blur(16px);transform:scale(1.04);}\n.sa-uvt-bokeh__inner{max-width:980px;margin:0 auto;position:relative;}\n.sa-uvt-bokeh__title{font-size:clamp(28px,3.3vw,38px);line-height:1.15;font-weight:700;text-align:center;color:#fff;margin:0 0 32px;letter-spacing:0;}\n.sa-uvt-bokeh__grid{display:grid;grid-template-columns:1fr 64px 1fr;align-items:stretch;gap:0;margin:0 auto;max-width:900px;}\n.sa-uvt-bokeh__head{min-height:62px;padding:6px 18px 18px;border-bottom:2px solid rgba(255,255,255,.22);display:flex;align-items:center;font-size:17px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#ff8a82;}\n.sa-uvt-bokeh__head--us{justify-content:flex-start;color:#fff;}\n.sa-uvt-bokeh__head--them{justify-content:flex-start;color:#ff8a82;}\n.sa-uvt-bokeh__head img{display:block;max-width:min(230px,100%);height:auto;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));}\n.sa-uvt-bokeh__head-spacer{border-bottom:2px solid rgba(255,255,255,.22);}\n.sa-uvt-bokeh__cell{min-height:62px;display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.14);font-size:15px;line-height:1.35;font-weight:700;}\n.sa-uvt-bokeh__cell--us{justify-content:flex-start;color:#fff;text-transform:uppercase;}\n.sa-uvt-bokeh__cell--them{justify-content:flex-start;color:rgba(255,255,255,.84);font-weight:500;}\n.sa-uvt-bokeh__vs{display:flex;align-items:center;justify-content:center;min-height:62px;border-bottom:1px solid rgba(255,255,255,.14);font-size:13px;font-weight:700;color:#F89C22;letter-spacing:.06em;}\n.sa-uvt-bokeh__mark{flex:0 0 28px;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);}\n.sa-uvt-bokeh__mark svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;}\n.sa-uvt-bokeh__mark--check{color:#5ddc94;box-shadow:0 0 18px rgba(93,220,148,.28);}\n.sa-uvt-bokeh__mark--x{color:#ff6b6b;box-shadow:0 0 18px rgba(255,107,107,.22);}\n@media(max-width:760px){.sa-uvt-bokeh{padding:42px 16px;border-radius:14px;}.sa-uvt-bokeh__grid{grid-template-columns:1fr;}.sa-uvt-bokeh__head-spacer,.sa-uvt-bokeh__vs{display:none;}.sa-uvt-bokeh__head{justify-content:center;text-align:center;}.sa-uvt-bokeh__head--them{margin-top:18px;border-top:1px solid rgba(255,255,255,.16);padding-top:22px;}.sa-uvt-bokeh__cell{min-height:0;padding:14px 8px;}.sa-uvt-bokeh__cell--us{border-bottom:1px solid rgba(93,220,148,.22);}.sa-uvt-bokeh__cell--them{border-bottom:1px dashed rgba(255,138,130,.28);}.sa-uvt-bokeh__cell--us:nth-of-type(n),.sa-uvt-bokeh__cell--them:nth-of-type(n){font-size:14px;}}\r\n","status":"Beta","updated_at":"2026-06-15 23:37:42"},{"id":113,"name":"sa-us-vs-them-side-by-side-cards","version":"2026-06-15","category":"Differentiators","description":"Approved Us vs. Them Concept 1 from the local mockup board. White-section two-card comparison with Sam Aguiar Injury Lawyers on the left in dark Visible Depth styling and Other PI Firms on the right in red-tinted competition styling.","when_to_use":"Use as a mid-page differentiation anchor on practice-area, location, and landing pages that have room for a clear two-column comparison block on a white section.","source_skill":"registry-screenshot-intake; source mockup: C:\\Users\\SAguiar\\Documents\\Web Elements\\collected-local-html-2026-05-27_134940\\Downloads\\Us vs Them Mockups.html; approved by Sam 2026-06-15","rules":"1. Keep Sam Aguiar Injury Lawyers on the left and Other PI Firms on the right on desktop.\n2. On mobile, stack Sam Aguiar first, then Other PI Firms.\n3. Preserve the five comparison rows unless Sam approves copy changes: smaller caseloads, flat fee, Bigger Share Guarantee, in-house support, and direct line.\n4. Keep this as a differentiation block, not a CTA. Do not add phone buttons or forms inside this element.\n5. Status remains Beta until it is deployed on a live page and desktop/mobile visual QA is completed in the target page context.","live_reference":"","deployment_notes":"Standalone scoped snippet generated from Concept 1 of the 2026-05-27 Us vs. Them mockup board. Add to WordPress as a custom HTML block with the paired CSS, then run desktop/mobile visual QA and duplicate-UVP checks before promoting to Live.","html":"<section class=\"sa-uvt-cards\" aria-labelledby=\"sa-uvt-cards-title\">\n  <div class=\"sa-uvt-cards__inner\">\n    <h2 id=\"sa-uvt-cards-title\" class=\"sa-uvt-cards__title\">See The Difference</h2>\n    <div class=\"sa-uvt-cards__grid\">\n      <div class=\"sa-uvt-cards__panel sa-uvt-cards__panel--us\">\n        <h3>Sam Aguiar Injury Lawyers</h3>\n        <ul role=\"list\">\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>Smaller Caseloads, Teams Of Three</span></li>\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>Flat Fee That Never Increases</span></li>\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>Bigger Share Guarantee&reg;</span></li>\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>In-House Support</span></li>\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--check\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M4.5 12.5l5 5L20 7\"/></svg></span><span>Direct Line To Your Team</span></li>\n        </ul>\n      </div>\n      <div class=\"sa-uvt-cards__panel sa-uvt-cards__panel--them\">\n        <h3>Other PI Firms</h3>\n        <ul role=\"list\">\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Lawyer And Assistant With 200+ Cases</span></li>\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Higher Fee Percent For Litigation</span></li>\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Lawyer Walks With More Money Than You</span></li>\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Outsourced Work</span></li>\n          <li><span class=\"sa-uvt-cards__icon sa-uvt-cards__icon--x\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 6l12 12M18 6L6 18\"/></svg></span><span>Unreturned Calls</span></li>\n        </ul>\n      </div>\n    </div>\n  </div>\n</section>\r\n","css":".sa-uvt-cards,.sa-uvt-cards *{box-sizing:border-box;}\n.sa-uvt-cards{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;background:#fff;color:#0B212D;padding:48px 24px;}\n.sa-uvt-cards__inner{max-width:1040px;margin:0 auto;border:1px solid rgba(11,33,45,.08);border-radius:14px;padding:32px 24px 28px;background:#fff;}\n.sa-uvt-cards__title{margin:0 0 24px;text-align:center;font-size:clamp(26px,3vw,32px);line-height:1.16;font-weight:700;color:#0B212D;letter-spacing:0;}\n.sa-uvt-cards__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;}\n.sa-uvt-cards__panel{border-radius:12px;padding:24px 22px 22px;}\n.sa-uvt-cards__panel h3{margin:0 0 16px;padding-bottom:14px;border-bottom:2px solid rgba(11,33,45,.10);text-align:center;font-size:19px;line-height:1.2;font-weight:700;letter-spacing:0;}\n.sa-uvt-cards__panel ul{list-style:none;margin:0;padding:0;display:grid;gap:0;}\n.sa-uvt-cards__panel li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px dashed rgba(11,33,45,.12);font-size:15px;line-height:1.4;font-weight:600;}\n.sa-uvt-cards__panel li:last-child{border-bottom:none;}\n.sa-uvt-cards__panel--us{background:linear-gradient(0deg,#000 0%,#0B212D 100%);border:1px solid rgba(248,156,34,.25);color:#fff;}\n.sa-uvt-cards__panel--us h3{border-bottom-color:#F89C22;color:#fff;}\n.sa-uvt-cards__panel--us li{border-bottom-color:rgba(248,156,34,.45);color:#fff;}\n.sa-uvt-cards__panel--them{background:#fef5f4;border:1px solid #f4d6d4;color:#0B212D;}\n.sa-uvt-cards__panel--them h3{color:#b91c1c;}\n.sa-uvt-cards__icon{flex:0 0 22px;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;}\n.sa-uvt-cards__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;display:block;}\n.sa-uvt-cards__icon--check{background:#15803d;color:#fff;}\n.sa-uvt-cards__icon--x{background:transparent;color:#b91c1c;}\n.sa-uvt-cards__icon--x svg{width:18px;height:18px;stroke-width:4.5;}\n@media(max-width:760px){.sa-uvt-cards{padding:34px 16px;}.sa-uvt-cards__inner{padding:24px 16px;}.sa-uvt-cards__grid{grid-template-columns:1fr;}.sa-uvt-cards__panel{padding:22px 18px;}.sa-uvt-cards__panel li{font-size:14px;}}\r\n","status":"Beta","updated_at":"2026-06-15 23:37:38"},{"id":10,"name":"sa-uvp-block","version":"2026-06-15","category":"Differentiators","description":"Numbered four-point UVP block on a Visible Depth gradient background. Every card title is split onto two lines for uniform card height. Use as a page's UVP moment when the page does NOT use sa-commitments-grid. Pick one per page.","when_to_use":"Practice-area pages and the homepage when the page does NOT use sa-commitments-grid. Pick one per page.","source_skill":"sa-template-reference","rules":"1. Numbered four-point UVP variant. Distinct from sa-commitments-grid (six-card variant).\n2. Pick one per page, never both.\n3. Dark Visible Depth gradient background, white type, orange numerals.\n4. Four points only — never five, never three.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.\nUVP casing standard: use exactly \"$0 Out-Of-Pocket Forever\" for this benefit label, including title case and hyphens.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.\nDuplicate UVP guard (2026-06-15): Use only one primary UVP/payoff block with this same message on a page or post. Do not pair this element with another Get More, You Focus, BSG always-get-more, sa-fcta-blk, generic white CTA, or sa-bottom-get-more-fw block that repeats the same primary message. During QA, keep the strongest single block and replace any other same-message break with a different visual element or a different UVP angle.\n2026-06-15: Normalized the Out-Of-Pocket Forever UVP casing standard in the registry.","html":"<section class=\"sa-uvp\">\n  <div class=\"sa-uvp-inner\">\n    <h2 class=\"sa-uvp-h2\">Why Choose Sam Aguiar Injury Lawyers</h2>\n    <ol class=\"sa-uvp-list\">\n      <li>\n        <h3>Bigger Share<br>Guarantee&reg;</h3>\n        <p>You always walk away with more than the lawyer after all bills, liens, and costs are paid. If your share is ever less, we cut our fee.</p>\n      </li>\n      <li>\n        <h3>$0 Out-Of-Pocket<br>Forever</h3>\n        <p>We cover every expense - investigators, experts, exhibits, filing fees. You owe nothing unless we recover for you.</p>\n      </li>\n      <li>\n        <h3>Dedicated Team<br>Of Three</h3>\n        <p>Every client gets a top-rated attorney, an experienced case manager, and a skilled legal assistant. Low caseloads mean faster results.</p>\n      </li>\n      <li>\n        <h3>No Increase<br>For Litigation</h3>\n        <p>Our flat contingency fee does not go up if your case has to be filed or tried. Other firms jump to 40-45%.</p>\n      </li>\n      <li>\n        <h3>World-Class<br>Service</h3>\n        <p>Biweekly case updates at a minimum. We answer calls and texts 24/7/365.</p>\n      </li>\n      <li>\n        <h3>Award-Winning<br>Representation</h3>\n        <p>Forbes 2025 Best-In-State (1 of 2 in Kentucky). 2026 Super Lawyers. National Trial Lawyers Top 100. Multi-Million Dollar Advocates Forum.</p>\n      </li>\n    </ol>\n  </div>\n</section>","css":".sa-uvp{background:#fff;padding:64px 20px}\n.sa-uvp-inner{max-width:1100px;margin:0 auto}\n.sa-uvp-h2{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(26px,3.5vw,36px);color:#0B212D;text-align:center;margin:0 0 40px}\n.sa-uvp-list{list-style:none;counter-reset:uvp;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}\n.sa-uvp-list li{counter-increment:uvp;background:#f7f9fa;border-left:4px solid #D97706;border-radius:6px;padding:24px 24px 24px 64px;position:relative}\n.sa-uvp-list li::before{content:counter(uvp);position:absolute;left:20px;top:24px;width:32px;height:32px;background:#0B212D;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-weight:700;font-size:16px}\n.sa-uvp-list h3{font-family:Poppins,sans-serif;font-weight:600;font-size:18px;color:#0B212D;margin:0 0 8px}\n.sa-uvp-list p{font-family:Poppins,sans-serif;font-weight:500;font-size:15px;line-height:1.55;color:#0B212D;margin:0}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-uvp h1,.sa-uvp h2,.sa-uvp h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-uvp .cva-btn,.sa-uvp .cva-btn--primary,.sa-uvp .cva-btn--ghost,.sa-uvp .sa-cta-banner-btn,.sa-uvp .sa-sidebar-btn,.sa-uvp .sa-side-btn,.sa-uvp .sa-submit-btn,.sa-uvp .sa-bsg-cta,.sa-uvp .sa-hero-cta,.sa-uvp .sa-partner-btn,.sa-uvp .sa-btn,.sa-uvp .sa-cta,.sa-uvp .sa-cta-btn,.sa-uvp .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-15 13:12:01"},{"id":76,"name":"sa-cva-blog-hero","version":"2026-06-13","category":"Heroes & Top-of-Page","description":"Split-card blog hero for aguiarinjurylawyers.com. Image-left / centered navy copy-right layout for blog posts and editorial pages. Full-bleed dark navy (#0B212D) section, left column is a cover-image cell with a subtle navy gradient overlay, right column is a centered copy column: large Poppins-700 H1 with one Foundry-orange (#D97706) accent span, a 500-weight subline span, and a single orange CALL NOW pill button. NO eyebrow, NO trust strip, NO form, NO results ticker in the hero. Forms live in the sidebar (Option B), not the hero.","when_to_use":"Top-of-page hero on blog posts and editorial/news pages that need a clean, focused, single-action header with a strong cover image. Use when a post warrants a designed hero (e.g. a major firm news story or investigative recap) rather than the default WordPress title block. Pair with sidebar Option B (CTA -> Form -> Trust) so the lead-capture form sits in the rail, not the hero.","source_skill":"sa-cva-split-hero (closest packaged sibling); blog-hero variant first shipped on the UPS Flight 2976 NTSB post 2026-06-06","rules":"1. Strict palette: section background #0B212D; only Foundry orange #D97706 for the H1 accent span and the CALL NOW button. NO legacy #F89C22, no orange backgrounds.\n2. Two-column split on desktop via the scoped <style> grid (1fr 1fr); image-left, copy-right.\n3. Copy column is centered (text-align:center, align-items:center) with the H1, an inline subline span, and a single centered CALL NOW pill.\n4. H1: Poppins 700, clamp(26px,3.6vw,44px), white, with exactly one orange accent span. Subline: Poppins 500, clamp(15px,1.4vw,18px), white, max-width ~50ch.\n5. Single CTA only: orange #D97706 pill, tel:5028888888 href (CallRail swaps the displayed digits). No secondary button.\n6. NO eyebrow/kicker, NO trust strip, NO form, NO results ticker inside the hero - those belong elsewhere on the page.\n7. Responsive rules MUST live in the scoped <style> block, never inline: at max-width:900px the grid collapses to one column and the image cell moves to order:-1 (stacks first) with min-height:220px. Inline !important would otherwise beat the media query.\n8. Image cell uses background-image with a linear-gradient navy overlay (rgba(11,33,45,.22) -> .5) over the cover photo; min-height 220px so it never collapses.\n9. No emoji. Use &rsquo; / &reg; HTML entities in copy.\n\n**EXEMPT SECTIONS (added 2026-06-13 by Sam) — do NOT auto-apply this hero to these page groups; each gets its own unique hero, not the standard registry library:**\n- Attorney/team bios and the Meet Our Team index — /about-us/meet-our-team/* (custom per-attorney hero)\n- Truck Talk topic library — /truck-talk/* (custom topic hero)\n- Spanish pages — /espanol/, /lesiones-personales/, /abogado-louisville/, /abogado-lexington/, /abogados-*\n- Nursing home — /practice-areas/nursing-home/\n- Results pages — /about-us/our-results/, /case-results/ (use sa-results-hero / sa-split-results-hero)\n- About Us section — /about-us/ and its top-level children\n- Contact Us — /contact-us/ and /contact-us/thank-you/\n- Bigger Share Guarantee — /about-us/bigger-share-guarantee/\n- Hub pages — /practice-areas/ (hub), /locations/, /locations/kentucky/\n- Homepage — /\n- Legal/utility — /privacy-policy/, /terms-of-use/, /thank-you/\n\nWhen designing or rebuilding a page in any of the above groups, route to the section's bespoke hero skill — do not deploy a generic registry hero.","live_reference":"https://aguiarinjurylawyers.com/sam-aguiar-and-jon-hollan-on-the-ntsb-hearings-into-the-ups-flight-2976-crash/","deployment_notes":"Ships as a single <section class=\"cva-hero\"> immediately followed by a scoped <style> block that holds the grid + media-query rules. On aguiarinjurylawyers.com the page-level <style> block survives WP Rocket on this post, so the scoped grid/media rules render correctly; if deploying to a page where Rocket strips <style>, move the grid rules to a surviving stylesheet. The full-bleed effect uses width:100vw + margin-left:calc(50% - 50vw) on the section, so it must sit inside .sa-page-wrapper. Pair with sidebar Option B. Swatch via Python find/replace (the edit tool fails on large multi-line HTML).","html":"<section class=\"cva-hero\" aria-label=\"Sam Aguiar and Jon Hollan at the UPS Flight 2976 NTSB hearings\" style=\"min-height:520px !important;background:#0B212D !important;width:100vw !important;margin-left:calc(50% - 50vw) !important;\">\n    <div class=\"cva-hero__img\" role=\"img\" aria-label=\"NTSB investigative hearing room during the UPS Flight 2976 hearings\" style=\"background-image:linear-gradient(rgba(11,33,45,.22),rgba(11,33,45,.5)),url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/ups-flight-2976-ntsb-hearing-room.jpg') !important;background-size:cover !important;background-position:center !important;min-height:220px !important;\"></div>\n    <div class=\"cva-hero__copy\" style=\"padding:clamp(36px,5vw,72px) !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:center !important;text-align:center !important;\">\n      <h1 style=\"font-family:'Poppins',sans-serif !important;font-weight:700 !important;letter-spacing:-.01em !important;font-size:clamp(26px,3.6vw,44px) !important;line-height:1.12 !important;margin:0 0 16px !important;color:#fff !important;text-align:center !important;\">INSIDE THE NTSB HEARINGS ON THE <span style=\"color:#D97706 !important;\">UPS FLIGHT 2976</span> CRASH<span style=\"display:block !important;margin:14px auto 0 !important;font-family:'Poppins',sans-serif !important;font-weight:500 !important;font-size:clamp(15px,1.4vw,18px) !important;line-height:1.55 !important;color:#fff !important;max-width:50ch !important;\">Sam Aguiar and Jon Hollan were in the room as testimony exposed two decades of downplayed warnings, optional fixes, and records the parties could not produce.</span></h1>\n      <div class=\"cva-hero__cta\" style=\"display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:12px !important;margin:8px 0 0 !important;\">\n        <a class=\"cva-btn cva-btn--primary\" href=\"tel:5028888888\" style=\"display:inline-flex !important;align-items:center !important;gap:8px !important;font:700 15px/1 'Poppins',sans-serif !important;text-decoration:none !important;padding:14px 26px !important;border-radius:999px !important;background:#D97706 !important;color:#fff !important;\">\n          <svg viewBox=\"0 0 24 24\" width=\"17\" height=\"17\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1l-2.4 2.2z\"/></svg>\n          CALL NOW\n        </a>\n      </div>\n    </div>\n  </section>","css":".sa-page-wrapper .cva-hero{display:grid !important;grid-template-columns:1fr 1fr !important;}@media(max-width:900px){.sa-page-wrapper .cva-hero{grid-template-columns:1fr !important;}.sa-page-wrapper .cva-hero__img{order:-1 !important;min-height:220px !important;}}","status":"Live","updated_at":"2026-06-13 21:28:50"},{"id":37,"name":"sa-cva-split-hero","version":"2026-06-13","category":"Heroes & Top-of-Page","description":"Split-card hero: image left / navy copy CENTERED right. H1 = Poppins 700 with one orange accent word, plus a UVP or educational subline. Single CALL NOW button. No eyebrow, no trust strip.","when_to_use":"DEFAULT hero for practice-area pages (Sam directive 2026-06-11). Top of a practice-area, location, or landing page when a strong topic image + navy conversion panel hero is needed. Conversion pages use the INJURED-IN pattern; informational pages use an educational question that does not pitch.","source_skill":"sa-cva-split-hero","rules":"- **No eyebrow, no trust-badge strip** in this hero (removed June 3, 2026, Sam approved). Copy column is CENTERED (align-items:center; text-align:center).\n- **Exactly ONE button: CALL NOW** (all caps). Orange pill is the ratified SAIL Design Foundation v1 exception. Phone lives in the `tel:` href only (canonical `tel:5028888888`; CallRail may DNS-swap the rendered digits and visible number).\n- **H1 = Poppins 700** (June 4, 2026 standard), letter-spacing -.01em, line-height 1.12. Exactly ONE orange accent word/phrase per headline via `<span class=\"hero-accent\">` (#D97706).\n- **Two headline patterns:**\n  - *Conversion pages:* \"INJURED IN A[N] <ACCENT TYPE> ACCIDENT?\" + a UVP subline (\"[Type] accident attorneys ... Bigger Share Guarantee&reg; ...\").\n  - *Informational pages:* an EDUCATIONAL question that does not pitch, e.g. \"DO YOU KNOW HOW DELIVERY DRIVER <FATIGUE> CAUSES ACCIDENTS?\" with an educational (non-sales) subline.\n- H1 follows firm-briefing 6.2: no \"lawyer/attorney\" in the visible H1 line; UVP/SEO fields are exempt.\n- One topic-matched hero image per page (prefer .webp; verify the URL 200s before deploy).\n- Mobile adaptive at max-width:900px: columns stack, image on top.\n- Foundry orange #D97706 is text/border/accent only elsewhere; never a background fill outside the approved CALL NOW button. Never the retired #F89C22.\n- **PROCESS RULE (June 4, 2026):** deliver a visual mockup (preview HTML + desktop/mobile screenshots) for Sam's approval BEFORE deploying this hero to live pages.\n\n**EXEMPT SECTIONS (added 2026-06-13 by Sam) — do NOT auto-apply this hero to these page groups; each gets its own unique hero, not the standard registry library:**\n- Attorney/team bios and the Meet Our Team index — /about-us/meet-our-team/* (custom per-attorney hero)\n- Truck Talk topic library — /truck-talk/* (custom topic hero)\n- Spanish pages — /espanol/, /lesiones-personales/, /abogado-louisville/, /abogado-lexington/, /abogados-*\n- Nursing home — /practice-areas/nursing-home/\n- Results pages — /about-us/our-results/, /case-results/ (use sa-results-hero / sa-split-results-hero)\n- About Us section — /about-us/ and its top-level children\n- Contact Us — /contact-us/ and /contact-us/thank-you/\n- Bigger Share Guarantee — /about-us/bigger-share-guarantee/\n- Hub pages — /practice-areas/ (hub), /locations/, /locations/kentucky/\n- Homepage — /\n- Legal/utility — /privacy-policy/, /terms-of-use/, /thank-you/\n\nWhen designing or rebuilding a page in any of the above groups, route to the section's bespoke hero skill — do not deploy a generic registry hero.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/atv-accident/","deployment_notes":"Flip rules carry !important (legacy pages set .cva-btn display with !important). Desktop CTA = GET STARTED anchored to #sa-intake-form (requires an on-page form: Sidebar Option B/C/D carry it as of el18 v2026-06-11a; fall back to a single CALL NOW if the page truly has no form). Mobile (<=768px) = CALL NOW tel:. Button font-weight is 700 per current sa-copywrite-design; use Poppins weights 500, 600, and 700 only. Updated June 7, 2026: skill now carries a full \"Where to see this element\" section (registry detail /element/37 + /api/elements/37, GitHub source seed/seed-data.js, local references/snippet.html, and all 11 verified live permalinks). Two slugs corrected from prior notes: hit-and-run lives at /practice-areas/hit-and-run/ and the fatigue page at /practice-areas/driver-fatigue/. Verified-live permalinks (June 7, 2026): car-accident, motorcycle-accident, atv-accident, moped-accident, semi-truck-accident, ups-delivery-accident, uber-lyft-accident, hit-and-run, insurance-bad-faith (conversion); truck-accident-causes, driver-fatigue (informational) — all under /practice-areas/. H1 Poppins 700 with one #D97706 accent word; CALL NOW button; topic-matched image per page. Host page must load the Poppins Google Fonts link. Deliver a mockup for approval before deploying. VISUAL TRUTH SOURCE.","html":"<!-- ==================== SPLIT HERO (cva-hero) ==================== -->\n<!-- Image left / navy copy CENTERED right. One CALL NOW button. No eyebrow, no trust strip. -->\n<!-- Swap: aria-label, hero image url, headline accent word, UVP/educate subline. -->\n<section class=\"cva-hero\" aria-label=\"Kentucky ATV accident lawyer\">\n  <div class=\"cva-hero__img\" role=\"img\" aria-label=\"Kentucky ATV accident lawyer\"\n       style=\"background-image:linear-gradient(rgba(11,33,45,.22),rgba(11,33,45,.5)),url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/ATV_Accident.webp');\"></div>\n  <div class=\"cva-hero__copy\">\n    <!-- CONVERSION PATTERN: \"INJURED IN A[N] <span class=hero-accent>TYPE</span> ACCIDENT?\" -->\n    <!-- INFORMATIONAL PATTERN: an educational question, e.g. \"DO YOU KNOW HOW DELIVERY DRIVER <span class=hero-accent>FATIGUE</span> CAUSES ACCIDENTS?\" -->\n    <h1 class=\"cva-hero__h1\">INJURED IN AN <span class=\"hero-accent\">ATV</span> ACCIDENT?<span class=\"hero-uvp\">Kentucky ATV accident attorneys who go to work from the first call, with the Bigger Share Guarantee&reg; so you keep more of your settlement.</span></h1>\n    <div class=\"cva-hero__cta\">\n      <a class=\"cva-btn cva-btn--primary cva-btn--getstarted\" href=\"#sa-intake-form\">GET STARTED</a>\n      <a class=\"cva-btn cva-btn--primary cva-btn--mobilecall\" href=\"tel:5028888888\">\n        <svg viewBox=\"0 0 24 24\" width=\"17\" height=\"17\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.6c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .7-.2 1l-2.4 2.2z\"/></svg>\n        CALL NOW\n      </a>\n    </div>\n  </div>\n</section>","css":".cva-hero{display:grid;grid-template-columns:1fr 1fr;min-height:520px;background:#0B212D;width:100%;}\n.cva-hero__img{background-size:cover;background-position:center;}\n.cva-hero__copy{padding:clamp(36px,5vw,72px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}\n/* H1 = Poppins 700 (June 4, 2026 standard); ONE orange accent word per headline */\n.cva-hero__h1{font-family:var(--font-ui),'Poppins',sans-serif !important;font-weight:700 !important;letter-spacing:-.01em !important;font-size:clamp(26px,3.6vw,44px);line-height:1.12 !important;margin:0 0 16px;color:#fff !important;}\n.cva-hero__h1 .hero-accent{color:#D97706 !important;}\n.cva-hero__h1 .hero-uvp{display:block;margin-top:14px;font-family:var(--font-ui),'Poppins',sans-serif;font-weight:500;font-size:clamp(15px,1.4vw,18px);line-height:1.55;color:#fff !important;max-width:46ch;margin-left:auto;margin-right:auto;}\n.cva-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:8px 0 0;}\n.cva-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-ui),'Poppins',sans-serif;font-weight:700;font-size:15px;line-height:1;text-decoration:none;padding:14px 26px;border-radius:999px;transition:transform .2s,box-shadow .2s;}\n.cva-btn--primary{background:#D97706;color:#fff !important;}\n.cva-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(217,119,6,.35);}\n@media(max-width:900px){\n  .cva-hero{grid-template-columns:1fr;}\n  .cva-hero__img{min-height:220px;order:-1;}\n}\n/* 2026-06-11 Sam: desktop GET STARTED (form anchor), mobile CALL NOW */\n.cva-btn--mobilecall{display:none !important;}\n@media(max-width:768px){.cva-hero .cva-btn--getstarted{display:none !important;}.cva-hero .cva-btn--mobilecall{display:inline-flex !important;}}","status":"Live","updated_at":"2026-06-15 15:55:39"},{"id":56,"name":"sa-hero-form","version":"2026-06-06","category":"Heroes & Top-of-Page","description":"Generic, fully-templated form-rail hero. Companion to sa-split-results-hero with the rotating-results panel swapped for the SAIL standard dark translucent intake-form card. All copy, image, and form endpoint are placeholders for reuse on any page.","when_to_use":"Any page that needs a reusable form-capture hero. This is the base template for the city-specific form-rail variants.","source_skill":"","rules":"1. Full-bleed 100vw, CSS scoped to the element's BEM namespace so styles never leak.\n2. Two-column split: copy left, translucent dark intake card right; collapses to single column under 900px.\n3. H1 is a 3-line stack: ALL-CAPS question line + two title-support lines (last line orange).\n4. Form-rail variants have NO hero subtext and NO hero CTA under the H1 — the form card is the only action.\n5. Replace {{HERO_IMAGE_URL}} and {{FORM_ACTION_URL}} before publish. Hero image uses eager/no-lazy.\n6. Button is orange #D97706; deepens to #B45309 on hover. No banned blues.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"WordPress Custom HTML block. Replace {{HERO_IMAGE_URL}}, {{HERO_IMAGE_ALT}}, {{H1_QUESTION}}, {{H1_SUPPORT_LINE_1}}, {{H1_SUPPORT_LINE_2}}, {{FORM_TITLE}}, {{FORM_SUB}}, {{FORM_ACTION_URL}}. Created 2026-05-28.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<section aria-labelledby=\"sa-hero-form-title\" class=\"sa-hero-form\">\n<img alt=\"Kentucky highway at dusk with oncoming headlight bokeh\" class=\"sa-hero-form__bg skip-lazy no-lazy\" data-no-lazy=\"1\" decoding=\"async\" height=\"672\" loading=\"eager\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/about-us-bokeh-highway-hero-2026-05-26.jpg\" width=\"1584\"/>\n<div aria-hidden=\"true\" class=\"sa-hero-form__overlay\"></div>\n<div class=\"sa-hero-form__grid\">\n<div class=\"sa-hero-form__copy\">\n<h1 class=\"sa-hero-form__title\" id=\"sa-hero-form-title\">\n<span class=\"sa-hero-form__title-question\">KENTUCKY CAR ACCIDENT?</span>\n<span class=\"sa-hero-form__title-support\">You Focus On Getting Better.</span>\n<span class=\"sa-hero-form__title-support\">We Handle Everything Else.</span>\n</h1>\n</div>\n<form action=\"https://aguiarinjurylawyers.com/wp-json/sal/v1/contact-intake\" class=\"sa-hero-form__card sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"POST\">\n<h3>Free Case Review</h3>\n<p>Tell us what happened. We respond the same day.</p>\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-hero-form__field sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-hero-form__field sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone\" required=\"\" type=\"tel\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-hero-form__field sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-hero-form__field sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"case_type\" type=\"hidden\" value=\"Other\"/>\n<input name=\"injured_status\" type=\"hidden\" value=\"Not sure yet\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"sa-hero-form__submit submit\" type=\"submit\">Get My Free Review</button>\n<small>No fee unless we win. Your fee never increases at trial.</small>\n</form>\n</div>\n</section>","css":".sa-hero-form{\n  --sa-navy:#0B212D;--sa-black:#000;--sa-orange:#D97706;--sa-orange-deep:#B45309;\n  --sa-white:#fff;--sa-soft:#E8EEF2;\n  position:relative;width:100vw;max-width:100vw;\n  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);\n  min-height:620px;overflow:hidden;isolation:isolate;\n  background:#0B212D;font-family:Poppins,sans-serif;\n}\n.sa-hero-form *,.sa-hero-form *::before,.sa-hero-form *::after{box-sizing:border-box;font-family:Poppins,sans-serif;}\n.sa-hero-form__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.55;}\n.sa-hero-form__overlay{position:absolute;inset:0;z-index:-1;\n  background:linear-gradient(90deg,rgba(11,33,45,.92) 0%,rgba(11,33,45,.55) 60%,rgba(0,0,0,.78) 100%);}\n.sa-hero-form__grid{position:relative;z-index:1;max-width:1280px;margin:0 auto;\n  padding:72px 32px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;min-height:540px;}\n.sa-hero-form__copy{color:#fff;text-align:center;}\n.sa-hero-form__title{font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.18;color:#fff;\n  text-shadow:0 2px 12px rgba(0,0,0,.45);margin:0 auto;max-width:820px;letter-spacing:0;text-align:center;}\n.sa-hero-form__title-question{display:block;text-transform:uppercase;color:#fff;}\n.sa-hero-form__title-support{display:block;color:#fff;font-size:.80em;}\n.sa-hero-form__title-support:last-child{color:var(--sa-orange);}\n.sa-hero-form__card{background:rgba(11,33,45,.82);border:1px solid rgba(217,119,6,.45);\n  border-radius:14px;padding:32px 28px;box-shadow:0 22px 60px rgba(0,0,0,.5);color:#fff;}\n.sa-hero-form__card h3{font-size:22px;margin:0 0 6px;color:#fff;text-align:center;font-weight:700;}\n.sa-hero-form__card p{font-size:14px;color:#E8EEF2;margin:0 0 18px;text-align:center;}\n.sa-hero-form__field{display:block;width:100%;background:rgba(255,255,255,.07);\n  border:1px solid rgba(255,255,255,.18);border-radius:6px;color:#fff;padding:14px 16px;font-size:15px;\n  margin-bottom:12px;font-family:inherit;}\n.sa-hero-form__field::placeholder{color:#9aa1a8;}\n.sa-hero-form__field:focus{outline:none;border-color:var(--sa-orange);background:rgba(255,255,255,.10);}\n.sa-hero-form__submit{width:100%;background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#fff;font-weight:700;border:none;\n  border-radius:6px;padding:16px;font-size:16px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;\n  transition:background .2s ease,transform .2s ease;}\n.sa-hero-form__submit:hover{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706;transform:translateY(-1px);}\n.sa-hero-form__card small{display:block;text-align:center;color:#9aa1a8;font-size:12px;margin-top:10px;}\n@media (max-width:900px){\n  .sa-hero-form{min-height:0;}\n  .sa-hero-form__grid{grid-template-columns:1fr;gap:36px;padding:48px 22px;min-height:0;}\n}\n@media (max-width:420px){.sa-hero-form__title{font-size:30px;line-height:1.16;}.sa-hero-form__title-support{font-size:.91em;}}","status":"Live","updated_at":"2026-06-15 14:51:59"},{"id":82,"name":"sa-hero-form-crash","version":"2026-06-09","category":"Heroes & Top-of-Page","description":"Crash-scene background variant of sa-hero-form. Same form-rail hero layout and scoped CSS, but the hero background is the shattered-glass car-accident photo instead of the family-at-park image. Use when a page wants the form-capture hero with a crash-scene visual rather than a recovery/lifestyle image.","when_to_use":"Form-capture hero on car-accident pages that want a crash-scene background. Pairs with the standard intake form. Pick this over sa-hero-form when the page calls for an accident visual instead of the family-at-park photo.","source_skill":"","rules":"1. Full-bleed 100vw, CSS scoped to the element's BEM namespace so styles never leak.\n2. Two-column split: copy left, translucent dark intake card right; collapses to single column under 900px.\n3. H1 is a 3-line stack: ALL-CAPS question line + two title-support lines (last line orange).\n4. Form-rail variants have NO hero subtext and NO hero CTA under the H1 — the form card is the only action.\n5. Replace {{HERO_IMAGE_URL}} and {{FORM_ACTION_URL}} before publish. Hero image uses eager/no-lazy.\n6. Button is orange #D97706; deepens to #B45309 on hover. No banned blues.\n7. Background is the shattered-glass crash photo (Accident-Scene-1-scaled.webp), eager/no-lazy. Keep the dark overlay so white headline + form card stay legible over the image.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"WordPress Custom HTML block. Replace {{HERO_IMAGE_URL}}, {{HERO_IMAGE_ALT}}, {{H1_QUESTION}}, {{H1_SUPPORT_LINE_1}}, {{H1_SUPPORT_LINE_2}}, {{FORM_TITLE}}, {{FORM_SUB}}, {{FORM_ACTION_URL}}. Created 2026-05-28. | Crash-scene variant created 2026-06-09 from sa-hero-form (#56). Background swapped to Accident-Scene-1-scaled.webp; all other tokens unchanged.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<section aria-labelledby=\"sa-hero-form-title\" class=\"sa-hero-form\">\n<img alt=\"Shattered car window glass scattered on a Kentucky street after a car accident\" class=\"sa-hero-form__bg skip-lazy no-lazy\" data-no-lazy=\"1\" decoding=\"async\" height=\"900\" loading=\"eager\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Accident-Scene-1-scaled.webp\" width=\"1600\"/>\n<div aria-hidden=\"true\" class=\"sa-hero-form__overlay\"></div>\n<div class=\"sa-hero-form__grid\">\n<div class=\"sa-hero-form__copy\">\n<h1 class=\"sa-hero-form__title\" id=\"sa-hero-form-title\">\n<span class=\"sa-hero-form__title-question\">KENTUCKY CAR ACCIDENT?</span>\n<span class=\"sa-hero-form__title-support\">You Focus On Getting Better.</span>\n<span class=\"sa-hero-form__title-support\">We Handle Everything Else.</span>\n</h1>\n</div>\n<form action=\"https://aguiarinjurylawyers.com/wp-json/sal/v1/contact-intake\" class=\"sa-hero-form__card sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"POST\">\n<h3>Free Case Review</h3>\n<p>Tell us what happened. We respond the same day.</p>\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-hero-form__field sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-hero-form__field sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone\" required=\"\" type=\"tel\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-hero-form__field sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-hero-form__field sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"case_type\" type=\"hidden\" value=\"Other\"/>\n<input name=\"injured_status\" type=\"hidden\" value=\"Not sure yet\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"sa-hero-form__submit submit\" type=\"submit\">Get My Free Review</button>\n<small>No fee unless we win. Your fee never increases at trial.</small>\n</form>\n</div>\n</section>","css":".sa-hero-form{\n  --sa-navy:#0B212D;--sa-black:#000;--sa-orange:#D97706;--sa-orange-deep:#B45309;\n  --sa-white:#fff;--sa-soft:#E8EEF2;\n  position:relative;width:100vw;max-width:100vw;\n  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);\n  min-height:620px;overflow:hidden;isolation:isolate;\n  background:#0B212D;font-family:Poppins,sans-serif;\n}\n.sa-hero-form *,.sa-hero-form *::before,.sa-hero-form *::after{box-sizing:border-box;font-family:Poppins,sans-serif;}\n.sa-hero-form__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.55;}\n.sa-hero-form__overlay{position:absolute;inset:0;z-index:-1;\n  background:linear-gradient(90deg,rgba(11,33,45,.92) 0%,rgba(11,33,45,.55) 60%,rgba(0,0,0,.78) 100%);}\n.sa-hero-form__grid{position:relative;z-index:1;max-width:1280px;margin:0 auto;\n  padding:72px 32px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;min-height:540px;}\n.sa-hero-form__copy{color:#fff;text-align:center;}\n.sa-hero-form__title{font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.18;color:#fff;\n  text-shadow:0 2px 12px rgba(0,0,0,.45);margin:0 auto;max-width:820px;letter-spacing:0;text-align:center;}\n.sa-hero-form__title-question{display:block;text-transform:uppercase;color:#fff;}\n.sa-hero-form__title-support{display:block;color:#fff;font-size:.80em;}\n.sa-hero-form__title-support:last-child{color:var(--sa-orange);}\n.sa-hero-form__card{background:rgba(11,33,45,.82);border:1px solid rgba(217,119,6,.45);\n  border-radius:14px;padding:32px 28px;box-shadow:0 22px 60px rgba(0,0,0,.5);color:#fff;}\n.sa-hero-form__card h3{font-size:22px;margin:0 0 6px;color:#fff;text-align:center;font-weight:700;}\n.sa-hero-form__card p{font-size:14px;color:#E8EEF2;margin:0 0 18px;text-align:center;}\n.sa-hero-form__field{display:block;width:100%;background:rgba(255,255,255,.07);\n  border:1px solid rgba(255,255,255,.18);border-radius:6px;color:#fff;padding:14px 16px;font-size:15px;\n  margin-bottom:12px;font-family:inherit;}\n.sa-hero-form__field::placeholder{color:#9aa1a8;}\n.sa-hero-form__field:focus{outline:none;border-color:var(--sa-orange);background:rgba(255,255,255,.10);}\n.sa-hero-form__submit{width:100%;background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#fff;font-weight:700;border:none;\n  border-radius:6px;padding:16px;font-size:16px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;\n  transition:background .2s ease,transform .2s ease;}\n.sa-hero-form__submit:hover{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706;transform:translateY(-1px);}\n.sa-hero-form__card small{display:block;text-align:center;color:#9aa1a8;font-size:12px;margin-top:10px;}\n@media (max-width:900px){\n  .sa-hero-form{min-height:0;}\n  .sa-hero-form__grid{grid-template-columns:1fr;gap:36px;padding:48px 22px;min-height:0;}\n}\n@media (max-width:420px){.sa-hero-form__title{font-size:30px;line-height:1.16;}.sa-hero-form__title-support{font-size:.91em;}}","status":"Live","updated_at":"2026-06-15 14:52:00"},{"id":57,"name":"sa-hero-lexair","version":"2026-06-06","category":"Heroes & Top-of-Page","description":"Lexington Aerial Skyline hero, rotating-results variant. Full-bleed split hero with copy + GET STARTED CTA left and a Life-Changing Results rotating card right, over the aerial Lexington skyline image. Alternate hero for the Lexington location page.","when_to_use":"Alternate top-of-page hero for /locations/lexington/ when you want social-proof results instead of an in-hero form.","source_skill":"","rules":"1. Full-bleed 100vw, CSS scoped to the element's BEM namespace so styles never leak.\n2. Two-column split: copy left (H1 + single GET STARTED CTA), rotating Life-Changing Results card right.\n3. Results card cycles 12 amounts on a 72s loop, $14M down to $4M; anchored by a See More Results link to /about-us/our-results/.\n4. H1 is a 3-line stack: ALL-CAPS question line + two title-support lines (last line orange).\n5. Replace {{HERO_IMAGE_URL}} before publish (or use the pre-wired Media Library URL). Hero image uses eager/no-lazy.\n6. Orange #D97706 accent; no banned blues.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"WordPress Custom HTML block. Source image: lexington-2.webp. Replace {{HERO_IMAGE_URL}}. Results loop = 72s, 12 amounts.","html":"<section class=\"sa-hero-lexair\" aria-labelledby=\"sa-hero-lexair-title\">\n  <img class=\"sa-hero-lexair__bg skip-lazy no-lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/lexington-skyline-aerial-golden.jpg\" alt=\"Aerial view of downtown Lexington Kentucky skyline\"\n       width=\"1600\" height=\"900\" loading=\"eager\" decoding=\"async\" data-no-lazy=\"1\">\n  <div class=\"sa-hero-lexair__overlay\" aria-hidden=\"true\"></div>\n  <div class=\"sa-hero-lexair__grid\">\n    <div class=\"sa-hero-lexair__copy\">\n      <h1 id=\"sa-hero-lexair-title\" class=\"sa-hero-lexair__title\">\n        <span class=\"sa-hero-lexair__title-question\">LEXINGTON CAR ACCIDENT?</span>\n        <span class=\"sa-hero-lexair__title-support\">Our Award-Winning Injury Attorneys</span>\n        <span class=\"sa-hero-lexair__title-support\">Are Ready To Work For You.</span>\n      </h1>\n      <div class=\"sa-hero-lexair__actions\">\n        <a class=\"sa-hero-lexair__cta\" href=\"/contact/\">GET STARTED</a>\n      </div>\n    </div>\n    <div class=\"sa-hero-lexair__results\" aria-label=\"Recent case results\">\n      <h3>Life-Changing Results</h3>\n      <div class=\"sa-hero-lexair__results-wrap\">\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$14,000,000</div><div class=\"sa-hero-lexair__desc\">Insurance Dispute</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$12,000,000</div><div class=\"sa-hero-lexair__desc\">Wrongful Death</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$6,800,000</div><div class=\"sa-hero-lexair__desc\">Car Accident</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$6,250,000</div><div class=\"sa-hero-lexair__desc\">Commercial Vehicle</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$6,100,000</div><div class=\"sa-hero-lexair__desc\">Box Truck Accident</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$6,000,000</div><div class=\"sa-hero-lexair__desc\">Semi-Truck Accident</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$6,000,000</div><div class=\"sa-hero-lexair__desc\">Wrongful Death</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$6,000,000</div><div class=\"sa-hero-lexair__desc\">Premises Liability</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$5,600,000</div><div class=\"sa-hero-lexair__desc\">Wrongful Death</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$5,200,000</div><div class=\"sa-hero-lexair__desc\">Trucking Accident</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$4,100,000</div><div class=\"sa-hero-lexair__desc\">Car Accident</div></div>\n        <div class=\"sa-hero-lexair__res\"><div class=\"sa-hero-lexair__amount\">$4,000,000</div><div class=\"sa-hero-lexair__desc\">Trucking Accident</div></div>\n      </div>\n      <a class=\"sa-hero-lexair__results-link\" href=\"/about-us/our-results/\">See More Results</a>\n    </div>\n  </div>\n</section>","css":".sa-hero-lexair{\n  --sa-navy:#0B212D;--sa-black:#000;--sa-orange:#D97706;--sa-orange-deep:#B45309;\n  --sa-white:#fff;--sa-soft:#E8EEF2;\n  position:relative;width:100vw;max-width:100vw;\n  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);\n  min-height:600px;overflow:hidden;isolation:isolate;\n  background:#0B212D;font-family:Poppins,system-ui,sans-serif;\n}\n.sa-hero-lexair *,.sa-hero-lexair *::before,.sa-hero-lexair *::after{box-sizing:border-box;font-family:Poppins,system-ui,sans-serif;}\n.sa-hero-lexair__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.55;}\n.sa-hero-lexair__overlay{position:absolute;inset:0;z-index:-1;\n  background:linear-gradient(90deg,rgba(11,33,45,.92) 0%,rgba(11,33,45,.55) 60%,rgba(0,0,0,.78) 100%);}\n.sa-hero-lexair__grid{position:relative;z-index:1;max-width:1280px;margin:0 auto;\n  padding:72px 32px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;min-height:540px;}\n.sa-hero-lexair__copy{color:#fff;text-align:center;}\n.sa-hero-lexair__title{font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.18;color:#fff;\n  text-shadow:0 2px 12px rgba(0,0,0,.45);margin:0 auto;max-width:820px;letter-spacing:0;text-align:center;}\n.sa-hero-lexair__title-question{display:block;text-transform:uppercase;color:#fff;}\n.sa-hero-lexair__title-support{display:block;color:#fff;font-size:.80em;}\n.sa-hero-lexair__title-support:last-child{color:var(--sa-orange);}\n.sa-hero-lexair__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:24px;}\n.sa-hero-lexair__cta{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:16px 30px;\n  border-radius:6px;font-weight:700;text-decoration:none;font-size:16px;letter-spacing:.04em;text-transform:uppercase;\n  background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:var(--sa-orange);border:1.5px solid var(--sa-orange);\n  box-shadow:0 8px 22px rgba(0,0,0,.4);transition:transform .2s ease,color .2s ease,border-color .2s ease;}\n.sa-hero-lexair__cta:hover{color:#fff;border-color:#fff;transform:translateY(-1px);}\n.sa-hero-lexair__results{background:rgba(11,33,45,.78);border:1px solid rgba(217,119,6,.55);border-radius:14px;\n  padding:36px 30px;text-align:center;box-shadow:0 22px 60px rgba(0,0,0,.5);}\n.sa-hero-lexair__results h3{color:#fff;font-size:22px;font-weight:700;margin:0 0 22px;letter-spacing:1px;text-transform:uppercase;}\n.sa-hero-lexair__results-wrap{position:relative;height:115px;overflow:hidden;}\n.sa-hero-lexair__res{position:absolute;inset:0;opacity:0;animation:sa-hero-lexair-fade 72s infinite;text-align:center;}\n.sa-hero-lexair__amount{font-size:clamp(40px,4.4vw,58px);font-weight:700;color:var(--sa-orange);line-height:1.05;}\n.sa-hero-lexair__desc{font-size:15px;font-weight:500;color:#fff;margin-top:8px;text-transform:uppercase;letter-spacing:.5px;}\n.sa-hero-lexair__res:nth-child(1){animation-delay:0s}\n.sa-hero-lexair__res:nth-child(2){animation-delay:6s}\n.sa-hero-lexair__res:nth-child(3){animation-delay:12s}\n.sa-hero-lexair__res:nth-child(4){animation-delay:18s}\n.sa-hero-lexair__res:nth-child(5){animation-delay:24s}\n.sa-hero-lexair__res:nth-child(6){animation-delay:30s}\n.sa-hero-lexair__res:nth-child(7){animation-delay:36s}\n.sa-hero-lexair__res:nth-child(8){animation-delay:42s}\n.sa-hero-lexair__res:nth-child(9){animation-delay:48s}\n.sa-hero-lexair__res:nth-child(10){animation-delay:54s}\n.sa-hero-lexair__res:nth-child(11){animation-delay:60s}\n.sa-hero-lexair__res:nth-child(12){animation-delay:66s}\n@keyframes sa-hero-lexair-fade{\n  0%{opacity:0;transform:translateY(12px)}2%{opacity:1;transform:translateY(0)}\n  7%{opacity:1;transform:translateY(0)}8.5%{opacity:0;transform:translateY(-10px)}100%{opacity:0}}\n.sa-hero-lexair__results-link{display:inline-block;margin-top:8px;color:var(--sa-orange);font-weight:700;font-size:15px;\n  text-decoration:none;border-bottom:1px solid rgba(217,119,6,.65);}\n.sa-hero-lexair__results-link:hover{color:#fff;border-color:#fff;}\n@media (max-width:900px){\n  .sa-hero-lexair{min-height:0;}\n  .sa-hero-lexair__grid{grid-template-columns:1fr;gap:36px;padding:48px 22px;min-height:0;}\n  .sa-hero-lexair__copy{text-align:center;}\n}\n@media (max-width:640px){\n  .sa-hero-lexair__title{font-size:clamp(28px,9vw,36px);line-height:1.16;}\n  .sa-hero-lexair__title-support{font-size:.91em;}\n}","status":"Live","updated_at":"2026-06-06 20:55:45"},{"id":55,"name":"sa-hero-lexdt","version":"2026-06-08","category":"Heroes & Top-of-Page","description":"Lexington Downtown (Main Street) hero, form-rail variant. Full-bleed split hero with copy left and a translucent dark intake form card on the right, over the downtown Lexington street-scene image.","when_to_use":"Top of /locations/lexington/ or /car-accident-attorneys-in-lexington/ when you want lead capture in the hero itself.","source_skill":"","rules":"1. Full-bleed 100vw, CSS scoped to the element's BEM namespace so styles never leak.\n2. Two-column split: copy left, translucent dark intake card right; collapses to single column under 900px.\n3. H1 is a 3-line stack: ALL-CAPS question line + two title-support lines (last line orange).\n4. Form-rail variants have NO hero subtext and NO hero CTA under the H1 — the form card is the only action.\n5. Replace {{HERO_IMAGE_URL}} and {{FORM_ACTION_URL}} before publish. Hero image uses eager/no-lazy.\n6. Button is orange #D97706; deepens to #B45309 on hover. No banned blues.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"Drop into a WordPress Custom HTML block. Source image: lexington-skyline-pink-dusk.jpg (downtown Lexington skyline at dusk). Replace {{HERO_IMAGE_URL}} + {{FORM_ACTION_URL}}. Pairs with playwright-visual-qa after deploy.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<section aria-labelledby=\"sa-hero-lexdt-title\" class=\"sa-hero-lexdt\">\n<img alt=\"Downtown Lexington skyline at dusk with a pink and purple sky\" class=\"sa-hero-lexdt__bg skip-lazy no-lazy\" data-no-lazy=\"1\" decoding=\"async\" height=\"900\" loading=\"eager\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/lexington-skyline-pink-dusk.jpg\" width=\"1600\"/>\n<div aria-hidden=\"true\" class=\"sa-hero-lexdt__overlay\"></div>\n<div class=\"sa-hero-lexdt__grid\">\n<div class=\"sa-hero-lexdt__copy\">\n<h1 class=\"sa-hero-lexdt__title\" id=\"sa-hero-lexdt-title\">\n<span class=\"sa-hero-lexdt__title-question\">LEXINGTON CAR ACCIDENT?</span>\n<span class=\"sa-hero-lexdt__title-support\">You Focus On Getting Better.</span>\n<span class=\"sa-hero-lexdt__title-support\">We Handle Everything Else.</span>\n</h1>\n</div>\n<form action=\"https://aguiarinjurylawyers.com/wp-json/sal/v1/contact-intake\" class=\"sa-hero-lexdt__card sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"POST\">\n<h3>Free Case Review</h3>\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-hero-lexdt__field sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-hero-lexdt__field sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone\" required=\"\" type=\"tel\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-hero-lexdt__field sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-hero-lexdt__field sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"case_type\" type=\"hidden\" value=\"Other\"/>\n<input name=\"injured_status\" type=\"hidden\" value=\"Not sure yet\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"sa-hero-lexdt__submit submit\" type=\"submit\">Get My Free Review</button>\n</form>\n</div>\n</section>","css":".sa-hero-lexdt{\n  --sa-navy:#0B212D;--sa-black:#000;--sa-orange:#D97706;--sa-orange-deep:#B45309;\n  --sa-white:#fff;--sa-soft:#E8EEF2;\n  position:relative;width:100vw;max-width:100vw;\n  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);\n  min-height:600px;overflow:hidden;isolation:isolate;\n  background:#0B212D;font-family:Poppins,system-ui,sans-serif;\n}\n.sa-hero-lexdt *,.sa-hero-lexdt *::before,.sa-hero-lexdt *::after{box-sizing:border-box;font-family:Poppins,system-ui,sans-serif;}\n.sa-hero-lexdt__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:1;}\n.sa-hero-lexdt__overlay{position:absolute;inset:0;z-index:-1;\n  background:rgba(0,0,0,.6);}\n.sa-hero-lexdt__grid{position:relative;z-index:1;max-width:1280px;margin:0 auto;\n  padding:72px 32px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;min-height:540px;}\n.sa-hero-lexdt__copy{color:#fff;text-align:center;}\n.sa-hero-lexdt__title{font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.18;color:#fff;\n  text-shadow:0 2px 12px rgba(0,0,0,.45);margin:0 auto;max-width:820px;letter-spacing:0;text-align:center;}\n.sa-hero-lexdt__title-question{display:block;text-transform:uppercase;color:#fff;}\n.sa-hero-lexdt__title-support{display:block;color:#fff;font-size:.80em;}\n.sa-hero-lexdt__title-support:last-child{color:var(--sa-orange);}\n.sa-hero-lexdt__card{background:rgba(11,33,45,.82);border:1px solid rgba(217,119,6,.45);border-radius:14px;\n  padding:32px 28px;box-shadow:0 22px 60px rgba(0,0,0,.5);color:#fff;}\n.sa-hero-lexdt__card h3{font-size:22px;margin:0 0 6px;color:#fff;text-align:center;font-weight:700;}\n.sa-hero-lexdt__card p{font-size:14px;color:#E8EEF2;margin:0 0 18px;text-align:center;}\n.sa-hero-lexdt__field{display:block;width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);\n  border-radius:6px;color:#fff;padding:14px 16px;font-size:15px;margin-bottom:12px;font-family:inherit;}\n.sa-hero-lexdt__field::placeholder{color:#9aa1a8;}\n.sa-hero-lexdt__field:focus{outline:none;border-color:var(--sa-orange);background:rgba(255,255,255,.10);}\n.sa-hero-lexdt__submit{width:100%;background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#fff;font-weight:700;border:none;border-radius:6px;\n  padding:16px;font-size:16px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;\n  transition:background .2s ease,transform .2s ease;}\n.sa-hero-lexdt__submit:hover{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706;transform:translateY(-1px);}\n.sa-hero-lexdt__card small{display:block;text-align:center;color:#9aa1a8;font-size:12px;margin-top:10px;}\n@media (max-width:900px){\n  .sa-hero-lexdt{min-height:0;}\n  .sa-hero-lexdt__grid{grid-template-columns:1fr;gap:36px;padding:48px 22px;min-height:0;}\n  .sa-hero-lexdt__copy{text-align:center;}\n}\n@media (max-width:640px){\n  .sa-hero-lexdt__title{font-size:clamp(28px,9vw,36px);line-height:1.16;}\n  .sa-hero-lexdt__title-support{font-size:.91em;}\n}","status":"Live","updated_at":"2026-06-15 14:52:00"},{"id":59,"name":"sa-hero-loc-corbin","version":"2026-06-06","category":"Heroes & Top-of-Page","description":"Corbin location hero, form-rail variant with the city image pre-wired to the live Media Library URL. Optional upgrade hero (not a replacement) for the standard location-page template hero.","when_to_use":"Top of /locations/corbin/ as an optional upgrade over the standard location hero.","source_skill":"","rules":"1. Full-bleed 100vw, CSS scoped to the element's BEM namespace so styles never leak.\n2. Two-column split: copy left, translucent dark intake card right; collapses to single column under 900px.\n3. H1 is a 3-line stack: ALL-CAPS question line + two title-support lines (last line orange).\n4. Form-rail variants have NO hero subtext and NO hero CTA under the H1 — the form card is the only action.\n5. Replace {{HERO_IMAGE_URL}} and {{FORM_ACTION_URL}} before publish. Hero image uses eager/no-lazy.\n6. Button is orange #D97706; deepens to #B45309 on hover. No banned blues.","live_reference":"https://aguiarinjurylawyers.com/locations/corbin/","deployment_notes":"WordPress Custom HTML block. Image pre-wired: /wp-content/uploads/2026/03/welcome-to-corbin.webp. Replace {{FORM_ACTION_URL}} only.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<section aria-labelledby=\"sa-hero-loc-corbin-title\" class=\"sa-hero-loc-corbin\">\n<img alt=\"Welcome to Corbin, Kentucky city sign\" class=\"sa-hero-loc-corbin__bg skip-lazy no-lazy\" data-no-lazy=\"1\" decoding=\"async\" height=\"900\" loading=\"eager\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/welcome-to-corbin.webp\" width=\"1600\"/>\n<div aria-hidden=\"true\" class=\"sa-hero-loc-corbin__overlay\"></div>\n<div class=\"sa-hero-loc-corbin__grid\">\n<div class=\"sa-hero-loc-corbin__copy\">\n<h1 class=\"sa-hero-loc-corbin__title\" id=\"sa-hero-loc-corbin-title\">\n<span class=\"sa-hero-loc-corbin__title-question\">CORBIN CAR ACCIDENT?</span>\n<span class=\"sa-hero-loc-corbin__title-support\">Our Award-Winning Injury Attorneys</span>\n<span class=\"sa-hero-loc-corbin__title-support\">Are Ready To Work For You.</span>\n</h1>\n</div>\n<form action=\"https://aguiarinjurylawyers.com/wp-json/sal/v1/contact-intake\" class=\"sa-hero-loc-corbin__card sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"POST\">\n<h3>Tell Us About Your Corbin Case</h3>\n<p>Same-day callbacks. Free, confidential case review.</p>\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-hero-loc-corbin__field sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-hero-loc-corbin__field sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone\" required=\"\" type=\"tel\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-hero-loc-corbin__field sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-hero-loc-corbin__field sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"case_type\" type=\"hidden\" value=\"Other\"/>\n<input name=\"injured_status\" type=\"hidden\" value=\"Not sure yet\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"sa-hero-loc-corbin__submit submit\" type=\"submit\">Start My Free Review</button>\n<small>No fee unless we win.</small>\n</form>\n</div>\n</section>","css":".sa-hero-loc-corbin{\n  --sa-navy:#0B212D;--sa-black:#000;--sa-orange:#D97706;--sa-orange-deep:#B45309;\n  --sa-white:#fff;--sa-soft:#E8EEF2;\n  position:relative;width:100vw;max-width:100vw;\n  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);\n  min-height:600px;overflow:hidden;isolation:isolate;\n  background:#0B212D;font-family:Poppins,system-ui,sans-serif;\n}\n.sa-hero-loc-corbin *,.sa-hero-loc-corbin *::before,.sa-hero-loc-corbin *::after{box-sizing:border-box;font-family:Poppins,system-ui,sans-serif;}\n.sa-hero-loc-corbin__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.55;}\n.sa-hero-loc-corbin__overlay{position:absolute;inset:0;z-index:-1;\n  background:linear-gradient(90deg,rgba(11,33,45,.92) 0%,rgba(11,33,45,.55) 60%,rgba(0,0,0,.78) 100%);}\n.sa-hero-loc-corbin__grid{position:relative;z-index:1;max-width:1280px;margin:0 auto;\n  padding:72px 32px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;min-height:540px;}\n.sa-hero-loc-corbin__copy{color:#fff;text-align:center;}\n.sa-hero-loc-corbin__title{font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.18;color:#fff;\n  text-shadow:0 2px 12px rgba(0,0,0,.45);margin:0 auto;max-width:820px;letter-spacing:0;text-align:center;}\n.sa-hero-loc-corbin__title-question{display:block;text-transform:uppercase;color:#fff;}\n.sa-hero-loc-corbin__title-support{display:block;color:#fff;font-size:.80em;}\n.sa-hero-loc-corbin__title-support:last-child{color:var(--sa-orange);}\n.sa-hero-loc-corbin__card{background:rgba(11,33,45,.82);border:1px solid rgba(217,119,6,.45);border-radius:14px;\n  padding:32px 28px;box-shadow:0 22px 60px rgba(0,0,0,.5);color:#fff;}\n.sa-hero-loc-corbin__card h3{font-size:22px;margin:0 0 6px;color:#fff;text-align:center;font-weight:700;}\n.sa-hero-loc-corbin__card p{font-size:12px;color:#E8EEF2;margin:0 0 18px;text-align:center;line-height:1.45;}\n.sa-hero-loc-corbin__field{display:block;width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);\n  border-radius:6px;color:#fff;padding:14px 16px;font-size:15px;margin-bottom:12px;font-family:inherit;}\n.sa-hero-loc-corbin__field::placeholder{color:#9aa1a8;}\n.sa-hero-loc-corbin__field:focus{outline:none;border-color:var(--sa-orange);background:rgba(255,255,255,.10);}\n.sa-hero-loc-corbin__submit{width:100%;background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#fff;font-weight:700;border:none;border-radius:6px;\n  padding:16px;font-size:16px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;\n  transition:background .2s ease,transform .2s ease;}\n.sa-hero-loc-corbin__submit:hover{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706;transform:translateY(-1px);}\n.sa-hero-loc-corbin__card small{display:block;text-align:center;color:#9aa1a8;font-size:12px;margin-top:10px;}\n@media (max-width:900px){\n  .sa-hero-loc-corbin{min-height:0;}\n  .sa-hero-loc-corbin__grid{grid-template-columns:1fr;gap:36px;padding:48px 22px;min-height:0;}\n  .sa-hero-loc-corbin__copy{text-align:center;}\n}\n@media (max-width:640px){\n  .sa-hero-loc-corbin__title{font-size:clamp(28px,9vw,36px);line-height:1.16;}\n  .sa-hero-loc-corbin__title-support{font-size:.91em;}\n}","status":"Live","updated_at":"2026-06-15 14:52:00"},{"id":60,"name":"sa-hero-loc-pikeville","version":"2026-06-06","category":"Heroes & Top-of-Page","description":"Pikeville location hero, form-rail variant with the city image pre-wired to the live Media Library URL. Optional upgrade hero (not a replacement) for the standard location-page template hero.","when_to_use":"Top of /locations/pikeville/ as an optional upgrade over the standard location hero.","source_skill":"","rules":"1. Full-bleed 100vw, CSS scoped to the element's BEM namespace so styles never leak.\n2. Two-column split: copy left, translucent dark intake card right; collapses to single column under 900px.\n3. H1 is a 3-line stack: ALL-CAPS question line + two title-support lines (last line orange).\n4. Form-rail variants have NO hero subtext and NO hero CTA under the H1 — the form card is the only action.\n5. Replace {{HERO_IMAGE_URL}} and {{FORM_ACTION_URL}} before publish. Hero image uses eager/no-lazy.\n6. Button is orange #D97706; deepens to #B45309 on hover. No banned blues.","live_reference":"https://aguiarinjurylawyers.com/locations/pikeville/","deployment_notes":"WordPress Custom HTML block. Image pre-wired: /wp-content/uploads/2026/03/welcome-to-pikeville-ky.webp (only 360x140px — upload a larger Pikeville image before publishing). Replace {{FORM_ACTION_URL}} only. | Hero image updated 2026-06-04: replaced low-res 360x140 welcome-to-pikeville road sign with Pikeville aerial-sunset (media id 71152, 800x450). Alt option: horseshoe aerial media id 71153 (1619x1080).","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<section aria-labelledby=\"sa-hero-loc-pikeville-title\" class=\"sa-hero-loc-pikeville\">\n<img alt=\"Welcome to Pikeville, Kentucky city sign\" class=\"sa-hero-loc-pikeville__bg skip-lazy no-lazy\" data-no-lazy=\"1\" decoding=\"async\" height=\"900\" loading=\"eager\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/pikeville-ky-aerial-sunset.jpg\" width=\"1600\"/>\n<div aria-hidden=\"true\" class=\"sa-hero-loc-pikeville__overlay\"></div>\n<div class=\"sa-hero-loc-pikeville__grid\">\n<div class=\"sa-hero-loc-pikeville__copy\">\n<h1 class=\"sa-hero-loc-pikeville__title\" id=\"sa-hero-loc-pikeville-title\">\n<span class=\"sa-hero-loc-pikeville__title-question\">PIKEVILLE CAR ACCIDENT?</span>\n<span class=\"sa-hero-loc-pikeville__title-support\">Our Award-Winning Injury Attorneys</span>\n<span class=\"sa-hero-loc-pikeville__title-support\">Are Ready To Work For You.</span>\n</h1>\n</div>\n<form action=\"https://aguiarinjurylawyers.com/wp-json/sal/v1/contact-intake\" class=\"sa-hero-loc-pikeville__card sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"POST\">\n<h3>Talk To A Pikeville Attorney</h3>\n<p>Same-day callbacks. Free, confidential case review.</p>\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-hero-loc-pikeville__field sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-hero-loc-pikeville__field sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone\" required=\"\" type=\"tel\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-hero-loc-pikeville__field sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-hero-loc-pikeville__field sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"case_type\" type=\"hidden\" value=\"Other\"/>\n<input name=\"injured_status\" type=\"hidden\" value=\"Not sure yet\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"sa-hero-loc-pikeville__submit submit\" type=\"submit\">Start My Free Review</button>\n<small>No fee unless we win.</small>\n</form>\n</div>\n</section>","css":".sa-hero-loc-pikeville{\n  --sa-navy:#0B212D;--sa-black:#000;--sa-orange:#D97706;--sa-orange-deep:#B45309;\n  --sa-white:#fff;--sa-soft:#E8EEF2;\n  position:relative;width:100vw;max-width:100vw;\n  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);\n  min-height:600px;overflow:hidden;isolation:isolate;\n  background:#0B212D;font-family:Poppins,system-ui,sans-serif;\n}\n.sa-hero-loc-pikeville *,.sa-hero-loc-pikeville *::before,.sa-hero-loc-pikeville *::after{box-sizing:border-box;font-family:Poppins,system-ui,sans-serif;}\n.sa-hero-loc-pikeville__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.55;}\n.sa-hero-loc-pikeville__overlay{position:absolute;inset:0;z-index:-1;\n  background:linear-gradient(90deg,rgba(11,33,45,.92) 0%,rgba(11,33,45,.55) 60%,rgba(0,0,0,.78) 100%);}\n.sa-hero-loc-pikeville__grid{position:relative;z-index:1;max-width:1280px;margin:0 auto;\n  padding:72px 32px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;min-height:540px;}\n.sa-hero-loc-pikeville__copy{color:#fff;text-align:center;}\n.sa-hero-loc-pikeville__title{font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.18;color:#fff;\n  text-shadow:0 2px 12px rgba(0,0,0,.45);margin:0 auto;max-width:820px;letter-spacing:0;text-align:center;}\n.sa-hero-loc-pikeville__title-question{display:block;text-transform:uppercase;color:#fff;}\n.sa-hero-loc-pikeville__title-support{display:block;color:#fff;font-size:.80em;}\n.sa-hero-loc-pikeville__title-support:last-child{color:var(--sa-orange);}\n.sa-hero-loc-pikeville__card{background:rgba(11,33,45,.82);border:1px solid rgba(217,119,6,.45);border-radius:14px;\n  padding:32px 28px;box-shadow:0 22px 60px rgba(0,0,0,.5);color:#fff;}\n.sa-hero-loc-pikeville__card h3{font-size:22px;margin:0 0 6px;color:#fff;text-align:center;font-weight:700;}\n.sa-hero-loc-pikeville__card p{font-size:14px;color:#E8EEF2;margin:0 0 18px;text-align:center;}\n.sa-hero-loc-pikeville__field{display:block;width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);\n  border-radius:6px;color:#fff;padding:14px 16px;font-size:15px;margin-bottom:12px;font-family:inherit;}\n.sa-hero-loc-pikeville__field::placeholder{color:#9aa1a8;}\n.sa-hero-loc-pikeville__field:focus{outline:none;border-color:var(--sa-orange);background:rgba(255,255,255,.10);}\n.sa-hero-loc-pikeville__submit{width:100%;background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#fff;font-weight:700;border:none;border-radius:6px;\n  padding:16px;font-size:16px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;\n  transition:background .2s ease,transform .2s ease;}\n.sa-hero-loc-pikeville__submit:hover{background:linear-gradient(0deg,#000000 0%,#0B212D 100%);color:#D97706;transform:translateY(-1px);}\n.sa-hero-loc-pikeville__card small{display:block;text-align:center;color:#9aa1a8;font-size:12px;margin-top:10px;}\n@media (max-width:900px){\n  .sa-hero-loc-pikeville{min-height:0;}\n  .sa-hero-loc-pikeville__grid{grid-template-columns:1fr;gap:36px;padding:48px 22px;min-height:0;}\n  .sa-hero-loc-pikeville__copy{text-align:center;}\n}\n@media (max-width:640px){\n  .sa-hero-loc-pikeville__title{font-size:clamp(28px,9vw,36px);line-height:1.16;}\n  .sa-hero-loc-pikeville__title-support{font-size:.91em;}\n}","status":"Live","updated_at":"2026-06-15 14:52:00"},{"id":58,"name":"sa-hero-trucksun","version":"2026-06-06","category":"Heroes & Top-of-Page","description":"Truck Accident Sunset Highway hero, rotating-results variant. Full-bleed split hero with copy + GET STARTED CTA left and a Life-Changing Results rotating card right, over a semi-truck-at-sunset image. H1 leads with the Bigger Share Guarantee.","when_to_use":"Top of /practice-areas/truck-accidents/ when you want a results-forward hero tied to trucking cases.","source_skill":"","rules":"1. Full-bleed 100vw, CSS scoped to the element's BEM namespace so styles never leak.\n2. Two-column split: copy left (H1 + single GET STARTED CTA), rotating Life-Changing Results card right.\n3. Results card cycles 12 amounts on a 72s loop, $14M down to $4M; anchored by a See More Results link to /about-us/our-results/.\n4. H1 is a 3-line stack: ALL-CAPS question line + two title-support lines (last line orange).\n5. Replace {{HERO_IMAGE_URL}} before publish (or use the pre-wired Media Library URL). Hero image uses eager/no-lazy.\n6. Orange #D97706 accent; no banned blues.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/truck-accidents/","deployment_notes":"WordPress Custom HTML block. Source image: bobtail_truck__no_trailer__driving_down_the_interstate__dusk_34.webp. Replace {{HERO_IMAGE_URL}}.","html":"<section class=\"sa-hero-trucksun\" aria-labelledby=\"sa-hero-trucksun-title\">\n  <img class=\"sa-hero-trucksun__bg skip-lazy no-lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/04/family-at-park-hero.webp\" alt=\"Semi-truck on Kentucky interstate at sunset\"\n       width=\"1600\" height=\"900\" loading=\"eager\" decoding=\"async\" data-no-lazy=\"1\">\n  <div class=\"sa-hero-trucksun__overlay\" aria-hidden=\"true\"></div>\n  <div class=\"sa-hero-trucksun__grid\">\n    <div class=\"sa-hero-trucksun__copy\">\n      <h1 id=\"sa-hero-trucksun-title\" class=\"sa-hero-trucksun__title\">\n        <span class=\"sa-hero-trucksun__title-question\">INJURED IN A TRUCK ACCIDENT?</span>\n        <span class=\"sa-hero-trucksun__title-support\">Get Life Changing Results</span>\n        <span class=\"sa-hero-trucksun__title-support\">With Our Bigger Share Guarantee&reg;</span>\n      </h1>\n      <div class=\"sa-hero-trucksun__actions\">\n        <a class=\"sa-hero-trucksun__cta\" href=\"/contact/\">GET STARTED</a>\n      </div>\n    </div>\n    <div class=\"sa-hero-trucksun__results\" aria-label=\"Recent case results\">\n      <h3>Life-Changing Results</h3>\n      <div class=\"sa-hero-trucksun__results-wrap\">\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$14,000,000</div><div class=\"sa-hero-trucksun__desc\">Insurance Dispute</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$12,000,000</div><div class=\"sa-hero-trucksun__desc\">Wrongful Death</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$6,800,000</div><div class=\"sa-hero-trucksun__desc\">Car Accident</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$6,250,000</div><div class=\"sa-hero-trucksun__desc\">Commercial Vehicle</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$6,100,000</div><div class=\"sa-hero-trucksun__desc\">Box Truck Accident</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$6,000,000</div><div class=\"sa-hero-trucksun__desc\">Semi-Truck Accident</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$6,000,000</div><div class=\"sa-hero-trucksun__desc\">Wrongful Death</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$6,000,000</div><div class=\"sa-hero-trucksun__desc\">Premises Liability</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$5,600,000</div><div class=\"sa-hero-trucksun__desc\">Wrongful Death</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$5,200,000</div><div class=\"sa-hero-trucksun__desc\">Trucking Accident</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$4,100,000</div><div class=\"sa-hero-trucksun__desc\">Car Accident</div></div>\n        <div class=\"sa-hero-trucksun__res\"><div class=\"sa-hero-trucksun__amount\">$4,000,000</div><div class=\"sa-hero-trucksun__desc\">Trucking Accident</div></div>\n      </div>\n      <a class=\"sa-hero-trucksun__results-link\" href=\"/about-us/our-results/\">See More Results</a>\n    </div>\n  </div>\n</section>","css":".sa-hero-trucksun{\n  --sa-navy:#0B212D;--sa-black:#000;--sa-orange:#D97706;--sa-orange-deep:#B45309;\n  --sa-white:#fff;--sa-soft:#E8EEF2;\n  position:relative;width:100vw;max-width:100vw;\n  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);\n  min-height:600px;overflow:hidden;isolation:isolate;\n  background:#0B212D;font-family:Poppins,system-ui,sans-serif;\n}\n.sa-hero-trucksun *,.sa-hero-trucksun *::before,.sa-hero-trucksun *::after{box-sizing:border-box;font-family:Poppins,system-ui,sans-serif;}\n.sa-hero-trucksun__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.55;}\n.sa-hero-trucksun__overlay{position:absolute;inset:0;z-index:-1;\n  background:linear-gradient(90deg,rgba(11,33,45,.92) 0%,rgba(11,33,45,.55) 60%,rgba(0,0,0,.78) 100%);}\n.sa-hero-trucksun__grid{position:relative;z-index:1;max-width:1280px;margin:0 auto;\n  padding:72px 32px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;min-height:540px;}\n.sa-hero-trucksun__copy{color:#fff;text-align:center;}\n.sa-hero-trucksun__title{font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.18;color:#fff;\n  text-shadow:0 2px 12px rgba(0,0,0,.45);margin:0 auto;max-width:820px;letter-spacing:0;text-align:center;}\n.sa-hero-trucksun__title-question{display:block;text-transform:uppercase;color:#fff;}\n.sa-hero-trucksun__title-support{display:block;color:#fff;font-size:.80em;}\n.sa-hero-trucksun__title-support:last-child{color:var(--sa-orange);}\n.sa-hero-trucksun__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:24px;}\n.sa-hero-trucksun__cta{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:16px 30px;\n  border-radius:6px;font-weight:700;text-decoration:none;font-size:16px;letter-spacing:.04em;text-transform:uppercase;\n  background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:var(--sa-orange);border:1.5px solid var(--sa-orange);\n  box-shadow:0 8px 22px rgba(0,0,0,.4);transition:transform .2s ease,color .2s ease,border-color .2s ease;}\n.sa-hero-trucksun__cta:hover{color:#fff;border-color:#fff;transform:translateY(-1px);}\n.sa-hero-trucksun__results{background:rgba(11,33,45,.78);border:1px solid rgba(217,119,6,.55);border-radius:14px;\n  padding:36px 30px;text-align:center;box-shadow:0 22px 60px rgba(0,0,0,.5);}\n.sa-hero-trucksun__results h3{color:#fff;font-size:22px;font-weight:700;margin:0 0 22px;letter-spacing:0;}\n.sa-hero-trucksun__results-wrap{position:relative;height:115px;overflow:hidden;}\n.sa-hero-trucksun__res{position:absolute;inset:0;opacity:0;animation:sa-hero-trucksun-fade 72s infinite;text-align:center;}\n.sa-hero-trucksun__amount{font-size:clamp(40px,4.4vw,58px);font-weight:700;color:var(--sa-orange);line-height:1.05;}\n.sa-hero-trucksun__desc{font-size:19px;font-weight:500;color:#fff;margin-top:8px;}\n.sa-hero-trucksun__res:nth-child(1){animation-delay:0s}\n.sa-hero-trucksun__res:nth-child(2){animation-delay:6s}\n.sa-hero-trucksun__res:nth-child(3){animation-delay:12s}\n.sa-hero-trucksun__res:nth-child(4){animation-delay:18s}\n.sa-hero-trucksun__res:nth-child(5){animation-delay:24s}\n.sa-hero-trucksun__res:nth-child(6){animation-delay:30s}\n.sa-hero-trucksun__res:nth-child(7){animation-delay:36s}\n.sa-hero-trucksun__res:nth-child(8){animation-delay:42s}\n.sa-hero-trucksun__res:nth-child(9){animation-delay:48s}\n.sa-hero-trucksun__res:nth-child(10){animation-delay:54s}\n.sa-hero-trucksun__res:nth-child(11){animation-delay:60s}\n.sa-hero-trucksun__res:nth-child(12){animation-delay:66s}\n@keyframes sa-hero-trucksun-fade{\n  0%{opacity:0;transform:translateY(12px)}2%{opacity:1;transform:translateY(0)}\n  7%{opacity:1;transform:translateY(0)}8.5%{opacity:0;transform:translateY(-10px)}100%{opacity:0}}\n.sa-hero-trucksun__results-link{display:inline-block;margin-top:8px;color:var(--sa-orange);font-weight:700;font-size:18px;\n  text-decoration:none;border-bottom:1px solid rgba(217,119,6,.65);}\n.sa-hero-trucksun__results-link:hover{color:#fff;border-color:#fff;}\n@media (max-width:900px){\n  .sa-hero-trucksun{min-height:0;}\n  .sa-hero-trucksun__grid{grid-template-columns:1fr;gap:36px;padding:48px 22px;min-height:0;}\n  .sa-hero-trucksun__copy{text-align:center;}\n}\n@media (max-width:640px){\n  .sa-hero-trucksun__title{font-size:clamp(28px,9vw,36px);line-height:1.16;}\n  .sa-hero-trucksun__title-support{font-size:.91em;}\n}","status":"Live","updated_at":"2026-06-06 20:55:45"},{"id":75,"name":"sa-location-form-hero","version":"2026-06-06","category":"Heroes & Top-of-Page","description":"Landscape form-rail hero for /locations/* pages: full-bleed photo-backed hero with a left-to-right navy gradient, a centered H1 (uppercase orange question line plus a smaller white UVP subline) in the wide left copy column, and a compact intake form built into a narrow right rail. As of June 2026 forms are allowed and expected on location pages.","when_to_use":"Top-of-page hero on any /locations/* page that needs the intake form built directly into the hero.","source_skill":"sa-location-form-hero","rules":"Landscape proportion: copy column ~1.55fr, form rail ~0.9fr, gap 44px, grid padding 36px 32px.\r\nH1 centered and uppercase on the orange question line; UVP subline smaller white 600-weight text with a line break after \"You focus on getting better.\"\r\nForm container carries a centered uppercase title: TELL US ABOUT YOUR CASE.\r\nSubmit button text is exactly GET STARTED (orange fill is the one approved exception, only on form submit buttons).\r\nNo card-header CTA line and no \"No fee unless we win\" sub-note in the form.\r\nFoundry orange #D97706, navy #0B212D. No em dashes, no emoji, full-opacity text.\r\nLive wiring when deployed: form class sa-custom-contact-intake-form, canonical fields full_name/phone/email/case_type/injured_status/consent plus honeypot company, endpoint https://aguiarinjurylawyers.com/wp-json/sal/v1/contact-intake.\r\nCard header CTA must stay statewide-safe (GET STARTED), never a city-attorney claim.\r\nLexington / Central / Northern KY phone (859) 888-8000.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"Replaced on 2026-06-15 with the rendered live hero/location card form from https://aguiarinjurylawyers.com/kentucky-pip-reform-2026/ after full form QA. Keeps the working Litify/email/tracking contract without duplicate unnamed mock fields.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<form action=\"/wp-json/sal/v1/contact-intake\" class=\"sa-hero-loc__card sa-custom-contact-intake-form\" cr-attached=\"true\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" data-sal-attribution-ready=\"1\" data-sal-bridge-rest-attached=\"1\" data-sal-form-configured=\"20260529\" data-sal-submit-ready=\"1\" id=\"sa-intake-form\" method=\"post\">\n<h3>Tell Us About Your Case</h3>\n<div class=\"sa-hero-loc__row\">\n<label class=\"sa-field-control\" for=\"sa-form-1-full-name\"><span class=\"sa-form-label\">Full Name</span><input class=\"sa-hero-loc__field sa-form-field\" id=\"sa-form-1-full-name\" name=\"full_name\" placeholder=\"Full name\" required=\"\" type=\"text\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-phone\"><span class=\"sa-form-label\">Phone Number</span><input class=\"sa-hero-loc__field sa-form-field\" id=\"sa-form-1-phone\" name=\"phone\" placeholder=\"Phone\" required=\"\" type=\"tel\"/></label>\n</div>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-hero-loc__field sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-case-type\"><span class=\"sa-form-label\">Case Type</span><select class=\"sa-hero-loc__field\" id=\"sa-form-1-case-type\" name=\"case_type\" required=\"\">\n<option value=\"\">Case type</option>\n<option>Car Accident</option>\n<option>Truck Accident</option>\n<option>Motorcycle Accident</option>\n<option>Pedestrian Accident</option>\n<option>Other</option>\n</select></label>\n<label class=\"sa-field-control\" for=\"sa-form-1-injured-status\"><span class=\"sa-form-label\">Were You Injured?</span><select class=\"sa-hero-loc__field\" id=\"sa-form-1-injured-status\" name=\"injured_status\" required=\"\">\n<option value=\"\">Were you injured?</option>\n<option>Yes</option>\n<option>No</option>\n</select></label>\n<div class=\"sa-hero-loc__consent\"><input id=\"sa-hero-consent\" name=\"consent\" required=\"\" type=\"checkbox\"/><label for=\"sa-hero-consent\">I agree to be contacted by Sam Aguiar Injury Lawyers and understand messaging rates may apply.</label></div>\n<input aria-hidden=\"true\" autocomplete=\"off\" class=\"sa-hero-loc__hp\" name=\"company\" tabindex=\"-1\" type=\"text\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<button class=\"sa-hero-loc__submit submit\" type=\"submit\">GET STARTED</button>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/><input name=\"page_title\" type=\"hidden\" value=\"Kentucky PIP Reform 2026 | Sam Aguiar\"/><input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/thank-you/\"/><input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/?intake=error\"/><input name=\"page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/kentucky-pip-reform-2026/?registry_capture=element75\"/><input name=\"landing_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/kentucky-pip-reform-2026/?registry_capture=element75\"/><input name=\"last_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/kentucky-pip-reform-2026/?registry_capture=element75\"/><input name=\"gbraid\" type=\"hidden\" value=\"\"/><input name=\"wbraid\" type=\"hidden\" value=\"\"/><input name=\"utm_term\" type=\"hidden\" value=\"\"/><input name=\"utm_content\" type=\"hidden\" value=\"\"/><input name=\"message\" type=\"hidden\" value=\"\"/></form>","css":".sa-hero-loc{\r\n  --sa-navy:#0B212D;--sa-orange:#D97706;--sa-white:#fff;--sa-soft:#E8EEF2;\r\n  position:relative;width:100%;overflow:hidden;isolation:isolate;background:#0B212D;\r\n}\r\n.sa-hero-loc *{box-sizing:border-box;font-family:Poppins,system-ui,sans-serif;}\r\n.sa-hero-loc__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.5;}\r\n.sa-hero-loc__overlay{position:absolute;inset:0;z-index:-1;\r\n  background:linear-gradient(90deg,rgba(11,33,45,.93) 0%,rgba(11,33,45,.6) 55%,rgba(0,0,0,.75) 100%);}\r\n.sa-hero-loc__grid{position:relative;z-index:1;max-width:1280px;margin:0 auto;\r\n  padding:36px 32px;display:grid;grid-template-columns:1.55fr .9fr;gap:44px;align-items:start;}\r\n.sa-hero-loc__copy{color:#fff;text-align:center;padding-top:8px;}\r\n.sa-hero-loc__title{font-weight:700;line-height:1.16;color:#fff;margin:0 auto;max-width:640px;text-align:center;\r\n  text-shadow:0 2px 12px rgba(0,0,0,.45);font-size:clamp(28px,2.8vw,40px);}\r\n.sa-hero-loc__q{display:block;text-transform:uppercase;color:var(--sa-orange);margin-bottom:.14em;}\r\n.sa-hero-loc__p{display:block;color:#fff;font-size:.62em;font-weight:600;line-height:1.28;}\r\n.sa-hero-loc__card{background:rgba(11,33,45,.86);border:1px solid rgba(217,119,6,.5);border-radius:12px;\r\n  padding:20px 20px;box-shadow:0 18px 48px rgba(0,0,0,.5);color:#fff;max-width:360px;width:100%;margin-left:auto;}\r\n.sa-hero-loc__card h3{font-size:18px;margin:0 0 12px;color:#fff;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.02em;}\r\n.sa-hero-loc__field{display:block;width:100%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.2);\r\n  border-radius:6px;color:#fff;padding:10px 12px;font-size:13.5px;margin-bottom:9px;}\r\n.sa-hero-loc__field::placeholder{color:#9aa1a8;}\r\n.sa-hero-loc__row{display:grid;grid-template-columns:1fr 1fr;gap:9px;}\r\n.sa-hero-loc__row .sa-hero-loc__field{margin-bottom:9px;}\r\n.sa-hero-loc select.sa-hero-loc__field{appearance:none;-webkit-appearance:none;\r\n  background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23D97706' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E\");\r\n  background-repeat:no-repeat;background-position:right 12px center;padding-right:34px;}\r\n.sa-hero-loc__consent{display:flex;align-items:flex-start;gap:7px;margin:3px 0 12px;}\r\n.sa-hero-loc__consent input{margin-top:2px;flex:0 0 auto;accent-color:var(--sa-orange);}\r\n.sa-hero-loc__consent label{font-size:10.5px;line-height:1.45;color:#cfd6dc;}\r\n.sa-hero-loc__submit{width:100%;background:var(--sa-orange);color:#fff;font-weight:700;border:none;border-radius:6px;\r\n  padding:13px;font-size:14.5px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;}\r\n.sa-hero-loc__sub-note{display:block;text-align:center;color:#9aa1a8;font-size:11px;margin-top:8px;}\r\n@media (max-width:900px){\r\n  .sa-hero-loc__grid{grid-template-columns:1fr;gap:28px;padding:40px 22px;}\r\n  .sa-hero-loc__card{max-width:none;margin:0;}\r\n  .sa-hero-loc__title{max-width:none;}\r\n}","status":"Beta","updated_at":"2026-06-15 14:52:01"},{"id":109,"name":"sa-mobile-truck-page-composition-notes","version":"2026-06-15","category":"Heroes & Top-of-Page","description":"Mobile truck-page composition reference from Sam screenshot. Documents the exact mobile stack: navy mobile header with logo, centered phone number and hamburger; full-width truck crash image; dark navy centered H1 panel; white body copy; compliant Call Now pill; closed On This Page dropdown; then a white body/snippet block with orange left rail.","when_to_use":"Use as implementation notes when rebuilding or QAing mobile practice-area pages, especially truck accident pages. This is a composition contract, not a standalone hero to drop into desktop pages.","source_skill":"mobile-page-composition; source screenshot from current Codex thread; added via registry screenshot intake 2026-06-15","rules":"1. Mobile header must keep logo left, phone centered, menu icon right, all on Visible Depth navy.\n2. Hero image sits directly under the mobile header and above the navy copy panel.\n3. H1 is centered, all caps, white with one Foundry-orange phrase.\n4. Button uses approved depth treatment. Avoid orange-fill buttons on final production unless a page-specific exception is approved.\n5. On This Page dropdown starts closed on mobile.\n6. The first content/snippet block below the TOC uses a white/light surface and a Foundry-orange left rail.\n7. Treat this as a QA composition note. Reuse actual component rows for the individual pieces where available.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/truck-accident/","deployment_notes":"Use this row during mobile screenshot QA to compare page order, spacing, and component selection. It intentionally references existing component families instead of replacing them: mobile header/site chrome, hero image, sa-depth-button, sa-toc, and sa-snippet-box.","html":"<section class=\"sa-mobile-truck-comp\" aria-label=\"Mobile truck page composition reference\">\n  <header class=\"sa-mobile-truck-comp__top\"><span class=\"logo\">A</span><a href=\"tel:2705131285\">(270) 513-1285</a><button aria-label=\"Menu\">☰</button></header>\n  <img class=\"sa-mobile-truck-comp__image\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/semi-trucks-row-parked.webp\" alt=\"Truck accident scene\" loading=\"lazy\">\n  <div class=\"sa-mobile-truck-comp__hero-copy\"><h1>Are You Familiar With The Many Causes Of <span>Truck Accidents?</span></h1><p>Underrides, tire blowouts, defective brakes, unsecured loads, and many other preventable variables cause accidents nationwide daily.</p><a class=\"sa-mobile-truck-comp__call\" href=\"tel:2705131285\">Call Now</a></div>\n  <details class=\"sa-mobile-truck-comp__toc\"><summary>On This Page</summary></details>\n  <div class=\"sa-mobile-truck-comp__snippet\"><p>The most common causes of truck accidents in Kentucky include driver fatigue, distracted driving, unsafe loading, equipment failure, and preventable company safety violations.</p></div>\n</section>","css":".sa-mobile-truck-comp{max-width:430px;margin:0 auto;background:#fff;font-family:Poppins,system-ui,sans-serif;color:#0B212D;box-shadow:0 0 0 1px rgba(11,33,45,.08);}.sa-mobile-truck-comp__top{height:96px;background:#0B212D;color:#fff;display:grid;grid-template-columns:64px 1fr 64px;align-items:center;padding:0 20px;gap:10px;}.sa-mobile-truck-comp__top .logo{width:42px;height:42px;border-radius:50%;border:3px solid #D97706;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:26px;color:#fff;}.sa-mobile-truck-comp__top a{color:#fff!important;text-decoration:none;text-align:center;font-size:22px;font-weight:800;}.sa-mobile-truck-comp__top button{justify-self:end;width:40px;height:40px;border:2px solid #fff;border-radius:4px;background:transparent;color:#fff;font-size:24px;line-height:1;}.sa-mobile-truck-comp__image{display:block;width:100%;height:190px;object-fit:cover;}.sa-mobile-truck-comp__hero-copy{background:#0B212D;color:#fff;text-align:center;padding:48px 28px 40px;}.sa-mobile-truck-comp__hero-copy h1{margin:0 0 20px;color:#fff!important;text-transform:uppercase;font-size:28px;line-height:1.18;font-weight:900;letter-spacing:0;}.sa-mobile-truck-comp__hero-copy h1 span{color:#D97706;display:inline;}.sa-mobile-truck-comp__hero-copy p{margin:0 auto 28px;color:#fff!important;font-size:18px;line-height:1.55;font-weight:600;}.sa-mobile-truck-comp__call{display:inline-flex;align-items:center;justify-content:center;min-width:174px;padding:15px 28px;border-radius:999px;background:linear-gradient(0deg,#000 0%,#0B212D 100%);border:2px solid #D97706;color:#fff!important;text-decoration:none;text-transform:uppercase;font-size:16px;font-weight:900;}.sa-mobile-truck-comp__toc{margin:36px 22px 30px;border-radius:6px;background:#0B212D;color:#fff;}.sa-mobile-truck-comp__toc summary{list-style:none;padding:20px 22px;font-size:16px;font-weight:800;display:flex;justify-content:space-between;align-items:center;}.sa-mobile-truck-comp__toc summary::after{content:\"⌄\";color:#D97706;font-size:18px;}.sa-mobile-truck-comp__snippet{margin:0 22px 42px;background:#f7f9fa;border-left:4px solid #D97706;padding:24px 24px 28px;}.sa-mobile-truck-comp__snippet p{margin:0;font-size:20px;line-height:1.55;font-weight:500;color:#0B212D;}","status":"Beta","updated_at":"2026-06-15 19:35:06"},{"id":103,"name":"sa-nursing-home-hybrid-intake","version":"2026-06-15","category":"Heroes & Top-of-Page","description":"Rendered live nursing-home hybrid hero intake form contract. Added because it uses both homepage and custom intake classes and passed live QA.","when_to_use":"Hero or specialty landing-page form placements that intentionally combine homepage-style and custom-intake behavior.","source_skill":"wp-form-deploy-qa","rules":"Must keep sa-homepage-custom-form or sa-custom-contact-intake-form approved class, POST method, /sal/v1/contact-intake route, required hidden attribution fields, redirect fields, and sal_contact_intake_submit marker. Verify with rendered-form-contract-qa before deployment.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/nursing-home/","deployment_notes":"Created from the rendered live site on 2026-06-15 after full form QA passed. The stored HTML is a known-working rendered contract example; adapt visible copy carefully but keep field names and hidden attribution fields intact.","html":"<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n<form action=\"https://aguiarinjurylawyers.com/\" class=\"sa-nh-form-grid sa-homepage-custom-form sa-custom-contact-intake-form\" cr-attached=\"true\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" data-sal-attribution-ready=\"1\" data-sal-bridge-rest-attached=\"1\" data-sal-form-configured=\"20260529\" data-sal-submit-ready=\"1\" data-source=\"nursing-home-hub-hero\" id=\"sa-nh-hero-intake\" method=\"post\">\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<input name=\"source\" type=\"hidden\" value=\"nursing-home-hub-hero\"/>\n<input name=\"case_type\" type=\"hidden\" value=\"Nursing Home / Care Facility\"/>\n<input name=\"injured_status\" type=\"hidden\" value=\"Yes, injury or decline reported\"/>\n<input name=\"page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/practice-areas/nursing-home/?registry_capture=20260615\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"Kentucky Nursing Home Abuse And Neglect Lawyer | Sam Aguiar\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/thank-you/\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/contact-us/?intake=error\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"_wp_http_referer\" type=\"hidden\" value=\"/practice-areas/nursing-home/\"/>\n<div class=\"sa-nh-form-field\">\n<label for=\"nh-name\">Your Name</label>\n<input autocomplete=\"name\" id=\"nh-name\" name=\"full_name\" required=\"\" type=\"text\"/>\n</div>\n<div class=\"sa-nh-form-field\">\n<label for=\"nh-phone\">Phone</label>\n<input autocomplete=\"tel\" id=\"nh-phone\" name=\"phone\" required=\"\" type=\"tel\"/>\n</div>\n<div class=\"sa-nh-form-field\">\n<label for=\"nh-facility\">Facility Name</label>\n<input id=\"nh-facility\" name=\"facility_name\" required=\"\" type=\"text\"/>\n</div>\n<div class=\"sa-nh-form-field\">\n<label for=\"nh-summary\">What Happened?</label>\n<textarea id=\"nh-summary\" name=\"message\" required=\"\"></textarea>\n</div>\n<label class=\"sa-nh-consent\">\n<input name=\"consent\" required=\"\" type=\"checkbox\" value=\"1\"/>\n<span>I agree to be contacted by Sam Aguiar Injury Lawyers about my case and understand that standard messaging rates may apply.</span>\n</label>\n<div aria-hidden=\"true\" class=\"sa-intake-hidden\" style=\"position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;\">\n<label>Company</label>\n<input autocomplete=\"off\" name=\"company\" tabindex=\"-1\" type=\"text\"/>\n</div>\n<button class=\"sa-nh-form-submit submit\" type=\"submit\">Get Started</button>\n<input name=\"landing_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/practice-areas/nursing-home/?registry_capture=20260615\"/><input name=\"last_page_url\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/practice-areas/nursing-home/?registry_capture=20260615\"/><input name=\"gclid\" type=\"hidden\" value=\"\"/><input name=\"gbraid\" type=\"hidden\" value=\"\"/><input name=\"wbraid\" type=\"hidden\" value=\"\"/><input name=\"utm_term\" type=\"hidden\" value=\"\"/><input name=\"utm_content\" type=\"hidden\" value=\"\"/><input name=\"email\" type=\"hidden\" value=\"\"/></form>","css":"","status":"Live","updated_at":"2026-06-15 14:52:01"},{"id":64,"name":"sa-results-hero","version":"2026-06-04","category":"Heroes & Top-of-Page","description":"Centered H1-only hero for aguiarinjurylawyers.com. Full-bleed Visible Depth navy-to-black gradient, a single centered Georgia/Times New Roman H1 with an italic-orange emphasis line, and a soft orange radial glow. NO eyebrow, NO subheadline, NO stat row, NO CTA button inside the hero. Use as the top-of-page hero on the Case Results page and any page that wants a clean, statement-style headline moment instead of the standard split-card hero. Triggers on 'results hero,' 'centered hero,' 'H1-only hero,' 'sa-results-hero,' 'statement hero,' 'Real Clients Real Results hero,' or any request for a minimal centered headline hero. Distinct from sa-cva-split-hero (image-left/copy-right) and the standard interior hero (eyebrow + subhead + trust strip) — pick one per page.","when_to_use":"Top-of-page hero when a page wants a clean, statement-style centered headline moment instead of the standard split-card or eyebrow+subhead+trust-strip hero (e.g. the Case Results page).","source_skill":"sa-results-hero","rules":"- Centered H1 only — NO eyebrow, NO subheadline, NO stat row, NO CTA button inside the hero.\n- H1 uses Georgia/Times New Roman with an italic-orange <em> emphasis line; orange (#D97706) for text only, never background.\n- Visible Depth navy-to-black gradient background with a soft orange radial glow.\n- No emoji.","live_reference":"https://previews.aguiarinjurylawyers.com/our-results-enhanced","deployment_notes":"Place as the first/top section of the page. Full-bleed. Pick ONE hero per page — distinct from sa-cva-split-hero (image-left/copy-right) and the standard interior hero. Run pre-publish-qa and playwright-visual-qa after deploy.","html":"<!-- SA RESULTS HERO (centered, H1-only) - START -->\n<section class=\"sa-results-hero\">\n  <h1>Real Clients.<br><em>Real Results.</em></h1>\n</section>\n<!-- SA RESULTS HERO - END -->","css":".sa-results-hero{position:relative;background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;overflow:hidden;text-align:center;padding:96px 24px}\n.sa-results-hero::after{content:\"\";position:absolute;inset:0;background:radial-gradient(60% 60% at 50% 0%,rgba(217,119,6,.14),transparent 70%);pointer-events:none}\n.sa-results-hero h1{position:relative;z-index:1;font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(40px,6.6vw,80px);line-height:1.06;letter-spacing:-.01em;margin:0;max-width:none;color:#fff}\n.sa-results-hero h1 em{font-style:italic;color:#D97706}\n@media(prefers-reduced-motion:reduce){.sa-results-hero{transition:none}}","status":"Beta","updated_at":"2026-06-06 16:03:24"},{"id":25,"name":"sa-snippet-box","version":"2026-06-15","category":"Heroes & Top-of-Page","description":"AI-friendly summary block at the top of content pages. Light gray surface with one Foundry-orange left rail only, plain prose, 80-120 words. Optimized for Google AI Overviews and LLM citations.","when_to_use":"Top of content pages — between the hero/trust-bar and the first body section.","source_skill":"sa-template-reference","rules":"1. AI-friendly summary block at the top of content pages.\n2. Plain prose, no marketing language, 80-120 words.\n3. Optimized for Google AI Overviews and LLM citations.\n4. Always placed between hero/trust-bar and the first body section.\n5. Visual rule: only the 4px Foundry-orange left border is allowed. No navy top, right, or bottom borders.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.\n2026-06-15: documented no three-sided navy border rule for snippet boxes.","html":"<aside class=\"sa-snippet\">\n  <p>[2-3 sentence front-loaded answer to the page's core question. Entity-based language - name statutes, agencies, places. Example: “Under KRS 304.39-060, Kentucky drivers carry no-fault PIP coverage that pays the first $10,000 of medical bills regardless of who caused the crash. After PIP exhausts, an injured driver may pursue the at-fault driver's liability carrier for remaining damages.”]</p>\n</aside>","css":".sa-snippet{background:#f7f9fa;border-left:4px solid #D97706;border-radius:6px;padding:22px 26px;margin:24px 0 32px;max-width:820px}\n.sa-snippet p{font-family:Poppins,sans-serif;font-weight:500;font-size:17px;line-height:1.55;color:#0B212D;margin:0}","status":"Live","updated_at":"2026-06-15 12:35:45"},{"id":33,"name":"sa-split-results-hero","version":"2026-06-04","category":"Heroes & Top-of-Page","description":"Louisville split-results hero — the base parent pattern for the split hero family. Full-bleed split hero: copy + Call Now CTA left, rotating Life-Changing Results card right, over the Louisville skyline. Includes prefers-reduced-motion support and a mobile rollout rule that hides the legacy mobile card hero.","when_to_use":"Top of the Louisville homepage / main Louisville pages. Parent pattern that the form-rail and results-rail city variants are derived from.","source_skill":"","rules":"1. Full-bleed 100vw, CSS scoped to .sa-split-results-hero.\n2. Copy left (H1 + single Call Now CTA with tel: href), rotating Life-Changing Results card right.\n3. Results card cycles 12 amounts on a 72s loop; See More Results links to /about-us/our-results/.\n4. Includes prefers-reduced-motion: reduce fallback (first result shown, no animation).\n5. Mobile rollout hides legacy `.sa-m-hero.loc-a` and `.sa-m-cta`.\n6. Orange #D97706 accent; no banned blues.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"WordPress Custom HTML block. Image pre-wired: /wp-content/uploads/2026/03/Louisville-Skyline-5-5.webp. Results loop = 72s, 12 amounts. Includes prefers-reduced-motion fallback and `.sa-m-hero.loc-a,.sa-m-cta{display:none}` to retire the old mobile hero. Replaces the prior comment-only stub HTML.","html":"<section class=\"sa-split-results-hero\" aria-labelledby=\"sa-split-results-hero-title\">\n  <img class=\"sa-split-results-hero__bg skip-lazy no-lazy\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Louisville-Skyline-5-5.webp\" alt=\"Louisville Kentucky skyline at dusk with the Ohio River and Big Four Bridge\" width=\"1600\" height=\"900\" loading=\"eager\" decoding=\"async\" data-no-lazy=\"1\">\n  <div class=\"sa-split-results-hero__overlay\" aria-hidden=\"true\"></div>\n  <div class=\"sa-split-results-hero__grid\">\n    <div class=\"sa-split-results-hero__copy\">\n      <h1 id=\"sa-split-results-hero-title\" class=\"sa-split-results-hero__title\">LOUISVILLE INJURY?<br><span class=\"sa-split-results-hero__title-accent\">You Focus On Getting Better.</span><br><span class=\"sa-split-results-hero__title-accent\">We Handle Everything Else.</span></h1>\n      <div class=\"sa-split-results-hero__actions\"><a class=\"sa-split-results-hero__cta\" href=\"tel:5028888888\">Call Now</a></div>\n    </div>\n    <div class=\"sa-split-results-hero__results\" aria-label=\"Representative case results\">\n      <p class=\"sa-split-results-hero__results-title\">Life-Changing Results</p>\n      <div class=\"sa-split-results-hero__results-wrap\">\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$14,000,000</div><div class=\"sa-split-results-hero__desc\">Bad Faith</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$12,000,000</div><div class=\"sa-split-results-hero__desc\">Wrongful Death</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$6,800,000</div><div class=\"sa-split-results-hero__desc\">Car Accident</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$6,250,000</div><div class=\"sa-split-results-hero__desc\">Trucking</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$6,200,000</div><div class=\"sa-split-results-hero__desc\">Delivery Vehicle</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$6,100,000</div><div class=\"sa-split-results-hero__desc\">Semi-Truck</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$6,000,000</div><div class=\"sa-split-results-hero__desc\">Premises Liability</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$5,600,000</div><div class=\"sa-split-results-hero__desc\">Wrongful Death</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$5,200,000</div><div class=\"sa-split-results-hero__desc\">Multi-Vehicle Pileup</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$4,400,000</div><div class=\"sa-split-results-hero__desc\">Pedestrian Accident</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$4,100,000</div><div class=\"sa-split-results-hero__desc\">Car Accident</div></div>\n        <div class=\"sa-split-results-hero__result\"><div class=\"sa-split-results-hero__amount\">$4,000,000</div><div class=\"sa-split-results-hero__desc\">Trucking Accident</div></div>\n      </div>\n      <a class=\"sa-split-results-hero__results-link\" href=\"https://aguiarinjurylawyers.com/about-us/our-results/\">See More Results</a>\n    </div>\n  </div>\n</section>","css":".sa-split-results-hero { --sa-hero-navy: #0B212D; --sa-hero-black: #000000; --sa-hero-orange: #D97706; --sa-hero-white: #FFFFFF; position: relative; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); min-height: 620px; overflow: hidden; isolation: isolate; background: #0B212D; font-family: Poppins, sans-serif; }\n.sa-split-results-hero *, .sa-split-results-hero *::before, .sa-split-results-hero *::after { box-sizing: border-box; font-family: Poppins, sans-serif; }\n.sa-split-results-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity:0.85; }\n.sa-split-results-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(11,33,45,0.78) 0%, rgba(11,33,45,0.35) 60%, rgba(0,0,0,0.62) 100%); }\n.sa-split-results-hero__grid { position: relative; z-index: 2; max-width: 1280px; min-height: 540px; margin: 0 auto; padding: 64px 32px 0; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }\n.sa-split-results-hero__copy { color: var(--sa-hero-white); text-align: center; }\n.sa-split-results-hero__title { font-size: clamp(28px, 3vw, 38px); font-weight: 700; line-height: 1.25; color: var(--sa-hero-white); text-shadow: 0 2px 12px rgba(0,0,0,0.4); margin: 0 auto 24px; max-width: 680px; text-align: center; letter-spacing: 0; }\n.sa-split-results-hero__title-accent { color: var(--sa-hero-orange); }\n.sa-split-results-hero__actions { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; margin: 0; }\n.sa-split-results-hero__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 60px; padding: 16px 32px; border: 1.5px solid var(--sa-hero-orange); border-radius: 6px; background: transparent; color: var(--sa-hero-orange); font-size: 18px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; box-shadow: 0 6px 18px rgba(0,0,0,0.35); transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; }\n.sa-split-results-hero__cta:hover, .sa-split-results-hero__cta:focus { color: var(--sa-hero-white); border-color: var(--sa-hero-white); background: rgba(11,33,45,0.35); transform: translateY(-1px); }\n.sa-split-results-hero__results { background: rgba(11,33,45,0.72); border: 1px solid rgba(217,119,6,0.55); border-radius: 14px; padding: 36px 30px; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,0.45); }\n.sa-split-results-hero__results-title { color: var(--sa-hero-white); font-size: 22px; font-weight: 700; margin: 0 0 24px; text-align: center; letter-spacing: 0; }\n.sa-split-results-hero__results-wrap { position: relative; height: 110px; overflow: hidden; }\n.sa-split-results-hero__result { position: absolute; top: 0; left: 0; right: 0; opacity: 0; animation: sa-split-results-hero-fade 72s infinite; text-align: center; }\n.sa-split-results-hero__amount { font-size: clamp(40px, 4.4vw, 58px); font-weight: 700; color: var(--sa-hero-orange); line-height: 1.05; letter-spacing: 0; }\n.sa-split-results-hero__desc { font-size: 20px; font-weight: 500; color: var(--sa-hero-white); margin-top: 10px; letter-spacing: 0; }\n.sa-split-results-hero__result:nth-child(1)  { animation-delay: 0s; }\n.sa-split-results-hero__result:nth-child(2)  { animation-delay: 6s; }\n.sa-split-results-hero__result:nth-child(3)  { animation-delay: 12s; }\n.sa-split-results-hero__result:nth-child(4)  { animation-delay: 18s; }\n.sa-split-results-hero__result:nth-child(5)  { animation-delay: 24s; }\n.sa-split-results-hero__result:nth-child(6)  { animation-delay: 30s; }\n.sa-split-results-hero__result:nth-child(7)  { animation-delay: 36s; }\n.sa-split-results-hero__result:nth-child(8)  { animation-delay: 42s; }\n.sa-split-results-hero__result:nth-child(9)  { animation-delay: 48s; }\n.sa-split-results-hero__result:nth-child(10) { animation-delay: 54s; }\n.sa-split-results-hero__result:nth-child(11) { animation-delay: 60s; }\n.sa-split-results-hero__result:nth-child(12) { animation-delay: 66s; }\n@keyframes sa-split-results-hero-fade { 0% { opacity: 0; transform: translateY(12px); } 2% { opacity: 1; transform: translateY(0); } 7% { opacity: 1; transform: translateY(0); } 8.33% { opacity: 0; transform: translateY(-10px); } 100% { opacity: 0; } }\n.sa-split-results-hero__results-link { display: inline-block; margin-top: 6px; color: var(--sa-hero-orange); font-size: 20px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(217,119,6,0.65); padding-bottom: 2px; letter-spacing: 0; }\n.sa-split-results-hero__results-link:hover, .sa-split-results-hero__results-link:focus { color: var(--sa-hero-white); border-bottom-color: var(--sa-hero-white); }\n@media (prefers-reduced-motion: reduce) { .sa-split-results-hero__result { animation: none; } .sa-split-results-hero__result:first-child { opacity: 1; } }\n@media (max-width: 900px) { .sa-split-results-hero { min-height: 0; } .sa-split-results-hero__grid { grid-template-columns: 1fr; gap: 36px; padding: 48px 20px 0 20px; min-height: 0; } .sa-split-results-hero__results { padding: 28px 22px; } .sa-split-results-hero__results-wrap { height: 130px; } }\n@media (max-width: 768px) { .sa-split-results-hero__title { font-size: 32px; } }\n@media (max-width: 420px) { .sa-split-results-hero__grid { padding-left: 20px; padding-right: 20px; } .sa-split-results-hero__title { font-size: 30px; } .sa-split-results-hero__cta { width: min(100%, 264px); } .sa-split-results-hero__results { border-radius: 12px; } .sa-split-results-hero__amount { font-size: 42px; } }\n/* Louisville rollout: hide existing mobile card hero so the new responsive split-results hero owns both viewports */\n.sa-m-hero.loc-a, .sa-m-cta { display: none !important; }","status":"Live","updated_at":"2026-06-06 16:03:22"},{"id":27,"name":"sa-toc","version":"2026-06-05","category":"Heroes & Top-of-Page","description":"Dropdown 'On This Page' table-of-contents using the live .sa-toc-wrap design. ALWAYS starts closed on every viewport (desktop and mobile) — the <details> element must never carry the open attribute. Never use the deprecated static .sa-toc-wrapper variant.","when_to_use":"Long content pages (1500+ words) with five or more h2 sections.","source_skill":"toc-design","rules":"1. Dropdown 'On This Page' table-of-contents — single canonical version is the live .sa-toc-wrap design.\n2. ALWAYS starts CLOSED on every viewport (desktop AND mobile). The <details class=\"sa-toc-wrap\"> element must NEVER carry the open attribute. Correct tag: <details class=\"sa-toc-wrap\" id=\"sa-toc-wrap\">. Strip a stray ' open' on sight.\n3. Never use the static .sa-toc-wrapper variant — that's a deprecated pattern.\n4. Pull headings from h2 anchors on the page automatically.\n5. toc-design is the canonical source skill for all TOC rules.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<details class=\"sa-toc-wrap\">\n  <summary>On This Page</summary>\n  <ol class=\"sa-toc-list\">\n    <li><a href=\"#section-1\">[H2 Title 1]</a></li>\n    <li><a href=\"#section-2\">[H2 Title 2]</a></li>\n    <li><a href=\"#section-3\">[H2 Title 3]</a></li>\n    <li><a href=\"#section-4\">[H2 Title 4]</a></li>\n  </ol>\n</details>","css":".sa-toc-wrap{background:#f7f9fa;border-left:4px solid #D97706;border-radius:6px;margin:24px 0 32px;max-width:820px;font-family:Poppins,sans-serif}\n.sa-toc-wrap summary{font-weight:700;font-size:15px;color:#0B212D;padding:14px 22px;cursor:pointer;list-style:none;position:relative;letter-spacing:1px;text-transform:uppercase}\n.sa-toc-wrap summary::-webkit-details-marker{display:none}\n.sa-toc-wrap summary::after{content:\"▾\";position:absolute;right:22px;color:#D97706;transition:transform .2s}\n.sa-toc-wrap[open] summary::after{transform:rotate(180deg)}\n.sa-toc-list{margin:0;padding:0 22px 18px 40px}\n.sa-toc-list li{font-weight:500;font-size:14px;padding:4px 0}\n.sa-toc-list a{color:#0B212D;text-decoration:none;border-bottom:1px solid transparent}\n.sa-toc-list a:hover{border-bottom-color:#D97706}","status":"Live","updated_at":"2026-06-06 00:19:28"},{"id":86,"name":"sa6-hero-bicycle-accident","version":"2026-06-09","category":"Heroes & Top-of-Page","description":"Split-card v7 form hero for the Bicycle page. Uses a dark navy hero shell, centered H1/image column, and white right-side intake card with no email field and one GET STARTED action.","when_to_use":"Use on /practice-areas/bicycle-accident/ when that page needs the v7 split-card hero with the intake form visible above the fold.","source_skill":"hero-mockups-v7","rules":"Keep as a two-column split-card hero on desktop: content and image left, white intake card right.\nNo email field in this v7 hero form; use Full Name, Phone, Case Type, optional injury field where appropriate, Details, consent, and one GET STARTED button.\nH1 stays short, direct, and all caps; do not add eyebrow text or a second CTA in the hero.\nWrongful Death variant removes the Were You Injured field and makes Case Type full width.\nUse real or approved page-specific imagery only; avoid images that imply client fault.\nDeploy through the SAIL homepage intake/form bridge or equivalent WordPress form wiring before publishing.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/bicycle-accident/","deployment_notes":"Source: local mockup hero-mockups-v7.html. Target page: https://aguiarinjurylawyers.com/practice-areas/bicycle-accident/. Deploy via [sal_homepage_intake] hero variant or equivalent contact-intake wiring; convert demo input IDs/buttons to the production form bridge before live use.","html":"<section class=\"sa6-hero\" aria-label=\"HIT WHILE RIDING YOUR BIKE?\">\n  <div class=\"sa6-hero__grid\">\n    <div class=\"sa6-hero__left\">\n      <h1 class=\"sa6-hero__h1\">HIT WHILE RIDING YOUR BIKE?</h1>\n      <p class=\"sa6-hero__sub\">Our award-winning attorneys are here to get everything you are owed.</p>\n      <div class=\"sa6-hero__imgwrap\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Bike-Accident.webp\" alt=\"Bicycle on the ground after a Louisville crash\" loading=\"eager\" referrerpolicy=\"no-referrer\"></div>\n    </div>\n    <div class=\"sa6-form-card\">\n      <p class=\"sa6-form-card__title\">Tell Us About Your Case</p>\n      <div class=\"sa6-form\">\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"fn3\">Full Name *</label><input id=\"fn3\" type=\"text\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ph3\">Phone *</label><input id=\"ph3\" type=\"tel\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ct3\">Case Type *</label><select id=\"ct3\"><option>Case Type</option><option>Car Accident</option><option>Truck Accident</option><option>Motorcycle Accident</option><option>Rideshare Accident</option><option>Pedestrian Accident</option><option>Wrongful Death</option><option selected>Other</option></select></div><div class=\"sa-field\"><label class=\"sa-field-label\" for=\"inj3\">Were You Injured? *</label><select id=\"inj3\"><option>Were You Injured?</option><option>Yes</option><option>No</option></select></div>\n        <div class=\"sa-field sa-field--full\"><label class=\"sa-field-label\" for=\"dt3\">Details</label><textarea id=\"dt3\" rows=\"2\" placeholder=\"What happened?\"></textarea></div>\n        <div class=\"sa6-consent\"><input type=\"checkbox\" id=\"cs3\"><label for=\"cs3\">I agree to be contacted about my potential case and understand that standard messaging rates may apply.</label></div>\n        <button class=\"sa6-submit\" type=\"button\">GET STARTED</button>\n      </div>\n    </div>\n  </div>\n</section>","css":".sa6-hero{position:relative;width:100%;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);font-family:'Poppins',system-ui,sans-serif;}\n.sa6-hero__grid{display:grid;grid-template-columns:1.08fr 0.92fr;gap:clamp(24px,3vw,48px);max-width:1280px;margin:0 auto;padding:40px clamp(20px,3vw,48px);align-items:center;}\n.sa6-hero__left{display:flex;flex-direction:column;align-items:center;text-align:center;}\n.sa6-hero__h1{font-family:'Poppins',system-ui,sans-serif;font-weight:700;font-size:clamp(24px,2.7vw,34px);line-height:1.12;color:#FFFFFF;text-align:center;margin:0 0 12px;text-shadow:0 2px 12px rgba(0,0,0,0.4);white-space:nowrap;letter-spacing:-0.01em;}\n.sa6-hero__sub{font-size:18px;font-weight:500;line-height:1.5;color:#FFFFFF;text-align:center;max-width:30ch;margin:0 0 20px;}\n.sa6-hero__imgwrap{width:100%;max-width:560px;height:230px;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(11,33,45,0.12);}\n.sa6-hero__imgwrap img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa6-form-card{background:#FFFFFF;border:1px solid rgba(11,33,45,0.08);border-radius:16px;padding:24px 22px;width:100%;box-shadow:0 12px 32px rgba(11,33,45,0.18);text-align:left;box-sizing:border-box;}\n.sa6-form-card__title{font-size:18px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#0B212D;margin:0 0 12px;text-align:center;}\n.sa6-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;}\n.sa6-form .sa-field{margin:0;}\n.sa6-form .sa-field--full{grid-column:1 / -1;}\n.sa6-form .sa-field-label{display:block;margin:0 0 5px;font-size:12.5px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#0B212D;}\n.sa6-form input,.sa6-form select,.sa6-form textarea{width:100%;font-family:'Poppins',system-ui,sans-serif;font-size:15px;line-height:1.3;color:#0B212D;background:#FFFFFF;border:2px solid #C7D4E3;border-radius:10px;padding:10px 12px;box-sizing:border-box;}\n.sa6-form textarea{resize:vertical;min-height:64px;}\n.sa6-form select{appearance:none;-webkit-appearance:none;padding-right:40px;background-image:linear-gradient(45deg,transparent 50%,#7f92a3 50%),linear-gradient(135deg,#7f92a3 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-size:9px 9px,9px 9px;background-repeat:no-repeat;}\n.sa6-consent{grid-column:1 / -1;display:flex;align-items:flex-start;gap:9px;margin:2px 0 2px;}\n.sa6-consent input[type=checkbox]{width:18px;height:18px;margin-top:1px;flex:0 0 auto;accent-color:#F89C22;}\n.sa6-consent label{color:#0B212D;font-size:12.5px;line-height:1.42;font-weight:500;}\n.sa6-submit{grid-column:1 / -1;width:100%;border:2px solid #F89C22;border-radius:10px;padding:15px;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);color:#FFFFFF;font-family:'Poppins',system-ui,sans-serif;font-size:17px;font-weight:700;letter-spacing:0.04em;cursor:pointer;}\n@media (max-width: 900px){.sa6-hero__grid{grid-template-columns:1fr;}.sa6-hero__imgwrap{height:200px;}}\n@media (max-width: 768px){.sa6-hero__sub{display:none;}.sa6-hero__h1{white-space:normal;}}\n@media (max-width: 560px){.sa6-form{grid-template-columns:1fr;}}","status":"Beta","updated_at":"2026-06-09 17:31:06"},{"id":88,"name":"sa6-hero-delivery-vehicle","version":"2026-06-09","category":"Heroes & Top-of-Page","description":"Split-card v7 form hero for the Delivery Vehicle page. Uses a dark navy hero shell, centered H1/image column, and white right-side intake card with no email field and one GET STARTED action.","when_to_use":"Use on /delivery-vehicle-network-driving-accidents/ when that page needs the v7 split-card hero with the intake form visible above the fold.","source_skill":"hero-mockups-v7","rules":"Keep as a two-column split-card hero on desktop: content and image left, white intake card right.\nNo email field in this v7 hero form; use Full Name, Phone, Case Type, optional injury field where appropriate, Details, consent, and one GET STARTED button.\nH1 stays short, direct, and all caps; do not add eyebrow text or a second CTA in the hero.\nWrongful Death variant removes the Were You Injured field and makes Case Type full width.\nUse real or approved page-specific imagery only; avoid images that imply client fault.\nDeploy through the SAIL homepage intake/form bridge or equivalent WordPress form wiring before publishing.","live_reference":"https://aguiarinjurylawyers.com/delivery-vehicle-network-driving-accidents/","deployment_notes":"Source: local mockup hero-mockups-v7.html. Target page: https://aguiarinjurylawyers.com/delivery-vehicle-network-driving-accidents/. Deploy via [sal_homepage_intake] hero variant or equivalent contact-intake wiring; convert demo input IDs/buttons to the production form bridge before live use. Mockup note: Real Amazon van crash photo.","html":"<section class=\"sa6-hero\" aria-label=\"HIT BY A DELIVERY TRUCK?\">\n  <div class=\"sa6-hero__grid\">\n    <div class=\"sa6-hero__left\">\n      <h1 class=\"sa6-hero__h1\">HIT BY A DELIVERY TRUCK?</h1>\n      <p class=\"sa6-hero__sub\">Our award-winning attorneys are here to get everything you are owed.</p>\n      <div class=\"sa6-hero__imgwrap\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/pedestrian-crossing-danger-stock.webp\" alt=\"Amazon delivery van collision\" loading=\"eager\" referrerpolicy=\"no-referrer\"></div>\n    </div>\n    <div class=\"sa6-form-card\">\n      <p class=\"sa6-form-card__title\">Tell Us About Your Case</p>\n      <div class=\"sa6-form\">\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"fn5\">Full Name *</label><input id=\"fn5\" type=\"text\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ph5\">Phone *</label><input id=\"ph5\" type=\"tel\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ct5\">Case Type *</label><select id=\"ct5\"><option>Case Type</option><option>Car Accident</option><option selected>Truck Accident</option><option>Motorcycle Accident</option><option>Rideshare Accident</option><option>Pedestrian Accident</option><option>Wrongful Death</option><option>Other</option></select></div><div class=\"sa-field\"><label class=\"sa-field-label\" for=\"inj5\">Were You Injured? *</label><select id=\"inj5\"><option>Were You Injured?</option><option>Yes</option><option>No</option></select></div>\n        <div class=\"sa-field sa-field--full\"><label class=\"sa-field-label\" for=\"dt5\">Details</label><textarea id=\"dt5\" rows=\"2\" placeholder=\"What happened?\"></textarea></div>\n        <div class=\"sa6-consent\"><input type=\"checkbox\" id=\"cs5\"><label for=\"cs5\">I agree to be contacted about my potential case and understand that standard messaging rates may apply.</label></div>\n        <button class=\"sa6-submit\" type=\"button\">GET STARTED</button>\n      </div>\n    </div>\n  </div>\n</section>","css":".sa6-hero{position:relative;width:100%;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);font-family:'Poppins',system-ui,sans-serif;}\n.sa6-hero__grid{display:grid;grid-template-columns:1.08fr 0.92fr;gap:clamp(24px,3vw,48px);max-width:1280px;margin:0 auto;padding:40px clamp(20px,3vw,48px);align-items:center;}\n.sa6-hero__left{display:flex;flex-direction:column;align-items:center;text-align:center;}\n.sa6-hero__h1{font-family:'Poppins',system-ui,sans-serif;font-weight:700;font-size:clamp(24px,2.7vw,34px);line-height:1.12;color:#FFFFFF;text-align:center;margin:0 0 12px;text-shadow:0 2px 12px rgba(0,0,0,0.4);white-space:nowrap;letter-spacing:-0.01em;}\n.sa6-hero__sub{font-size:18px;font-weight:500;line-height:1.5;color:#FFFFFF;text-align:center;max-width:30ch;margin:0 0 20px;}\n.sa6-hero__imgwrap{width:100%;max-width:560px;height:230px;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(11,33,45,0.12);}\n.sa6-hero__imgwrap img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa6-form-card{background:#FFFFFF;border:1px solid rgba(11,33,45,0.08);border-radius:16px;padding:24px 22px;width:100%;box-shadow:0 12px 32px rgba(11,33,45,0.18);text-align:left;box-sizing:border-box;}\n.sa6-form-card__title{font-size:18px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#0B212D;margin:0 0 12px;text-align:center;}\n.sa6-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;}\n.sa6-form .sa-field{margin:0;}\n.sa6-form .sa-field--full{grid-column:1 / -1;}\n.sa6-form .sa-field-label{display:block;margin:0 0 5px;font-size:12.5px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#0B212D;}\n.sa6-form input,.sa6-form select,.sa6-form textarea{width:100%;font-family:'Poppins',system-ui,sans-serif;font-size:15px;line-height:1.3;color:#0B212D;background:#FFFFFF;border:2px solid #C7D4E3;border-radius:10px;padding:10px 12px;box-sizing:border-box;}\n.sa6-form textarea{resize:vertical;min-height:64px;}\n.sa6-form select{appearance:none;-webkit-appearance:none;padding-right:40px;background-image:linear-gradient(45deg,transparent 50%,#7f92a3 50%),linear-gradient(135deg,#7f92a3 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-size:9px 9px,9px 9px;background-repeat:no-repeat;}\n.sa6-consent{grid-column:1 / -1;display:flex;align-items:flex-start;gap:9px;margin:2px 0 2px;}\n.sa6-consent input[type=checkbox]{width:18px;height:18px;margin-top:1px;flex:0 0 auto;accent-color:#F89C22;}\n.sa6-consent label{color:#0B212D;font-size:12.5px;line-height:1.42;font-weight:500;}\n.sa6-submit{grid-column:1 / -1;width:100%;border:2px solid #F89C22;border-radius:10px;padding:15px;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);color:#FFFFFF;font-family:'Poppins',system-ui,sans-serif;font-size:17px;font-weight:700;letter-spacing:0.04em;cursor:pointer;}\n@media (max-width: 900px){.sa6-hero__grid{grid-template-columns:1fr;}.sa6-hero__imgwrap{height:200px;}}\n@media (max-width: 768px){.sa6-hero__sub{display:none;}.sa6-hero__h1{white-space:normal;}}\n@media (max-width: 560px){.sa6-form{grid-template-columns:1fr;}}","status":"Beta","updated_at":"2026-06-09 17:31:06"},{"id":85,"name":"sa6-hero-pedestrian-accident","version":"2026-06-09","category":"Heroes & Top-of-Page","description":"Split-card v7 form hero for the Pedestrian page. Uses a dark navy hero shell, centered H1/image column, and white right-side intake card with no email field and one GET STARTED action.","when_to_use":"Use on /practice-areas/pedestrian-accident/ when that page needs the v7 split-card hero with the intake form visible above the fold.","source_skill":"hero-mockups-v7","rules":"Keep as a two-column split-card hero on desktop: content and image left, white intake card right.\nNo email field in this v7 hero form; use Full Name, Phone, Case Type, optional injury field where appropriate, Details, consent, and one GET STARTED button.\nH1 stays short, direct, and all caps; do not add eyebrow text or a second CTA in the hero.\nWrongful Death variant removes the Were You Injured field and makes Case Type full width.\nUse real or approved page-specific imagery only; avoid images that imply client fault.\nDeploy through the SAIL homepage intake/form bridge or equivalent WordPress form wiring before publishing.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/pedestrian-accident/","deployment_notes":"Source: local mockup hero-mockups-v7.html. Target page: https://aguiarinjurylawyers.com/practice-areas/pedestrian-accident/. Deploy via [sal_homepage_intake] hero variant or equivalent contact-intake wiring; convert demo input IDs/buttons to the production form bridge before live use. Mockup note: AI-edited from the real crosswalk photo: phone removed (no at-fault implication). For deploy this uploads to the media library as pedestrian-crossing-no-phone.webp; the AI-suggestive crosswalk originals are flagged for removal.","html":"<section class=\"sa6-hero\" aria-label=\"HIT BY A CAR?\">\n  <div class=\"sa6-hero__grid\">\n    <div class=\"sa6-hero__left\">\n      <h1 class=\"sa6-hero__h1\">HIT BY A CAR?</h1>\n      <p class=\"sa6-hero__sub\">Our award-winning attorneys are here to get everything you are owed.</p>\n      <div class=\"sa6-hero__imgwrap\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/pedestrian-crossing-no-phone.webp\" alt=\"Pedestrian crossing a Louisville street\" loading=\"eager\" referrerpolicy=\"no-referrer\"></div>\n    </div>\n    <div class=\"sa6-form-card\">\n      <p class=\"sa6-form-card__title\">Tell Us About Your Case</p>\n      <div class=\"sa6-form\">\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"fn2\">Full Name *</label><input id=\"fn2\" type=\"text\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ph2\">Phone *</label><input id=\"ph2\" type=\"tel\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ct2\">Case Type *</label><select id=\"ct2\"><option>Case Type</option><option>Car Accident</option><option>Truck Accident</option><option>Motorcycle Accident</option><option>Rideshare Accident</option><option selected>Pedestrian Accident</option><option>Wrongful Death</option><option>Other</option></select></div><div class=\"sa-field\"><label class=\"sa-field-label\" for=\"inj2\">Were You Injured? *</label><select id=\"inj2\"><option>Were You Injured?</option><option>Yes</option><option>No</option></select></div>\n        <div class=\"sa-field sa-field--full\"><label class=\"sa-field-label\" for=\"dt2\">Details</label><textarea id=\"dt2\" rows=\"2\" placeholder=\"What happened?\"></textarea></div>\n        <div class=\"sa6-consent\"><input type=\"checkbox\" id=\"cs2\"><label for=\"cs2\">I agree to be contacted about my potential case and understand that standard messaging rates may apply.</label></div>\n        <button class=\"sa6-submit\" type=\"button\">GET STARTED</button>\n      </div>\n    </div>\n  </div>\n</section>","css":".sa6-hero{position:relative;width:100%;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);font-family:'Poppins',system-ui,sans-serif;}\n.sa6-hero__grid{display:grid;grid-template-columns:1.08fr 0.92fr;gap:clamp(24px,3vw,48px);max-width:1280px;margin:0 auto;padding:40px clamp(20px,3vw,48px);align-items:center;}\n.sa6-hero__left{display:flex;flex-direction:column;align-items:center;text-align:center;}\n.sa6-hero__h1{font-family:'Poppins',system-ui,sans-serif;font-weight:700;font-size:clamp(24px,2.7vw,34px);line-height:1.12;color:#FFFFFF;text-align:center;margin:0 0 12px;text-shadow:0 2px 12px rgba(0,0,0,0.4);white-space:nowrap;letter-spacing:-0.01em;}\n.sa6-hero__sub{font-size:18px;font-weight:500;line-height:1.5;color:#FFFFFF;text-align:center;max-width:30ch;margin:0 0 20px;}\n.sa6-hero__imgwrap{width:100%;max-width:560px;height:230px;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(11,33,45,0.12);}\n.sa6-hero__imgwrap img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa6-form-card{background:#FFFFFF;border:1px solid rgba(11,33,45,0.08);border-radius:16px;padding:24px 22px;width:100%;box-shadow:0 12px 32px rgba(11,33,45,0.18);text-align:left;box-sizing:border-box;}\n.sa6-form-card__title{font-size:18px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#0B212D;margin:0 0 12px;text-align:center;}\n.sa6-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;}\n.sa6-form .sa-field{margin:0;}\n.sa6-form .sa-field--full{grid-column:1 / -1;}\n.sa6-form .sa-field-label{display:block;margin:0 0 5px;font-size:12.5px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#0B212D;}\n.sa6-form input,.sa6-form select,.sa6-form textarea{width:100%;font-family:'Poppins',system-ui,sans-serif;font-size:15px;line-height:1.3;color:#0B212D;background:#FFFFFF;border:2px solid #C7D4E3;border-radius:10px;padding:10px 12px;box-sizing:border-box;}\n.sa6-form textarea{resize:vertical;min-height:64px;}\n.sa6-form select{appearance:none;-webkit-appearance:none;padding-right:40px;background-image:linear-gradient(45deg,transparent 50%,#7f92a3 50%),linear-gradient(135deg,#7f92a3 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-size:9px 9px,9px 9px;background-repeat:no-repeat;}\n.sa6-consent{grid-column:1 / -1;display:flex;align-items:flex-start;gap:9px;margin:2px 0 2px;}\n.sa6-consent input[type=checkbox]{width:18px;height:18px;margin-top:1px;flex:0 0 auto;accent-color:#F89C22;}\n.sa6-consent label{color:#0B212D;font-size:12.5px;line-height:1.42;font-weight:500;}\n.sa6-submit{grid-column:1 / -1;width:100%;border:2px solid #F89C22;border-radius:10px;padding:15px;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);color:#FFFFFF;font-family:'Poppins',system-ui,sans-serif;font-size:17px;font-weight:700;letter-spacing:0.04em;cursor:pointer;}\n@media (max-width: 900px){.sa6-hero__grid{grid-template-columns:1fr;}.sa6-hero__imgwrap{height:200px;}}\n@media (max-width: 768px){.sa6-hero__sub{display:none;}.sa6-hero__h1{white-space:normal;}}\n@media (max-width: 560px){.sa6-form{grid-template-columns:1fr;}}","status":"Beta","updated_at":"2026-06-09 17:31:06"},{"id":84,"name":"sa6-hero-truck-accident","version":"2026-06-09","category":"Heroes & Top-of-Page","description":"Split-card v7 form hero for the Truck Accident page. Uses a dark navy hero shell, centered H1/image column, and white right-side intake card with no email field and one GET STARTED action.","when_to_use":"Use on /practice-areas/truck-accident/ when that page needs the v7 split-card hero with the intake form visible above the fold.","source_skill":"hero-mockups-v7","rules":"Keep as a two-column split-card hero on desktop: content and image left, white intake card right.\nNo email field in this v7 hero form; use Full Name, Phone, Case Type, optional injury field where appropriate, Details, consent, and one GET STARTED button.\nH1 stays short, direct, and all caps; do not add eyebrow text or a second CTA in the hero.\nWrongful Death variant removes the Were You Injured field and makes Case Type full width.\nUse real or approved page-specific imagery only; avoid images that imply client fault.\nDeploy through the SAIL homepage intake/form bridge or equivalent WordPress form wiring before publishing.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/truck-accident/","deployment_notes":"Source: local mockup hero-mockups-v7.html. Target page: https://aguiarinjurylawyers.com/practice-areas/truck-accident/. Deploy via [sal_homepage_intake] hero variant or equivalent contact-intake wiring; convert demo input IDs/buttons to the production form bridge before live use.","html":"<section class=\"sa6-hero\" aria-label=\"HIT BY A SEMI IN KENTUCKY?\">\n  <div class=\"sa6-hero__grid\">\n    <div class=\"sa6-hero__left\">\n      <h1 class=\"sa6-hero__h1\">HIT BY A SEMI IN KENTUCKY?</h1>\n      <p class=\"sa6-hero__sub\">Our award-winning attorneys are here to get everything you are owed.</p>\n      <div class=\"sa6-hero__imgwrap\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/semi-trucks-row-parked.webp\" alt=\"Kentucky truck accident lawyers\" loading=\"eager\" referrerpolicy=\"no-referrer\"></div>\n    </div>\n    <div class=\"sa6-form-card\">\n      <p class=\"sa6-form-card__title\">Tell Us About Your Case</p>\n      <div class=\"sa6-form\">\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"fn1\">Full Name *</label><input id=\"fn1\" type=\"text\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ph1\">Phone *</label><input id=\"ph1\" type=\"tel\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ct1\">Case Type *</label><select id=\"ct1\"><option>Case Type</option><option>Car Accident</option><option selected>Truck Accident</option><option>Motorcycle Accident</option><option>Rideshare Accident</option><option>Pedestrian Accident</option><option>Wrongful Death</option><option>Other</option></select></div><div class=\"sa-field\"><label class=\"sa-field-label\" for=\"inj1\">Were You Injured? *</label><select id=\"inj1\"><option>Were You Injured?</option><option>Yes</option><option>No</option></select></div>\n        <div class=\"sa-field sa-field--full\"><label class=\"sa-field-label\" for=\"dt1\">Details</label><textarea id=\"dt1\" rows=\"2\" placeholder=\"What happened?\"></textarea></div>\n        <div class=\"sa6-consent\"><input type=\"checkbox\" id=\"cs1\"><label for=\"cs1\">I agree to be contacted about my potential case and understand that standard messaging rates may apply.</label></div>\n        <button class=\"sa6-submit\" type=\"button\">GET STARTED</button>\n      </div>\n    </div>\n  </div>\n</section>","css":".sa6-hero{position:relative;width:100%;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);font-family:'Poppins',system-ui,sans-serif;}\n.sa6-hero__grid{display:grid;grid-template-columns:1.08fr 0.92fr;gap:clamp(24px,3vw,48px);max-width:1280px;margin:0 auto;padding:40px clamp(20px,3vw,48px);align-items:center;}\n.sa6-hero__left{display:flex;flex-direction:column;align-items:center;text-align:center;}\n.sa6-hero__h1{font-family:'Poppins',system-ui,sans-serif;font-weight:700;font-size:clamp(24px,2.7vw,34px);line-height:1.12;color:#FFFFFF;text-align:center;margin:0 0 12px;text-shadow:0 2px 12px rgba(0,0,0,0.4);white-space:nowrap;letter-spacing:-0.01em;}\n.sa6-hero__sub{font-size:18px;font-weight:500;line-height:1.5;color:#FFFFFF;text-align:center;max-width:30ch;margin:0 0 20px;}\n.sa6-hero__imgwrap{width:100%;max-width:560px;height:230px;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(11,33,45,0.12);}\n.sa6-hero__imgwrap img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa6-form-card{background:#FFFFFF;border:1px solid rgba(11,33,45,0.08);border-radius:16px;padding:24px 22px;width:100%;box-shadow:0 12px 32px rgba(11,33,45,0.18);text-align:left;box-sizing:border-box;}\n.sa6-form-card__title{font-size:18px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#0B212D;margin:0 0 12px;text-align:center;}\n.sa6-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;}\n.sa6-form .sa-field{margin:0;}\n.sa6-form .sa-field--full{grid-column:1 / -1;}\n.sa6-form .sa-field-label{display:block;margin:0 0 5px;font-size:12.5px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#0B212D;}\n.sa6-form input,.sa6-form select,.sa6-form textarea{width:100%;font-family:'Poppins',system-ui,sans-serif;font-size:15px;line-height:1.3;color:#0B212D;background:#FFFFFF;border:2px solid #C7D4E3;border-radius:10px;padding:10px 12px;box-sizing:border-box;}\n.sa6-form textarea{resize:vertical;min-height:64px;}\n.sa6-form select{appearance:none;-webkit-appearance:none;padding-right:40px;background-image:linear-gradient(45deg,transparent 50%,#7f92a3 50%),linear-gradient(135deg,#7f92a3 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-size:9px 9px,9px 9px;background-repeat:no-repeat;}\n.sa6-consent{grid-column:1 / -1;display:flex;align-items:flex-start;gap:9px;margin:2px 0 2px;}\n.sa6-consent input[type=checkbox]{width:18px;height:18px;margin-top:1px;flex:0 0 auto;accent-color:#F89C22;}\n.sa6-consent label{color:#0B212D;font-size:12.5px;line-height:1.42;font-weight:500;}\n.sa6-submit{grid-column:1 / -1;width:100%;border:2px solid #F89C22;border-radius:10px;padding:15px;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);color:#FFFFFF;font-family:'Poppins',system-ui,sans-serif;font-size:17px;font-weight:700;letter-spacing:0.04em;cursor:pointer;}\n@media (max-width: 900px){.sa6-hero__grid{grid-template-columns:1fr;}.sa6-hero__imgwrap{height:200px;}}\n@media (max-width: 768px){.sa6-hero__sub{display:none;}.sa6-hero__h1{white-space:normal;}}\n@media (max-width: 560px){.sa6-form{grid-template-columns:1fr;}}","status":"Beta","updated_at":"2026-06-09 17:31:06"},{"id":87,"name":"sa6-hero-wrongful-death","version":"2026-06-09","category":"Heroes & Top-of-Page","description":"Split-card v7 form hero for the Wrongful Death page. Uses a dark navy hero shell, centered H1/image column, and white right-side intake card with no email field and one GET STARTED action.","when_to_use":"Use on /practice-areas/wrongful-death/ when that page needs the v7 split-card hero with the intake form visible above the fold.","source_skill":"hero-mockups-v7","rules":"Keep as a two-column split-card hero on desktop: content and image left, white intake card right.\nNo email field in this v7 hero form; use Full Name, Phone, Case Type, optional injury field where appropriate, Details, consent, and one GET STARTED button.\nH1 stays short, direct, and all caps; do not add eyebrow text or a second CTA in the hero.\nWrongful Death variant removes the Were You Injured field and makes Case Type full width.\nUse real or approved page-specific imagery only; avoid images that imply client fault.\nDeploy through the SAIL homepage intake/form bridge or equivalent WordPress form wiring before publishing.","live_reference":"https://aguiarinjurylawyers.com/practice-areas/wrongful-death/","deployment_notes":"Source: local mockup hero-mockups-v7.html. Target page: https://aguiarinjurylawyers.com/practice-areas/wrongful-death/. Deploy via [sal_homepage_intake] hero variant or equivalent contact-intake wiring; convert demo input IDs/buttons to the production form bridge before live use. Mockup note: Image now the library grief photo (Sad-Woman-Grieving). 'Were You Injured?' removed for a death case; Case Type spans full width. Could swap in a 'Your relationship to them' field instead, your call.","html":"<section class=\"sa6-hero\" aria-label=\"LOST A LOVED ONE?\">\n  <div class=\"sa6-hero__grid\">\n    <div class=\"sa6-hero__left\">\n      <h1 class=\"sa6-hero__h1\">LOST A LOVED ONE?</h1>\n      <p class=\"sa6-hero__sub\">Our award-winning attorneys are here to get everything you are owed.</p>\n      <div class=\"sa6-hero__imgwrap\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Sad-Woman-Grieving-scaled.webp\" alt=\"Grieving woman after losing a loved one\" loading=\"eager\" referrerpolicy=\"no-referrer\"></div>\n    </div>\n    <div class=\"sa6-form-card\">\n      <p class=\"sa6-form-card__title\">Tell Us About Your Case</p>\n      <div class=\"sa6-form\">\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"fn4\">Full Name *</label><input id=\"fn4\" type=\"text\"></div>\n        <div class=\"sa-field\"><label class=\"sa-field-label\" for=\"ph4\">Phone *</label><input id=\"ph4\" type=\"tel\"></div>\n        <div class=\"sa-field sa-field--full\"><label class=\"sa-field-label\" for=\"ct4\">Case Type *</label><select id=\"ct4\"><option>Case Type</option><option>Car Accident</option><option>Truck Accident</option><option>Motorcycle Accident</option><option>Rideshare Accident</option><option>Pedestrian Accident</option><option selected>Wrongful Death</option><option>Other</option></select></div>\n        <div class=\"sa-field sa-field--full\"><label class=\"sa-field-label\" for=\"dt4\">Details</label><textarea id=\"dt4\" rows=\"2\" placeholder=\"What happened?\"></textarea></div>\n        <div class=\"sa6-consent\"><input type=\"checkbox\" id=\"cs4\"><label for=\"cs4\">I agree to be contacted about my potential case and understand that standard messaging rates may apply.</label></div>\n        <button class=\"sa6-submit\" type=\"button\">GET STARTED</button>\n      </div>\n    </div>\n  </div>\n</section>","css":".sa6-hero{position:relative;width:100%;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);font-family:'Poppins',system-ui,sans-serif;}\n.sa6-hero__grid{display:grid;grid-template-columns:1.08fr 0.92fr;gap:clamp(24px,3vw,48px);max-width:1280px;margin:0 auto;padding:40px clamp(20px,3vw,48px);align-items:center;}\n.sa6-hero__left{display:flex;flex-direction:column;align-items:center;text-align:center;}\n.sa6-hero__h1{font-family:'Poppins',system-ui,sans-serif;font-weight:700;font-size:clamp(24px,2.7vw,34px);line-height:1.12;color:#FFFFFF;text-align:center;margin:0 0 12px;text-shadow:0 2px 12px rgba(0,0,0,0.4);white-space:nowrap;letter-spacing:-0.01em;}\n.sa6-hero__sub{font-size:18px;font-weight:500;line-height:1.5;color:#FFFFFF;text-align:center;max-width:30ch;margin:0 0 20px;}\n.sa6-hero__imgwrap{width:100%;max-width:560px;height:230px;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(11,33,45,0.12);}\n.sa6-hero__imgwrap img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa6-form-card{background:#FFFFFF;border:1px solid rgba(11,33,45,0.08);border-radius:16px;padding:24px 22px;width:100%;box-shadow:0 12px 32px rgba(11,33,45,0.18);text-align:left;box-sizing:border-box;}\n.sa6-form-card__title{font-size:18px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#0B212D;margin:0 0 12px;text-align:center;}\n.sa6-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;}\n.sa6-form .sa-field{margin:0;}\n.sa6-form .sa-field--full{grid-column:1 / -1;}\n.sa6-form .sa-field-label{display:block;margin:0 0 5px;font-size:12.5px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#0B212D;}\n.sa6-form input,.sa6-form select,.sa6-form textarea{width:100%;font-family:'Poppins',system-ui,sans-serif;font-size:15px;line-height:1.3;color:#0B212D;background:#FFFFFF;border:2px solid #C7D4E3;border-radius:10px;padding:10px 12px;box-sizing:border-box;}\n.sa6-form textarea{resize:vertical;min-height:64px;}\n.sa6-form select{appearance:none;-webkit-appearance:none;padding-right:40px;background-image:linear-gradient(45deg,transparent 50%,#7f92a3 50%),linear-gradient(135deg,#7f92a3 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-size:9px 9px,9px 9px;background-repeat:no-repeat;}\n.sa6-consent{grid-column:1 / -1;display:flex;align-items:flex-start;gap:9px;margin:2px 0 2px;}\n.sa6-consent input[type=checkbox]{width:18px;height:18px;margin-top:1px;flex:0 0 auto;accent-color:#F89C22;}\n.sa6-consent label{color:#0B212D;font-size:12.5px;line-height:1.42;font-weight:500;}\n.sa6-submit{grid-column:1 / -1;width:100%;border:2px solid #F89C22;border-radius:10px;padding:15px;background:linear-gradient(0deg,#0a1520 0%,#0B212D 100%);color:#FFFFFF;font-family:'Poppins',system-ui,sans-serif;font-size:17px;font-weight:700;letter-spacing:0.04em;cursor:pointer;}\n@media (max-width: 900px){.sa6-hero__grid{grid-template-columns:1fr;}.sa6-hero__imgwrap{height:200px;}}\n@media (max-width: 768px){.sa6-hero__sub{display:none;}.sa6-hero__h1{white-space:normal;}}\n@media (max-width: 560px){.sa6-form{grid-template-columns:1fr;}}","status":"Beta","updated_at":"2026-06-09 17:31:06"},{"id":98,"name":"sa-approved-sam-portrait-assets","version":"2026-06-14","category":"Office Anchoring","description":"Approved Sam Aguiar portrait asset registry entry. Includes the transparent WebP portrait uploaded 2026-06-14 and the current homepage portrait Sam-Website-Home-1.webp for reusable site components.","when_to_use":"Use when a page element needs an approved image of Sam Aguiar, including CTA blocks, bylines, founder cards, office anchoring modules, and homepage-adjacent sections. Use the transparent cutout for compositing and the homepage image when matching existing site treatment.","source_skill":"sa-element-registry; WordPress Media Library","rules":"Approved image URLs as of 2026-06-14:\n- Transparent WebP portrait: https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/sam-aguiar-alt-transparent-approved-2026-06-14.webp\n- Homepage portrait: https://aguiarinjurylawyers.com/wp-content/uploads/2026/01/Sam-Website-Home-1.webp\nUse the transparent portrait when a composited cutout is needed on dark, image, or gradient sections.\nUse the homepage portrait when matching existing homepage or BSG framed portrait treatment.\nAlt text default: Sam Aguiar, Kentucky personal injury attorney.\nDo not replace homepage imagery without Sam approval.\nDo not use unapproved AI-generated Sam likenesses as substitutes.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Transparent portrait uploaded to WordPress media library on 2026-06-14 as media ID 74731 with image/webp MIME type and transparent alpha preserved. Source PNG and registry backup are saved in the sail-marketing website-backups session folder for rollback/readback. Homepage image was already live and verified by HTTP 200 before registry inclusion.","html":"<section class=\"sa-approved-sam-images\" aria-labelledby=\"sa-approved-sam-images-title\">\n  <h2 id=\"sa-approved-sam-images-title\">Approved Sam Aguiar Image Assets</h2>\n  <div class=\"sa-approved-sam-images__grid\">\n    <figure class=\"sa-approved-sam-images__item\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/06/sam-aguiar-alt-transparent-approved-2026-06-14.webp\" alt=\"Sam Aguiar, Kentucky personal injury attorney\" width=\"1728\" height=\"2304\" loading=\"lazy\">\n      <figcaption>Transparent WebP portrait, approved 2026-06-14</figcaption>\n    </figure>\n    <figure class=\"sa-approved-sam-images__item\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/01/Sam-Website-Home-1.webp\" alt=\"Sam Aguiar, Kentucky personal injury attorney\" width=\"520\" height=\"640\" loading=\"lazy\">\n      <figcaption>Homepage portrait, approved existing site image</figcaption>\n    </figure>\n  </div>\n</section>","css":".sa-approved-sam-images{font-family:Poppins,system-ui,sans-serif;background:#0B212D;color:#fff;padding:40px 24px}.sa-approved-sam-images *{box-sizing:border-box}.sa-approved-sam-images h2{margin:0 0 24px;text-align:center;text-transform:uppercase;color:#fff;font-size:clamp(24px,3vw,36px);font-weight:700}.sa-approved-sam-images__grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.sa-approved-sam-images__item{margin:0;background:#071823;border:2px solid #D97706;border-radius:4px;overflow:hidden}.sa-approved-sam-images__item img{display:block;width:100%;height:auto;object-fit:contain;background:transparent}.sa-approved-sam-images__item figcaption{padding:14px 16px;color:#fff;font-size:14px;font-weight:600;text-align:center}@media(max-width:760px){.sa-approved-sam-images__grid{grid-template-columns:1fr}}","status":"Live","updated_at":"2026-06-14 20:01:26"},{"id":30,"name":"sa-managing-partner-block","version":"2026-05-29","category":"Office Anchoring","description":"Main-column office-anchoring block with a large circular orange-bordered headshot, name, role kicker, 1-2 sentence regional bio, and 'Meet [Name] →' link. Use directly under the hero on location pages.","when_to_use":"Location pages directly under the hero to anchor the regional attorney.","source_skill":"sa-managing-partner-block","rules":"1. Main-column office-anchoring block (distinct from the sidebar partner card).\n2. Circular orange-bordered headshot 200px desktop / collapses to centered on mobile.\n3. Name, role kicker (MANAGING PARTNER — [Office] Office), 1-2 sentence regional bio, 'Meet [Name] →' link.\n4. Use on location pages directly under the hero/trust-bar to anchor the regional attorney.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<!-- Managing partner block - main-column office anchoring (Jon Hollan example) -->\n<section class=\"sa-jon-block\">\n  <div class=\"sa-jon-inner\">\n    <div class=\"sa-jon-photo\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Sam-Headshot-1.webp\" alt=\"[Attorney name] managing partner\" loading=\"lazy\"></div>\n    <div class=\"sa-jon-copy\">\n      <p class=\"sa-jon-name\">[Attorney Name]</p>\n      <p class=\"sa-jon-title\">Managing Partner - [Office] Office</p>\n      <p class=\"sa-jon-details\">[1-2 sentence bio about regional connection and case focus]</p>\n      <a href=\"https://aguiarinjurylawyers.com/about-us/meet-our-team/sam-aguiar/\" class=\"sa-jon-link\">Meet [First Name] &rarr;</a>\n    </div>\n  </div>\n</section>","css":".sa-jon-block{background:#F7F9FB;padding:48px 24px;font-family:Poppins,sans-serif}\n.sa-jon-inner{max-width:980px;margin:0 auto;display:grid;grid-template-columns:200px 1fr;gap:32px;align-items:center}\n.sa-jon-photo{width:200px;height:200px;border-radius:50%;overflow:hidden;border:4px solid #D97706}\n.sa-jon-photo img{width:100%;height:100%;object-fit:cover;display:block}\n.sa-jon-name{font-weight:700;font-size:24px;color:#0B212D;margin:0 0 4px}\n.sa-jon-title{font-weight:600;font-size:14px;color:#D97706;letter-spacing:1px;text-transform:uppercase;margin:0 0 14px}\n.sa-jon-details{font-size:16px;line-height:1.55;color:#2C3E50;margin:0 0 16px}\n.sa-jon-link{color:#D97706;font-weight:700;text-decoration:none;font-size:15px}\n.sa-jon-link:hover{text-decoration:underline}\n@media(max-width:640px){.sa-jon-inner{grid-template-columns:1fr;text-align:center}.sa-jon-photo{margin:0 auto}}","status":"Live","updated_at":"2026-06-06 16:03:22"},{"id":17,"name":"Sidebar Option A — Default (CTA → Trust)","version":"2026-06-15c","category":"Sidebar","description":"White-card default sidebar: CTA card followed by the trust card. No form. Replaces the old dark-gradient + modular-add-on model.","when_to_use":"Sitewide default sidebar on any page or post that doesn't need a lead-capture form. Use when a clean two-card column (Call Now CTA + trust list) is enough.","source_skill":"sa-sidebar-option-a","rules":"All sidebar cards are white (#fff, 1px rgba(11,33,45,.12) border, 8px radius). Trust card uses a 4px Foundry #D97706 left border (radius 0 8px 8px 0). The only dark gradient left in the sidebar is the form Submit button. Orange is ONLY Foundry #D97706 — legacy #F89C22 is banned. CTA headline (frozen): 'Focus On Healing.' / 'We'll Handle The Rest.' Subline: 'Get Back To Living Your Best Life'. Button text 'CALL NOW' (phone in tel: href only). Form submit 'GET STARTED'. Trust item 3 reads 'Average Settlement Timeline Under 7 Months'. Checkmarks are &#10003; entities. Two font variants ship in the same skill: Poppins (default, 22px CTA headline) and Georgia/Times serif (19px CTA headline) — serif is the approved exception to sa-copywriting §12 no-serif rule for this component family only.\nSecond-line CTA span (.cta-l2) must keep an explicit color:#0B212D !important so it stays navy even on legacy pages that still ship the deprecated .sa-sidebar-cta *{color:#fff !important} rule (white-on-white guard, 2026-06-09).\n2026-06-15c: Sidebar trust-list rows must use a fixed grid marker column; do not absolute-position .ck or li::before markers.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Two font variants. Poppins (default, CTA headline 22px) shown in the HTML field. Serif variant (Georgia/Times, CTA headline 19px) is in the source skill (sa-sidebar-option-a) references. Production blocks: blocks/option-a-poppins.html and blocks/option-a-serif.html. WordPress-deployable, scoped CSS, no global leak. Source skill: sa-sidebar-option-a.\n2026-06-15c: Repaired sidebar trust-list marker overlap guardrails in the registry source.","html":"<!-- wp:html -->\n<style>\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');\n.sa-sidebar-opta-poppins *{box-sizing:border-box;font-family:Poppins, sans-serif;}\n.sa-sidebar-opta-poppins{display:flex;flex-direction:column;gap:20px;}\n\n/* CTA card (white, navy text) */\n.sa-sidebar-opta-poppins .sa-sidebar-cta{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:28px 22px;text-align:center;}\n.sa-sidebar-opta-poppins .sa-sidebar-cta h3{font-weight:700;font-size:22px;letter-spacing:normal;line-height:1.25;color:#0B212D;margin:0 0 12px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-opta-poppins .sa-sidebar-cta h3 .cta-l2{display:block;color:#0B212D !important;}\n.sa-sidebar-opta-poppins .sa-sidebar-cta p{font-weight:600;font-size:16px;line-height:1.5;color:#0B212D;margin:0 0 18px;text-align:center;}\n.sa-sidebar-opta-poppins .sa-sidebar-cta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-size:18px;font-weight:700;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n\n/* Trust card (white, orange left border) */\n.sa-sidebar-opta-poppins .sa-sidebar-trust{background:#fff;border:1px solid rgba(11,33,45,.12);border-left:4px solid #D97706;border-radius:0 8px 8px 0;padding:22px;}\n.sa-sidebar-opta-poppins .sa-sidebar-trust h4{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;margin:0 0 14px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-opta-poppins .sa-sidebar-trust ul{list-style:none;margin:0;padding:0;}\n.sa-sidebar.sa-sidebar-opta-poppins .sa-sidebar-trust li{display:grid !important;grid-template-columns:24px minmax(0,1fr) !important;column-gap:10px !important;align-items:start !important;font-weight:500;font-size:16px;line-height:1.4;color:#0B212D;padding:10px 0 !important;border-bottom:1px solid rgba(11,33,45,.08);}\n.sa-sidebar-opta-poppins .sa-sidebar-trust li:last-child{border-bottom:0;}\n.sa-sidebar.sa-sidebar-opta-poppins .sa-sidebar-trust li .ck{position:static !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:24px !important;min-width:24px !important;color:#D97706 !important;font-weight:700;line-height:1.4 !important;}\n\n/* Approved custom intake form (maps to Litify) */\n.sa-sidebar-opta-poppins .sa-custom-contact-intake-form{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;}\n.sa-sidebar-opta-poppins .sa-custom-contact-intake-form h4{font-weight:700;font-size:18px;color:#0B212D;margin:0 0 16px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-opta-poppins .sa-custom-contact-intake-form label{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#0B212D;margin:0 0 5px;}\n.sa-sidebar-opta-poppins .sa-custom-contact-intake-form .fld,.sa-sidebar-opta-poppins .sa-custom-contact-intake-form input,.sa-sidebar-opta-poppins .sa-custom-contact-intake-form select{width:100%;height:42px;border:2px solid #C7D4E3;border-radius:10px;background:#fff;margin:0 0 14px;padding:0 14px;font-size:14px;color:#0B212D;font-weight:500;font-family:inherit;}\n.sa-sidebar-opta-poppins .sa-custom-contact-intake-form .consent{display:flex;align-items:flex-start;gap:8px;margin:0 0 16px;text-align:left;}\n.sa-sidebar-opta-poppins .sa-custom-contact-intake-form .consent input{width:18px;height:18px;margin:2px 0 0;flex:none;}\n.sa-sidebar-opta-poppins .sa-custom-contact-intake-form .consent span{font-size:12px;font-weight:500;color:#0B212D;line-height:1.4;}\n.sa-sidebar-opta-poppins .sa-custom-contact-intake-form .submit{width:100%;height:46px;background:linear-gradient(0deg,#000 0%,#0B212D 100%);border-radius:8px;color:#fff;font-weight:700;font-size:16px;letter-spacing:0.6px;text-transform:uppercase;border:2px solid #0B212D;cursor:pointer;font-family:inherit;}\n\n/* Video card (white, matches other cards) */\n.sa-sidebar-opta-poppins .sa-sidebar-rvid{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-opta-poppins .sa-sidebar-rvid .rvid-thumb{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:#13303f;text-decoration:none;}\n.sa-sidebar-opta-poppins .sa-sidebar-rvid .rvid-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-opta-poppins .sa-sidebar-rvid .rvid-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;border-radius:14px;background:#FF0000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:background .2s ease;} .sa-sidebar-opta-poppins .sa-sidebar-rvid .rvid-thumb:hover .rvid-play{background:#CC0000;}\n.sa-sidebar-opta-poppins .sa-sidebar-rvid .rvid-play svg{width:30px;height:30px;}\n.sa-sidebar-opta-poppins .sa-sidebar-rvid .rvid-title{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;text-align:center;margin:16px 0 6px;text-transform:uppercase;}\n.sa-sidebar-opta-poppins .sa-sidebar-rvid .rvid-meta{font-weight:500;font-size:15px;color:#0B212D;opacity:.7;text-align:center;margin:0;}\n\n/* Founder/partner card (white, Foundry orange top border) */\n.sa-sidebar-opta-poppins .sa-partner-inner{background:#fff;border:1px solid rgba(11,33,45,.12);border-top:4px solid #D97706;border-radius:8px;padding:28px 22px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-opta-poppins .sa-partner-headshot{width:90px;height:90px;border-radius:50%;overflow:hidden;margin:0 auto 14px;border:3px solid #D97706;}\n.sa-sidebar-opta-poppins .sa-partner-headshot img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-opta-poppins .sa-partner-name{font-size:18px;font-weight:700;color:#0B212D;margin:0 0 2px;}\n.sa-sidebar-opta-poppins .sa-partner-role{font-size:15px;font-weight:600;color:#D97706;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;}\n.sa-sidebar-opta-poppins .sa-partner-area{font-size:14px;color:#0B212D;font-weight:500;line-height:1.45;margin:0 auto 18px;max-width:200px;}\n.sa-sidebar-opta-poppins .sa-partner-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-weight:700;font-size:18px;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n</style>\n<aside class=\"sa-sidebar sa-sidebar-opta-poppins\">\n  <div class=\"sa-sidebar-cta\">\n    <h3>Focus On Healing.<span class=\"cta-l2\">We&rsquo;ll Handle The Rest.</span></h3>\n    <p>Get Back To Living Your Best Life</p>\n    <a href=\"tel:5028888888\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" style=\"width:18px;height:18px;fill:#D97706;vertical-align:middle;\"><path d=\"M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.01-.24c1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.1.31.03.66-.25 1.01l-2.2 2.2z\"/></svg> CALL NOW</a>\n  </div>\n  <aside class=\"sa-sidebar-trust\">\n    <h4>Why Clients Choose<br>Sam Aguiar</h4>\n    <ul>\n      <li><span class=\"ck\">&#10003;</span>Bigger Share Guarantee&reg;</li>\n      <li><span class=\"ck\">&#10003;</span>Forbes Best-In-State<br>(1 Of 16 Nationwide In PI)</li>\n      <li><span class=\"ck\">&#10003;</span>Average Settlement Timeline Under 7 Months</li>\n      <li><span class=\"ck\">&#10003;</span>Camera Database Access</li>\n      <li><span class=\"ck\">&#10003;</span>$0 Out-Of-Pocket Forever</li>\n      <li><span class=\"ck\">&#10003;</span>No Increased Charges For Litigation</li>\n      <li><span class=\"ck\">&#10003;</span>Smaller Caseloads</li>\n      <li><span class=\"ck\">&#10003;</span>More Personal Attention</li>\n      <li><span class=\"ck\">&#10003;</span>1,000+ Five-Star Google Reviews</li>\n    </ul>\n  </aside>\n</aside>\n<!-- /wp:html -->\n","css":"","status":"Live","updated_at":"2026-06-15 16:50:13"},{"id":18,"name":"Sidebar Option B — Long (CTA → Form → Trust)","version":"2026-06-15c","category":"Sidebar","description":"White-card sidebar with the approved intake form between the CTA and trust cards. The old 'BSG accent card' model is retired — BSG now lives only in the standalone sa-bsg-banner.","when_to_use":"Higher-intent practice-area and landing pages where an in-column intake form beyond Call Now is worth it. CTA → Form (action /wp-json/sal/v1/contact-intake) → Trust.","source_skill":"sa-sidebar-option-b","rules":"All sidebar cards are white (#fff, 1px rgba(11,33,45,.12) border, 8px radius). Trust card uses a 4px Foundry #D97706 left border (radius 0 8px 8px 0). The only dark gradient left in the sidebar is the form Submit button. Orange is ONLY Foundry #D97706 — legacy #F89C22 is banned. CTA headline (frozen): 'Focus On Healing.' / 'We'll Handle The Rest.' Subline: 'Get Back To Living Your Best Life'. Button text 'CALL NOW' (phone in tel: href only). Form submit 'GET STARTED'. Trust item 3 reads 'Average Settlement Timeline Under 7 Months'. Checkmarks are &#10003; entities. Two font variants ship in the same skill: Poppins (default, 22px CTA headline) and Georgia/Times serif (19px CTA headline) — serif is the approved exception to sa-copywriting §12 no-serif rule for this component family only.\nSecond-line CTA span (.cta-l2) must keep an explicit color:#0B212D !important so it stays navy even on legacy pages that still ship the deprecated .sa-sidebar-cta *{color:#fff !important} rule (white-on-white guard, 2026-06-09).\nHardened 2026-06-10: CTA card h3/p/a colors carry !important so the deprecated sitewide '.sa-sidebar-cta * {color:#fff !important}' page-id rule cannot blank them (white-on-white guard extended from .cta-l2 to the full CTA card after a live incident on page 61371). When deploying inside a page grid, add '.sa-content-grid aside.sa-sidebar{position:sticky;top:24px;align-self:start;}' so the rail stays present on long pages.\nCard background armor (2026-06-10): the sitewide normalization CSS forces .sa-sidebar-cta to a dark gradient with !important. The element now pins background:#fff !important at chained-class specificity (.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta), which outranks it. Do not remove the ARMOR block; without it the CTA card renders dark and the navy text disappears.\nHardened 2026-06-15: suppress legacy sitewide CALL NOW ::before/::after pseudo content for .sa-sidebar-optb-poppins because the approved CTA already carries its own inline phone SVG and CALL NOW text. This prevents duplicate phone icons on page-id scoped legacy CSS.\n2026-06-15c: Sidebar trust-list rows must use a fixed grid marker column; the .ck span must remain static/inline-flex, never absolute-positioned.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Two font variants. Poppins (default, CTA headline 22px) shown in the HTML field. Serif variant (Georgia/Times, CTA headline 19px) is in the source skill (sa-sidebar-option-b) references. Production blocks: blocks/option-b-poppins.html and blocks/option-b-serif.html. WordPress-deployable, scoped CSS, no global leak. Source skill: sa-sidebar-option-b.\n2026-06-15 pseudo-element armor added for legacy page-id CALL NOW normalization.\n2026-06-15c: Repaired trust-list checkmark overlap and removed Kentucky-specific trust heading from the default sidebar source.","html":"<!-- wp:html -->\n<style>\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');\n.sa-sidebar-optb-poppins *{box-sizing:border-box;font-family:Poppins, sans-serif;}\n.sa-sidebar-optb-poppins{display:flex;flex-direction:column;gap:20px;}\n\n/* CTA card (white, navy text) */\n.sa-sidebar-optb-poppins .sa-sidebar-cta{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:28px 22px;text-align:center;}\n.sa-sidebar-optb-poppins .sa-sidebar-cta h3{font-weight:700;font-size:22px;letter-spacing:normal;line-height:1.25;color:#0B212D !important;margin:0 0 12px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optb-poppins .sa-sidebar-cta h3 .cta-l2{display:block;color:#0B212D !important;}\n.sa-sidebar-optb-poppins .sa-sidebar-cta p{font-weight:600;font-size:16px;line-height:1.5;color:#0B212D !important;margin:0 0 18px;text-align:center;}\n.sa-sidebar-optb-poppins .sa-sidebar-cta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D !important;font-size:18px;font-weight:700;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n\n/* Trust card (white, orange left border) */\n.sa-sidebar-optb-poppins .sa-sidebar-trust{background:#fff;border:1px solid rgba(11,33,45,.12);border-left:4px solid #D97706;border-radius:0 8px 8px 0;padding:22px;}\n.sa-sidebar-optb-poppins .sa-sidebar-trust h4{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;margin:0 0 14px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optb-poppins .sa-sidebar-trust ul{list-style:none;margin:0;padding:0;}\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-trust li{display:grid !important;grid-template-columns:24px minmax(0,1fr) !important;column-gap:10px !important;align-items:start !important;font-weight:500;font-size:16px;line-height:1.4;color:#0B212D;padding:10px 0 !important;border-bottom:1px solid rgba(11,33,45,.08);}\n.sa-sidebar-optb-poppins .sa-sidebar-trust li:last-child{border-bottom:0;}\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-trust li .ck{position:static !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:24px !important;min-width:24px !important;color:#D97706 !important;font-weight:700;line-height:1.4 !important;}\n\n/* Approved custom intake form (maps to Litify) */\n.sa-sidebar-optb-poppins .sa-custom-contact-intake-form{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;}\n.sa-sidebar-optb-poppins .sa-custom-contact-intake-form h4{font-weight:700;font-size:18px;color:#0B212D;margin:0 0 16px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optb-poppins .sa-custom-contact-intake-form label{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#0B212D;margin:0 0 5px;}\n.sa-sidebar-optb-poppins .sa-custom-contact-intake-form .fld,.sa-sidebar-optb-poppins .sa-custom-contact-intake-form input,.sa-sidebar-optb-poppins .sa-custom-contact-intake-form select{width:100%;height:42px;border:2px solid #C7D4E3;border-radius:10px;background:#fff;margin:0 0 14px;padding:0 14px;font-size:14px;color:#0B212D;font-weight:500;font-family:inherit;}\n.sa-sidebar-optb-poppins .sa-custom-contact-intake-form .consent{display:flex;align-items:flex-start;gap:8px;margin:0 0 16px;text-align:left;}\n.sa-sidebar-optb-poppins .sa-custom-contact-intake-form .consent input{width:18px;height:18px;margin:2px 0 0;flex:none;}\n.sa-sidebar-optb-poppins .sa-custom-contact-intake-form .consent span{font-size:12px;font-weight:500;color:#0B212D;line-height:1.4;}\n.sa-sidebar-optb-poppins .sa-custom-contact-intake-form .submit{width:100%;height:46px;background:linear-gradient(0deg,#000 0%,#0B212D 100%);border-radius:8px;color:#fff;font-weight:700;font-size:16px;letter-spacing:0.6px;text-transform:uppercase;border:2px solid #0B212D;cursor:pointer;font-family:inherit;}\n\n/* Video card (white, matches other cards) */\n.sa-sidebar-optb-poppins .sa-sidebar-rvid{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-optb-poppins .sa-sidebar-rvid .rvid-thumb{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:#13303f;text-decoration:none;}\n.sa-sidebar-optb-poppins .sa-sidebar-rvid .rvid-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-optb-poppins .sa-sidebar-rvid .rvid-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;border-radius:14px;background:#FF0000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:background .2s ease;} .sa-sidebar-optb-poppins .sa-sidebar-rvid .rvid-thumb:hover .rvid-play{background:#CC0000;}\n.sa-sidebar-optb-poppins .sa-sidebar-rvid .rvid-play svg{width:30px;height:30px;}\n.sa-sidebar-optb-poppins .sa-sidebar-rvid .rvid-title{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;text-align:center;margin:16px 0 6px;text-transform:uppercase;}\n.sa-sidebar-optb-poppins .sa-sidebar-rvid .rvid-meta{font-weight:500;font-size:15px;color:#0B212D;opacity:.7;text-align:center;margin:0;}\n\n/* Founder/partner card (white, Foundry orange top border) */\n.sa-sidebar-optb-poppins .sa-partner-inner{background:#fff;border:1px solid rgba(11,33,45,.12);border-top:4px solid #D97706;border-radius:8px;padding:28px 22px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-optb-poppins .sa-partner-headshot{width:90px;height:90px;border-radius:50%;overflow:hidden;margin:0 auto 14px;border:3px solid #D97706;}\n.sa-sidebar-optb-poppins .sa-partner-headshot img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-optb-poppins .sa-partner-name{font-size:18px;font-weight:700;color:#0B212D;margin:0 0 2px;}\n.sa-sidebar-optb-poppins .sa-partner-role{font-size:15px;font-weight:600;color:#D97706;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;}\n.sa-sidebar-optb-poppins .sa-partner-area{font-size:14px;color:#0B212D;font-weight:500;line-height:1.45;margin:0 auto 18px;max-width:200px;}\n.sa-sidebar-optb-poppins .sa-partner-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-weight:700;font-size:18px;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n\n/* ARMOR 2026-06-10: sitewide normalization forces .sa-sidebar-cta dark with !important; pin the approved white card at higher specificity */\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta{background:#fff !important;background-image:none !important;background-color:#fff !important;border:1px solid rgba(11,33,45,.12) !important;backdrop-filter:none !important;}\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta h3,\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta h3 .cta-l2,\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta p{color:#0B212D !important;}\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta a,\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta a[href^=\"tel:\"]{color:#0B212D !important;background:transparent !important;border:1.5px solid #0B212D !important;}\n/* ARMOR 2026-06-11: sitewide snippet 60656 + legacy page CSS inject ::before checks on .sa-sidebar-trust li; this element carries its own span.ck checkmarks -> kill the injected one */\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-trust li::before{content:none !important;}\n/* ARMOR 2026-06-15: old sitewide CALL NOW normalization injects ::before/::after pseudo-icons on page-id scopes. This sidebar ships its own inline SVG and text, so suppress the pseudo content at higher specificity. */\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta a[href^=\"tel:\"]::before,\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta a[href^=\"tel:\"]::after{content:none !important;display:none !important;background:none !important;}\n.sa-sidebar.sa-sidebar-optb-poppins .sa-sidebar-cta a[href^=\"tel:\"]{font-size:18px !important;line-height:1.2 !important;}\n\n#sa-intake-form{scroll-margin-top:90px;}\n\n</style>\n<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n\n<aside class=\"sa-sidebar sa-sidebar-optb-poppins\">\n<div class=\"sa-sidebar-cta\">\n<h3>Focus On Healing.<span class=\"cta-l2\">We’ll Handle The Rest.</span></h3>\n<p>Get Back To Living Your Best Life</p>\n<a href=\"tel:5028888888\"><svg style=\"width:18px;height:18px;fill:#D97706;vertical-align:middle;\" viewbox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.01-.24c1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.1.31.03.66-.25 1.01l-2.2 2.2z\"></path></svg> CALL NOW</a>\n</div>\n<form action=\"/wp-json/sal/v1/contact-intake\" class=\"sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" id=\"sa-intake-form\" method=\"post\">\n<h4>Get Started</h4>\n<label for=\"sa-sb-name\">Full Name</label>\n<input id=\"sa-sb-name\" name=\"full_name\" placeholder=\"Your name\" required=\"\" type=\"text\"/>\n<label for=\"sa-sb-phone\">Phone Number</label>\n<input id=\"sa-sb-phone\" name=\"phone\" placeholder=\"(502) 000-0000\" required=\"\" type=\"tel\"/>\n<label for=\"sa-sb-case\">Case Type</label>\n<select id=\"sa-sb-case\" name=\"case_type\" required=\"\">\n<option value=\"\">Select case type</option>\n<option>Car Accident</option>\n<option>Truck Accident</option>\n<option>Motorcycle Accident</option>\n<option>Other</option>\n</select>\n<label for=\"sa-sb-injured\">Were You Injured?</label>\n<select id=\"sa-sb-injured\" name=\"injured\" required=\"\">\n<option value=\"\">Select one</option>\n<option>Yes</option>\n<option>No</option>\n</select>\n<div class=\"consent\"><input name=\"consent\" required=\"\" type=\"checkbox\"/><span>I agree to be contacted about my case.</span></div>\n<input aria-hidden=\"true\" autocomplete=\"off\" name=\"company\" style=\"position:absolute;left:-9999px;\" tabindex=\"-1\" type=\"text\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<input name=\"injured_status\" type=\"hidden\" value=\"Not sure yet\"/>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"submit\" type=\"submit\">GET STARTED</button>\n</form>\n<aside class=\"sa-sidebar-trust\">\n<h4>Why Clients Choose<br/>Sam Aguiar</h4>\n<ul>\n<li><span class=\"ck\">✓</span>Bigger Share Guarantee®</li>\n<li><span class=\"ck\">✓</span>Forbes Best-In-State<br/>(1 Of 16 Nationwide In PI)</li>\n<li><span class=\"ck\">✓</span>Average Settlement Timeline Under 7 Months</li>\n<li><span class=\"ck\">✓</span>Camera Database Access</li>\n<li><span class=\"ck\">✓</span>$0 Out-Of-Pocket Forever</li>\n<li><span class=\"ck\">✓</span>No Increased Charges For Litigation</li>\n<li><span class=\"ck\">✓</span>Smaller Caseloads</li>\n<li><span class=\"ck\">✓</span>More Personal Attention</li>\n<li><span class=\"ck\">✓</span>1,000+ Five-Star Google Reviews</li>\n</ul>\n</aside>\n</aside>\n<!-- /wp:html -->\n","css":"","status":"Live","updated_at":"2026-06-15 16:43:53"},{"id":70,"name":"Sidebar Option C — Long + Video (CTA → Form → Trust → Video)","version":"2026-06-15c","category":"Sidebar","description":"White-card sidebar adding a white video card (no 'Related Video' eyebrow, YouTube-red play button) below the trust card. CTA → Form → Trust → Video.","when_to_use":"Pages that want social proof via a short brand video plus an intake form. Video card title 'What Makes Us Different', meta '2:14 · 12K views'.","source_skill":"sa-sidebar-option-c","rules":"All sidebar cards are white (#fff, 1px rgba(11,33,45,.12) border, 8px radius). Trust card uses a 4px Foundry #D97706 left border (radius 0 8px 8px 0). The only dark gradient left in the sidebar is the form Submit button. Orange is ONLY Foundry #D97706 — legacy #F89C22 is banned. CTA headline (frozen): 'Focus On Healing.' / 'We'll Handle The Rest.' Subline: 'Get Back To Living Your Best Life'. Button text 'CALL NOW' (phone in tel: href only). Form submit 'GET STARTED'. Trust item 3 reads 'Average Settlement Timeline Under 7 Months'. Checkmarks are &#10003; entities. Two font variants ship in the same skill: Poppins (default, 22px CTA headline) and Georgia/Times serif (19px CTA headline) — serif is the approved exception to sa-copywriting §12 no-serif rule for this component family only.\nSecond-line CTA span (.cta-l2) must keep an explicit color:#0B212D !important so it stays navy even on legacy pages that still ship the deprecated .sa-sidebar-cta *{color:#fff !important} rule (white-on-white guard, 2026-06-09).\n2026-06-15c: Sidebar trust-list rows must use a fixed grid marker column; do not absolute-position .ck or li::before markers.\nVideo play affordances must use YouTube red (#FF0000 resting, #CC0000 hover) with a rounded-rectangle YouTube-style button, not a large orange circle.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Two font variants. Poppins (default, CTA headline 22px) shown in the HTML field. Serif variant (Georgia/Times, CTA headline 19px) is in the source skill (sa-sidebar-option-c) references. Production blocks: blocks/option-c-poppins.html and blocks/option-c-serif.html. WordPress-deployable, scoped CSS, no global leak. Source skill: sa-sidebar-option-c.\n2026-06-15c: Repaired sidebar trust-list marker overlap guardrails in the registry source.","html":"<!-- wp:html -->\n<style>\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');\n.sa-sidebar-optc-poppins *{box-sizing:border-box;font-family:Poppins, sans-serif;}\n.sa-sidebar-optc-poppins{display:flex;flex-direction:column;gap:20px;}\n\n/* CTA card (white, navy text) */\n.sa-sidebar-optc-poppins .sa-sidebar-cta{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:28px 22px;text-align:center;}\n.sa-sidebar-optc-poppins .sa-sidebar-cta h3{font-weight:700;font-size:22px;letter-spacing:normal;line-height:1.25;color:#0B212D;margin:0 0 12px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optc-poppins .sa-sidebar-cta h3 .cta-l2{display:block;color:#0B212D !important;}\n.sa-sidebar-optc-poppins .sa-sidebar-cta p{font-weight:600;font-size:16px;line-height:1.5;color:#0B212D;margin:0 0 18px;text-align:center;}\n.sa-sidebar-optc-poppins .sa-sidebar-cta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-size:18px;font-weight:700;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n\n/* Trust card (white, orange left border) */\n.sa-sidebar-optc-poppins .sa-sidebar-trust{background:#fff;border:1px solid rgba(11,33,45,.12);border-left:4px solid #D97706;border-radius:0 8px 8px 0;padding:22px;}\n.sa-sidebar-optc-poppins .sa-sidebar-trust h4{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;margin:0 0 14px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optc-poppins .sa-sidebar-trust ul{list-style:none;margin:0;padding:0;}\n.sa-sidebar.sa-sidebar-optc-poppins .sa-sidebar-trust li{display:grid !important;grid-template-columns:24px minmax(0,1fr) !important;column-gap:10px !important;align-items:start !important;font-weight:500;font-size:16px;line-height:1.4;color:#0B212D;padding:10px 0 !important;border-bottom:1px solid rgba(11,33,45,.08);}\n.sa-sidebar-optc-poppins .sa-sidebar-trust li:last-child{border-bottom:0;}\n.sa-sidebar.sa-sidebar-optc-poppins .sa-sidebar-trust li .ck{position:static !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:24px !important;min-width:24px !important;color:#D97706 !important;font-weight:700;line-height:1.4 !important;}\n\n/* Approved custom intake form (maps to Litify) */\n.sa-sidebar-optc-poppins .sa-custom-contact-intake-form{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;}\n.sa-sidebar-optc-poppins .sa-custom-contact-intake-form h4{font-weight:700;font-size:18px;color:#0B212D;margin:0 0 16px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optc-poppins .sa-custom-contact-intake-form label{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#0B212D;margin:0 0 5px;}\n.sa-sidebar-optc-poppins .sa-custom-contact-intake-form .fld,.sa-sidebar-optc-poppins .sa-custom-contact-intake-form input,.sa-sidebar-optc-poppins .sa-custom-contact-intake-form select{width:100%;height:42px;border:2px solid #C7D4E3;border-radius:10px;background:#fff;margin:0 0 14px;padding:0 14px;font-size:14px;color:#0B212D;font-weight:500;font-family:inherit;}\n.sa-sidebar-optc-poppins .sa-custom-contact-intake-form .consent{display:flex;align-items:flex-start;gap:8px;margin:0 0 16px;text-align:left;}\n.sa-sidebar-optc-poppins .sa-custom-contact-intake-form .consent input{width:18px;height:18px;margin:2px 0 0;flex:none;}\n.sa-sidebar-optc-poppins .sa-custom-contact-intake-form .consent span{font-size:12px;font-weight:500;color:#0B212D;line-height:1.4;}\n.sa-sidebar-optc-poppins .sa-custom-contact-intake-form .submit{width:100%;height:46px;background:linear-gradient(0deg,#000 0%,#0B212D 100%);border-radius:8px;color:#fff;font-weight:700;font-size:16px;letter-spacing:0.6px;text-transform:uppercase;border:2px solid #0B212D;cursor:pointer;font-family:inherit;}\n\n/* Video card (white, matches other cards). Play button follows YouTube red sizing, not orange circle. */\n.sa-sidebar-optc-poppins .sa-sidebar-rvid{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-optc-poppins .sa-sidebar-rvid .rvid-thumb{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:#13303f;text-decoration:none;}\n.sa-sidebar-optc-poppins .sa-sidebar-rvid .rvid-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-optc-poppins .sa-sidebar-rvid .rvid-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;border-radius:14px;background:#FF0000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:background .2s ease;} .sa-sidebar-optc-poppins .sa-sidebar-rvid .rvid-thumb:hover .rvid-play{background:#CC0000;}\n.sa-sidebar-optc-poppins .sa-sidebar-rvid .rvid-play svg{width:30px;height:30px;}\n.sa-sidebar-optc-poppins .sa-sidebar-rvid .rvid-title{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;text-align:center;margin:16px 0 6px;text-transform:uppercase;}\n.sa-sidebar-optc-poppins .sa-sidebar-rvid .rvid-meta{font-weight:500;font-size:15px;color:#0B212D;opacity:.7;text-align:center;margin:0;}\n\n/* Founder/partner card (white, Foundry orange top border) */\n.sa-sidebar-optc-poppins .sa-partner-inner{background:#fff;border:1px solid rgba(11,33,45,.12);border-top:4px solid #D97706;border-radius:8px;padding:28px 22px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-optc-poppins .sa-partner-headshot{width:90px;height:90px;border-radius:50%;overflow:hidden;margin:0 auto 14px;border:3px solid #D97706;}\n.sa-sidebar-optc-poppins .sa-partner-headshot img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-optc-poppins .sa-partner-name{font-size:18px;font-weight:700;color:#0B212D;margin:0 0 2px;}\n.sa-sidebar-optc-poppins .sa-partner-role{font-size:15px;font-weight:600;color:#D97706;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;}\n.sa-sidebar-optc-poppins .sa-partner-area{font-size:14px;color:#0B212D;font-weight:500;line-height:1.45;margin:0 auto 18px;max-width:200px;}\n.sa-sidebar-optc-poppins .sa-partner-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-weight:700;font-size:18px;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n</style>\n<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n\n<aside class=\"sa-sidebar sa-sidebar-optc-poppins\">\n<div class=\"sa-sidebar-cta\">\n<h3>Focus On Healing.<span class=\"cta-l2\">We’ll Handle The Rest.</span></h3>\n<p>Get Back To Living Your Best Life</p>\n<a href=\"tel:5028888888\"><svg style=\"width:18px;height:18px;fill:#D97706;vertical-align:middle;\" viewbox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.01-.24c1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.1.31.03.66-.25 1.01l-2.2 2.2z\"></path></svg> CALL NOW</a>\n</div>\n<form action=\"/wp-json/sal/v1/contact-intake\" class=\"sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"post\">\n<h4>Get Started</h4>\n<label for=\"sa-sb-name\">Full Name</label>\n<input id=\"sa-sb-name\" name=\"full_name\" placeholder=\"Your name\" required=\"\" type=\"text\"/>\n<label for=\"sa-sb-phone\">Phone Number</label>\n<input id=\"sa-sb-phone\" name=\"phone\" placeholder=\"(502) 000-0000\" required=\"\" type=\"tel\"/>\n<label for=\"sa-sb-case\">Case Type</label>\n<select id=\"sa-sb-case\" name=\"case_type\" required=\"\">\n<option value=\"\">Select case type</option>\n<option>Car Accident</option>\n<option>Truck Accident</option>\n<option>Motorcycle Accident</option>\n<option>Other</option>\n</select>\n<label for=\"sa-sb-injured\">Were You Injured?</label>\n<select id=\"sa-sb-injured\" name=\"injured\" required=\"\">\n<option value=\"\">Select one</option>\n<option>Yes</option>\n<option>No</option>\n</select>\n<div class=\"consent\"><input name=\"consent\" required=\"\" type=\"checkbox\"/><span>I agree to be contacted about my case.</span></div>\n<input aria-hidden=\"true\" autocomplete=\"off\" name=\"company\" style=\"position:absolute;left:-9999px;\" tabindex=\"-1\" type=\"text\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<input name=\"injured_status\" type=\"hidden\" value=\"Not sure yet\"/>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"submit\" type=\"submit\">GET STARTED</button>\n</form>\n<aside class=\"sa-sidebar-trust\">\n<h4>Why Clients Choose<br/>Sam Aguiar</h4>\n<ul>\n<li><span class=\"ck\">✓</span>Bigger Share Guarantee®</li>\n<li><span class=\"ck\">✓</span>Forbes Best-In-State<br/>(1 Of 16 Nationwide In PI)</li>\n<li><span class=\"ck\">✓</span>Average Settlement Timeline Under 7 Months</li>\n<li><span class=\"ck\">✓</span>Camera Database Access</li>\n<li><span class=\"ck\">✓</span>$0 Out-Of-Pocket Forever</li>\n<li><span class=\"ck\">✓</span>No Increased Charges For Litigation</li>\n<li><span class=\"ck\">✓</span>Smaller Caseloads</li>\n<li><span class=\"ck\">✓</span>More Personal Attention</li>\n<li><span class=\"ck\">✓</span>1,000+ Five-Star Google Reviews</li>\n</ul>\n</aside>\n<aside class=\"sa-sidebar-rvid\">\n<a aria-label=\"Play video\" class=\"rvid-thumb\" href=\"#\">\n<img alt=\"Sam Aguiar video thumbnail\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Sam-Aguiar-3.jpg\"/>\n<span aria-hidden=\"true\" class=\"rvid-play\"><svg fill=\"#FFFFFF\" viewbox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 5v14l11-7z\"></path></svg></span>\n</a>\n<p class=\"rvid-title\">What Makes Us Different</p>\n<p class=\"rvid-meta\">2:14 · 12K views</p>\n</aside>\n</aside>\n<!-- /wp:html -->\n","css":"","status":"Live","updated_at":"2026-06-16 13:47:51"},{"id":71,"name":"Sidebar Option D — Founder (Founder → Form → Trust → CTA)","version":"2026-06-15c","category":"Sidebar","description":"White-card sidebar led by the Founder intro card (Sam Aguiar headshot, FOUNDER role, Serving line, no street address), then Form -> Trust -> CTA. Exactly one GET STARTED (form submit) and one CALL NOW (bottom CTA card). Founder not Partner (Jon Hollan is Managing Partner).","when_to_use":"Statewide/Louisville pages where putting Sam's face at the top builds trust. Founder card → Form → Trust → CTA. Headshot Sam-Aguiar-3.jpg, orange #D97706 ring + top border.","source_skill":"sa-sidebar-option-d","rules":"All sidebar cards are white (#fff, 1px rgba(11,33,45,.12) border, 8px radius). Trust card uses a 4px Foundry #D97706 left border (radius 0 8px 8px 0). The only dark gradient left in the sidebar is the form Submit button. Orange is ONLY Foundry #D97706 — legacy #F89C22 is banned. CTA headline (frozen): 'Focus On Healing.' / 'We'll Handle The Rest.' Subline: 'Get Back To Living Your Best Life'. Button text 'CALL NOW' (phone in tel: href only). Form submit 'GET STARTED'. Trust item 3 reads 'Average Settlement Timeline Under 7 Months'. Checkmarks are &#10003; entities. Two font variants ship in the same skill: Poppins (default, 22px CTA headline) and Georgia/Times serif (19px CTA headline) — serif is the approved exception to sa-copywriting §12 no-serif rule for this component family only.\nSecond-line CTA span (.cta-l2) must keep an explicit color:#0B212D !important so it stays navy even on legacy pages that still ship the deprecated .sa-sidebar-cta *{color:#fff !important} rule (white-on-white guard, 2026-06-09).\n2026-06-15c: Sidebar trust-list rows must use a fixed grid marker column; do not absolute-position .ck or li::before markers.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Two font variants. Poppins (default, CTA headline 22px) shown in the HTML field. Serif variant (Georgia/Times, CTA headline 19px) is in the source skill (sa-sidebar-option-d) references. Production blocks: blocks/option-d-poppins.html and blocks/option-d-serif.html. WordPress-deployable, scoped CSS, no global leak. Source skill: sa-sidebar-option-d.\n2026-06-15c: Repaired sidebar trust-list marker overlap guardrails in the registry source.","html":"<!-- wp:html -->\n<style>\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');\n.sa-sidebar-optd-poppins *{box-sizing:border-box;font-family:Poppins, sans-serif;}\n.sa-sidebar-optd-poppins{display:flex;flex-direction:column;gap:20px;}\n\n/* CTA card (white, navy text) */\n.sa-sidebar-optd-poppins .sa-sidebar-cta{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:28px 22px;text-align:center;}\n.sa-sidebar-optd-poppins .sa-sidebar-cta h3{font-weight:700;font-size:22px;letter-spacing:normal;line-height:1.25;color:#0B212D;margin:0 0 12px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optd-poppins .sa-sidebar-cta h3 .cta-l2{display:block;color:#0B212D !important;}\n.sa-sidebar-optd-poppins .sa-sidebar-cta p{font-weight:600;font-size:16px;line-height:1.5;color:#0B212D;margin:0 0 18px;text-align:center;}\n.sa-sidebar-optd-poppins .sa-sidebar-cta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-size:18px;font-weight:700;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n\n/* Trust card (white, orange left border) */\n.sa-sidebar-optd-poppins .sa-sidebar-trust{background:#fff;border:1px solid rgba(11,33,45,.12);border-left:4px solid #D97706;border-radius:0 8px 8px 0;padding:22px;}\n.sa-sidebar-optd-poppins .sa-sidebar-trust h4{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;margin:0 0 14px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optd-poppins .sa-sidebar-trust ul{list-style:none;margin:0;padding:0;}\n.sa-sidebar.sa-sidebar-optd-poppins .sa-sidebar-trust li{display:grid !important;grid-template-columns:24px minmax(0,1fr) !important;column-gap:10px !important;align-items:start !important;font-weight:500;font-size:16px;line-height:1.4;color:#0B212D;padding:10px 0 !important;border-bottom:1px solid rgba(11,33,45,.08);}\n.sa-sidebar-optd-poppins .sa-sidebar-trust li:last-child{border-bottom:0;}\n.sa-sidebar.sa-sidebar-optd-poppins .sa-sidebar-trust li .ck{position:static !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:24px !important;min-width:24px !important;color:#D97706 !important;font-weight:700;line-height:1.4 !important;}\n\n/* Approved custom intake form (maps to Litify) */\n.sa-sidebar-optd-poppins .sa-custom-contact-intake-form{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;}\n.sa-sidebar-optd-poppins .sa-custom-contact-intake-form h4{font-weight:700;font-size:18px;color:#0B212D;margin:0 0 16px;text-align:center;text-transform:uppercase;}\n.sa-sidebar-optd-poppins .sa-custom-contact-intake-form label{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#0B212D;margin:0 0 5px;}\n.sa-sidebar-optd-poppins .sa-custom-contact-intake-form .fld,.sa-sidebar-optd-poppins .sa-custom-contact-intake-form input,.sa-sidebar-optd-poppins .sa-custom-contact-intake-form select{width:100%;height:42px;border:2px solid #C7D4E3;border-radius:10px;background:#fff;margin:0 0 14px;padding:0 14px;font-size:14px;color:#0B212D;font-weight:500;font-family:inherit;}\n.sa-sidebar-optd-poppins .sa-custom-contact-intake-form .consent{display:flex;align-items:flex-start;gap:8px;margin:0 0 16px;text-align:left;}\n.sa-sidebar-optd-poppins .sa-custom-contact-intake-form .consent input{width:18px;height:18px;margin:2px 0 0;flex:none;}\n.sa-sidebar-optd-poppins .sa-custom-contact-intake-form .consent span{font-size:12px;font-weight:500;color:#0B212D;line-height:1.4;}\n.sa-sidebar-optd-poppins .sa-custom-contact-intake-form .submit{width:100%;height:46px;background:linear-gradient(0deg,#000 0%,#0B212D 100%);border-radius:8px;color:#fff;font-weight:700;font-size:16px;letter-spacing:0.6px;text-transform:uppercase;border:2px solid #0B212D;cursor:pointer;font-family:inherit;}\n\n/* Video card (white, matches other cards) */\n.sa-sidebar-optd-poppins .sa-sidebar-rvid{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-optd-poppins .sa-sidebar-rvid .rvid-thumb{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:#13303f;text-decoration:none;}\n.sa-sidebar-optd-poppins .sa-sidebar-rvid .rvid-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-optd-poppins .sa-sidebar-rvid .rvid-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;border-radius:14px;background:#FF0000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:background .2s ease;} .sa-sidebar-optd-poppins .sa-sidebar-rvid .rvid-thumb:hover .rvid-play{background:#CC0000;}\n.sa-sidebar-optd-poppins .sa-sidebar-rvid .rvid-play svg{width:30px;height:30px;}\n.sa-sidebar-optd-poppins .sa-sidebar-rvid .rvid-title{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;text-align:center;margin:16px 0 6px;text-transform:uppercase;}\n.sa-sidebar-optd-poppins .sa-sidebar-rvid .rvid-meta{font-weight:500;font-size:15px;color:#0B212D;opacity:.7;text-align:center;margin:0;}\n\n/* Founder/partner card (white, Foundry orange top border) */\n.sa-sidebar-optd-poppins .sa-partner-inner{background:#fff;border:1px solid rgba(11,33,45,.12);border-top:4px solid #D97706;border-radius:8px;padding:28px 22px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-optd-poppins .sa-partner-headshot{width:90px;height:90px;border-radius:50%;overflow:hidden;margin:0 auto 14px;border:3px solid #D97706;}\n.sa-sidebar-optd-poppins .sa-partner-headshot img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-optd-poppins .sa-partner-name{font-size:18px;font-weight:700;color:#0B212D;margin:0 0 2px;}\n.sa-sidebar-optd-poppins .sa-partner-role{font-size:15px;font-weight:600;color:#D97706;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;}\n.sa-sidebar-optd-poppins .sa-partner-area{font-size:14px;color:#0B212D;font-weight:500;line-height:1.45;margin:0 auto 18px;max-width:200px;}\n.sa-sidebar-optd-poppins .sa-partner-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-weight:700;font-size:18px;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n</style>\n<!-- sa-form-label-submit-guard-2026-06-15 -->\n<style id=\"sa-form-label-submit-guard-2026-06-15\">\n.sa-custom-contact-intake-form .sa-field-control{display:flex!important;flex-direction:column;gap:5px;width:100%;min-width:0;margin:0 0 14px;color:inherit;box-sizing:border-box;}\n.sa-custom-contact-intake-form .sa-field-control .sa-form-label{display:block!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.5px;color:inherit!important;margin:0!important;line-height:1.25!important;}\n.sa-custom-contact-intake-form .sa-field-control > input,\n.sa-custom-contact-intake-form .sa-field-control > select,\n.sa-custom-contact-intake-form .sa-field-control > textarea{width:100%!important;margin:0!important;box-sizing:border-box;}\n.sa-custom-contact-intake-form textarea.sa-form-field{height:auto!important;min-height:84px;resize:vertical;}\n.sa-custom-contact-intake-form button[type=\"submit\"],\n.sa-custom-contact-intake-form .submit,\n.sa-custom-contact-intake-form input[type=\"submit\"]{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:46px;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(0deg,#000 0%,#0B212D 100%)!important;border:2px solid #0B212D!important;border-radius:8px;opacity:1!important;visibility:visible!important;text-shadow:none!important;font-weight:700;text-transform:uppercase;cursor:pointer;}\n</style>\n\n<aside class=\"sa-sidebar sa-sidebar-optd-poppins\">\n<div class=\"sa-partner-inner\">\n<div class=\"sa-partner-headshot\">\n<img alt=\"Sam Aguiar, Founder\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Sam-Aguiar-3.jpg\"/>\n</div>\n<p class=\"sa-partner-name\">Sam Aguiar</p>\n<p class=\"sa-partner-role\">Founder</p>\n<p class=\"sa-partner-area\">Serving Louisville, Lexington, and throughout Kentucky.</p>\n</div>\n<form action=\"/wp-json/sal/v1/contact-intake\" class=\"sa-custom-contact-intake-form\" data-rest-endpoint=\"https://aguiarinjurylawyers.com/?rest_route=/sal/v1/contact-intake\" method=\"post\">\n<h4>Free Case Review</h4>\n<label for=\"sa-sb-name\">Full Name</label>\n<input id=\"sa-sb-name\" name=\"full_name\" placeholder=\"Your name\" required=\"\" type=\"text\"/>\n<label for=\"sa-sb-phone\">Phone Number</label>\n<input id=\"sa-sb-phone\" name=\"phone\" placeholder=\"(502) 000-0000\" required=\"\" type=\"tel\"/>\n<label for=\"sa-sb-case\">Case Type</label>\n<select id=\"sa-sb-case\" name=\"case_type\" required=\"\">\n<option value=\"\">Select case type</option>\n<option>Car Accident</option>\n<option>Truck Accident</option>\n<option>Motorcycle Accident</option>\n<option>Other</option>\n</select>\n<label for=\"sa-sb-injured\">Were You Injured?</label>\n<select id=\"sa-sb-injured\" name=\"injured\" required=\"\">\n<option value=\"\">Select one</option>\n<option>Yes</option>\n<option>No</option>\n</select>\n<div class=\"consent\"><input name=\"consent\" required=\"\" type=\"checkbox\"/><span>I agree to be contacted about my case.</span></div>\n<input aria-hidden=\"true\" autocomplete=\"off\" name=\"company\" style=\"position:absolute;left:-9999px;\" tabindex=\"-1\" type=\"text\"/>\n<input name=\"gclid\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_source\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_medium\" type=\"hidden\" value=\"\"/>\n<input name=\"utm_campaign\" type=\"hidden\" value=\"\"/>\n<input name=\"referrer\" type=\"hidden\" value=\"\"/>\n<label class=\"sa-field-control\" for=\"sa-form-1-email\"><span class=\"sa-form-label\">Email</span><input class=\"sa-form-field\" id=\"sa-form-1-email\" name=\"email\" placeholder=\"Email\" type=\"email\"/></label>\n<input name=\"injured_status\" type=\"hidden\" value=\"Not sure yet\"/>\n<label class=\"sa-field-control\" for=\"sa-form-1-message\"><span class=\"sa-form-label\">Tell Us What Happened</span><textarea class=\"sa-form-field\" id=\"sa-form-1-message\" name=\"message\" placeholder=\"Tell us what happened.\" rows=\"3\"></textarea></label>\n<input name=\"page_url\" type=\"hidden\" value=\"\"/>\n<input name=\"page_title\" type=\"hidden\" value=\"\"/>\n<input name=\"success_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=success\"/>\n<input name=\"error_redirect\" type=\"hidden\" value=\"https://aguiarinjurylawyers.com/?sa_intake=error\"/>\n<input name=\"sal_contact_intake_submit\" type=\"hidden\" value=\"1\"/>\n<button class=\"submit\" type=\"submit\">GET STARTED</button>\n</form>\n<aside class=\"sa-sidebar-trust\">\n<h4>Why Clients Choose<br/>Sam Aguiar</h4>\n<ul>\n<li><span class=\"ck\">✓</span>Bigger Share Guarantee®</li>\n<li><span class=\"ck\">✓</span>Forbes Best-In-State<br/>(1 Of 16 Nationwide In PI)</li>\n<li><span class=\"ck\">✓</span>Average Settlement Timeline Under 7 Months</li>\n<li><span class=\"ck\">✓</span>Camera Database Access</li>\n<li><span class=\"ck\">✓</span>$0 Out-Of-Pocket Forever</li>\n<li><span class=\"ck\">✓</span>No Increased Charges For Litigation</li>\n<li><span class=\"ck\">✓</span>Smaller Caseloads</li>\n<li><span class=\"ck\">✓</span>More Personal Attention</li>\n<li><span class=\"ck\">✓</span>1,000+ Five-Star Google Reviews</li>\n</ul>\n</aside>\n<div class=\"sa-sidebar-cta\">\n<h3>Focus On Healing.<span class=\"cta-l2\">We’ll Handle The Rest.</span></h3>\n<p>Get Back To Living Your Best Life</p>\n<a href=\"tel:5028888888\"><svg style=\"width:18px;height:18px;fill:#D97706;vertical-align:middle;\" viewbox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.01-.24c1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.1.31.03.66-.25 1.01l-2.2 2.2z\"></path></svg> CALL NOW</a>\n</div>\n</aside>\n<!-- /wp:html -->\n","css":"","status":"Live","updated_at":"2026-06-15 16:50:17"},{"id":19,"name":"Sidebar Partner / Founder Card","version":"2026-06-04","category":"Sidebar","description":"White attorney card: 3px Foundry #D97706 headshot ring, 4px orange top border, name 18px → role 15px → service area 14px → CALL NOW. Sam = 'FOUNDER' (Jon Hollan = Managing Partner). No street address. Two-line 'Serving Louisville, Lexington, and throughout Kentucky.' line. Legacy #F89C22 replaced with Foundry #D97706 throughout.","when_to_use":"First block at the top of a sidebar when a regional attorney's face should lead (Sam as FOUNDER for Louisville/statewide; Jon Hollan as Managing Partner for central/eastern KY). Pairs with sa-sidebar-option-a/b/c; built into Option D.","source_skill":"sa-sidebar-partner-card","rules":"All sidebar cards are white (#fff, 1px rgba(11,33,45,.12) border, 8px radius). Trust card uses a 4px Foundry #D97706 left border (radius 0 8px 8px 0). The only dark gradient left in the sidebar is the form Submit button. Orange is ONLY Foundry #D97706 — legacy #F89C22 is banned. CTA headline (frozen): 'Focus On Healing.' / 'We'll Handle The Rest.' Subline: 'Get Back To Living Your Best Life'. Button text 'CALL NOW' (phone in tel: href only). Form submit 'GET STARTED'. Trust item 3 reads 'Average Settlement Timeline Under 7 Months'. Checkmarks are &#10003; entities. Two font variants ship in the same skill: Poppins (default, 22px CTA headline) and Georgia/Times serif (19px CTA headline) — serif is the approved exception to sa-copywriting §12 no-serif rule for this component family only.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Two font variants. Poppins (default, CTA headline 22px) shown in the HTML field. Serif variant (Georgia/Times, CTA headline 19px) is in the source skill (sa-sidebar-partner-card) references. Production blocks: blocks/partner-card-poppins.html and blocks/partner-card-serif.html. WordPress-deployable, scoped CSS, no global leak. Source skill: sa-sidebar-partner-card.","html":"<!-- wp:html -->\n<style>\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');\n.sa-partner-poppins *{box-sizing:border-box;font-family:Poppins, sans-serif;}\n.sa-partner-poppins .sa-partner-inner{background:#fff;border:1px solid rgba(11,33,45,.12);border-top:4px solid #D97706;border-radius:8px;padding:28px 22px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-partner-poppins .sa-partner-headshot{width:90px;height:90px;border-radius:50%;overflow:hidden;margin:0 auto 14px;border:3px solid #D97706;}\n.sa-partner-poppins .sa-partner-headshot img{width:100%;height:100%;object-fit:cover;display:block;}\n.sa-partner-poppins .sa-partner-name{font-size:18px;font-weight:700;color:#0B212D;margin:0 0 2px;}\n.sa-partner-poppins .sa-partner-role{font-size:15px;font-weight:600;color:#D97706;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;}\n.sa-partner-poppins .sa-partner-area{font-size:14px;color:#0B212D;font-weight:500;line-height:1.45;margin:0 auto 18px;max-width:200px;}\n.sa-partner-poppins .sa-partner-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:transparent;color:#0B212D;font-weight:700;font-size:18px;padding:11px 16px;border-radius:6px;text-decoration:none;border:1.5px solid #0B212D;}\n</style>\n<div class=\"sa-partner-card sa-partner-poppins\">\n  <div class=\"sa-partner-inner\">\n    <div class=\"sa-partner-headshot\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Sam-Aguiar-3.jpg\" alt=\"Sam Aguiar, Founder\">\n    </div>\n    <p class=\"sa-partner-name\">Sam Aguiar</p>\n    <p class=\"sa-partner-role\">Founder</p>\n    <p class=\"sa-partner-area\">Serving Louisville, Lexington, and throughout Kentucky.</p>\n    <a class=\"sa-partner-cta\" href=\"tel:5028888888\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" style=\"width:18px;height:18px;fill:#D97706;vertical-align:middle;\"><path d=\"M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.01-.24c1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.1.31.03.66-.25 1.01l-2.2 2.2z\"/></svg> CALL NOW</a>\n  </div>\n</div>\n<!-- /wp:html -->\n","css":"","status":"Live","updated_at":"2026-06-04 17:30:56"},{"id":62,"name":"Sidebar Related Video Card","version":"2026-06-16","category":"Sidebar","description":"Standalone white video card for the sidebar - NO 'Related Video' eyebrow, YouTube-red rounded-rectangle play button, centered title and meta. The thumbnail degrades to a clean navy gradient if the image is missing (no broken-image icon in preview). Matches the other white sidebar cards.","when_to_use":"Secondary after-trust block on any page that has a relevant brand/YouTube video. Drop in the video URL, thumbnail, title and meta.","source_skill":"sa-sidebar-related-video","rules":"All sidebar cards are white (#fff, 1px rgba(11,33,45,.12) border, 8px radius). Trust card uses a 4px Foundry #D97706 left border (radius 0 8px 8px 0). The only dark gradient left in the sidebar is the form Submit button. Orange is ONLY Foundry #D97706 — legacy #F89C22 is banned. CTA headline (frozen): 'Focus On Healing.' / 'We'll Handle The Rest.' Subline: 'Get Back To Living Your Best Life'. Button text 'CALL NOW' (phone in tel: href only). Form submit 'GET STARTED'. Trust item 3 reads 'Average Settlement Timeline Under 7 Months'. Checkmarks are &#10003; entities. Two font variants ship in the same skill: Poppins (default, 22px CTA headline) and Georgia/Times serif (19px CTA headline) — serif is the approved exception to sa-copywriting §12 no-serif rule for this component family only.\nVideo play affordances must use YouTube red (#FF0000 resting, #CC0000 hover) with a rounded-rectangle YouTube-style button, not a large orange circle.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Two font variants. Poppins (default, CTA headline 22px) shown in the HTML field. Serif variant (Georgia/Times, CTA headline 19px) is in the source skill (sa-sidebar-related-video) references. Production blocks: blocks/related-video-poppins.html and blocks/related-video-serif.html. WordPress-deployable, scoped CSS, no global leak. Source skill: sa-sidebar-related-video.","html":"<!-- wp:html -->\n<style>\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');\n.sa-sidebar-rvid-poppins *{box-sizing:border-box;font-family:Poppins, sans-serif;}\n.sa-sidebar-rvid-poppins{background:#fff;border:1px solid rgba(11,33,45,.12);border-radius:8px;padding:24px 22px;box-shadow:0 4px 14px rgba(0,0,0,0.06);}\n.sa-sidebar-rvid-poppins .rvid-thumb{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:6px;overflow:hidden;background:linear-gradient(160deg,#13303f 0%,#0B212D 100%);text-decoration:none;}\n.sa-sidebar-rvid-poppins .rvid-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}\n.sa-sidebar-rvid-poppins .rvid-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;border-radius:14px;background:#FF0000;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:background .2s ease;}\n.sa-sidebar-rvid-poppins .rvid-thumb:hover .rvid-play{background:#CC0000;}\n.sa-sidebar-rvid-poppins .rvid-play svg{width:30px;height:30px;margin-left:3px;}\n.sa-sidebar-rvid-poppins .rvid-title{font-weight:700;font-size:18px;line-height:1.3;color:#0B212D;text-align:center;margin:16px 0 6px;text-transform:uppercase;}\n.sa-sidebar-rvid-poppins .rvid-meta{font-weight:500;font-size:15px;color:#0B212D;opacity:.7;text-align:center;margin:0;}\n</style>\n<aside class=\"sa-sidebar-rvid-poppins\">\n  <a class=\"rvid-thumb\" href=\"VIDEO_URL\" aria-label=\"Play video\">\n    <img src=\"THUMBNAIL_URL\" alt=\"\" loading=\"lazy\" onerror=\"this.style.display='none'\">\n    <span class=\"rvid-play\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"#FFFFFF\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 5v14l11-7z\"/></svg></span>\n  </a>\n  <p class=\"rvid-title\">What Makes Us Different</p>\n  <p class=\"rvid-meta\">2:14 &middot; 12K views</p>\n</aside>\n<!-- /wp:html -->","css":"","status":"Live","updated_at":"2026-06-16 13:47:51"},{"id":51,"name":"sa-cva-sidebar-stack","version":"2026-06-15c","category":"Sidebar","description":"Modular sidebar stack: navy CTA card, partner attorney headshot card with orange top border, and a checkmark trust list.","when_to_use":"Sidebar content for practice-area/location pages needing CTA + partner + trust list.","source_skill":"sa-cva-sidebar-stack","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The 4px top border on `.sa-partner-inner` and 4px left border on `.sa-sidebar-trust` are approved structural border usages per SAIL v1 spec.\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text (\"Call Now\"), never the phone number itself.\n- Fonts: Poppins (UI) + Georgia/Times New Roman (not used in this block). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`\n2026-06-15c: Sidebar trust-list rows must use a fixed grid marker column; do not absolute-position .ck or li::before markers.","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.\n2026-06-15c: Repaired sidebar trust-list marker overlap guardrails in the registry source.","html":"<!-- ==================== SIDEBAR STACK ==================== -->\n<aside class=\"sa-sidebar\" role=\"complementary\">\n  <div class=\"sa-sidebar-cta\">\n    <h3>Free Case Review</h3>\n    <p>Talk to our team 24/7. Most commercial vehicle cases can be qualified in under 10 minutes.</p>\n    <!-- Firm main line 502-933-6545; swap a DNI tracking number on deploy if needed -->\n    <a class=\"sa-sidebar-btn\" href=\"tel:+15029336545\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z\"/></svg>Call Now</a>\n    <a class=\"sa-sidebar-btn\" href=\"https://aguiarinjurylawyers.com/contact-us/\">Start Online</a>\n  </div>\n  <div class=\"sa-partner-inner\">\n    <div class=\"sa-partner-headshot\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/sam-aguiar-headshot-current.webp\" alt=\"Sam Aguiar, Founder\"></div>\n    <p class=\"sa-partner-name\">Sam Aguiar</p>\n    <p class=\"sa-partner-role\">Founder</p>\n    <p class=\"sa-partner-area\">Serving Louisville, Lexington, and<br>all of Kentucky.</p>\n  </div>\n  <aside class=\"sa-sidebar-trust\">\n    <h4>Why Clients Choose<br>Sam Aguiar Injury Lawyers</h4>\n    <ul>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Forbes Best-In-State Top Lawyer</li>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Super Lawyers 2017&ndash;2026</li>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>Bigger Share Guarantee&reg;</li>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>1,000+ Five-Star Reviews</li>\n      <li><span style=\"color:#D97706;font-weight:700;margin-right:8px;\">&#10003;</span>$0 Out-Of-Pocket Forever</li>\n    </ul>\n  </aside>\n</aside>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Sidebar stack (block) ---------- */\n.sa-sidebar{display:flex;flex-direction:column;gap:20px;}\n.sa-sidebar-cta{background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);padding:28px 22px;border-radius:8px;text-align:center;}\n.sa-sidebar-cta h3{font-weight:700;font-size:22px;line-height:1.25;color:var(--sail-orange);margin:0 0 6px;}\n.sa-sidebar-cta p{font-weight:500;font-size:14px;line-height:1.45;color:#fff;margin:0 0 16px;}\n.sa-sidebar-btn{display:block;width:100%;padding:12px 16px;border:1.5px solid #fff;border-radius:6px;background:transparent;color:#fff;font-weight:700;font-size:16px;text-align:center;text-decoration:none;transition:color .15s,border-color .15s;margin-bottom:10px;}\n.sa-sidebar-btn:last-child{margin-bottom:0;}\n.sa-sidebar-btn:hover{color:var(--sail-orange);border-color:var(--sail-orange);}\n.sa-sidebar-btn svg{vertical-align:-3px;margin-right:8px;}\n.sa-partner-inner{background:#fff;border-top:4px solid var(--sail-orange);box-shadow:0 4px 14px rgba(0,0,0,.06);border-radius:0 0 10px 10px;padding:28px 22px;text-align:center;}\n.sa-partner-headshot{width:90px;height:90px;border-radius:50%;overflow:hidden;margin:0 auto 14px;border:3px solid var(--sail-orange);}\n.sa-partner-headshot img{width:100%;height:100%;object-fit:cover;}\n.sa-partner-name{font-size:18px;font-weight:700;margin:0 0 2px;}\n.sa-partner-role{font-size:12px;font-weight:600;color:var(--sail-orange-deep);text-transform:uppercase;letter-spacing:.1em;margin:0 0 12px;}\n.sa-partner-area{font-size:13px;font-weight:500;opacity:1;margin:0 0 16px;}\n.sa-sidebar-trust{background:var(--sail-ink-light);border-left:4px solid var(--sail-orange);border-radius:0 8px 8px 0;padding:22px;}\n.sa-sidebar-trust h4{font-weight:700;font-size:18px;line-height:1.3;margin:0 0 14px;text-align:center;text-transform:uppercase;letter-spacing:.02em;}\n.sa-sidebar-trust ul{list-style:none;margin:0;padding:0;}\n.sa-sidebar-trust li{display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:10px;align-items:start;font-weight:500;font-size:15px;line-height:1.4;padding:10px 0;border-bottom:1px solid rgba(11,33,45,.08);}\n.sa-sidebar-trust li:last-child{border-bottom:0;}\n.sa-sidebar-trust li::before{position:static;color:var(--sail-orange);font-weight:700;line-height:1.4;}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-sidebar h1,.sa-sidebar h2,.sa-sidebar h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-sidebar .cva-btn,.sa-sidebar .cva-btn--primary,.sa-sidebar .cva-btn--ghost,.sa-sidebar .sa-cta-banner-btn,.sa-sidebar .sa-sidebar-btn,.sa-sidebar .sa-side-btn,.sa-sidebar .sa-submit-btn,.sa-sidebar .sa-bsg-cta,.sa-sidebar .sa-hero-cta,.sa-sidebar .sa-partner-btn,.sa-sidebar .sa-btn,.sa-sidebar .sa-cta,.sa-sidebar .sa-cta-btn,.sa-sidebar .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-15 16:50:15"},{"id":108,"name":"sa-sidebar-guidepost-card","version":"2026-06-15","category":"Sidebar","description":"Exact 336px Sidebar Guidepost Card from Sam screenshot: compact related-pages utility card with Foundry-orange top border, centered \"Related Pages\" heading, divider rows, orange chevrons, and navy Title Case link labels. Designed for sticky right rails on practice-area and location pages.","when_to_use":"Use in a 336px sticky sidebar when the page needs a short, high-relevance guidepost list to adjacent practice-area, trucking, insurance, or location pages. Place below primary CTA/form/trust blocks, not above the main conversion stack.","source_skill":"sa-design-elements; source screenshot from current Codex thread; added via registry screenshot intake 2026-06-15","rules":"1. Width target is 336px. It may fill its container but should not exceed the sidebar rail width.\n2. Use a 4px Foundry-orange top border only. Do not add an orange background fill.\n3. Heading is centered, all caps, and exactly \"Related Pages\" unless a page-specific label is approved.\n4. Links are navy, Title Case, and separated by light dividers. Chevrons are Foundry orange.\n5. Keep to 4-7 links. If the list is longer, use sa-related-resources-card instead.\n6. This is the compact guidepost card. Do not confuse it with the larger bottom Related Resources card.","live_reference":"","deployment_notes":"This row captures the exact mockup card that was missing from the registry. If promoted to Live, reconcile with sa-related-resources-card placement rules so agents know when to use compact sidebar guideposts versus bottom-sidebar related resources.","html":"<nav class=\"sa-sidebar-guidepost\" aria-label=\"Related pages\">\n  <h2>Related Pages</h2>\n  <ul>\n    <li><a href=\"/practice-areas/truck-accident/\">Kentucky Truck Accident Lawyer</a></li>\n    <li><a href=\"/practice-areas/wrongful-death/\">Trucking Wrongful Death</a></li>\n    <li><a href=\"/truck-talk/trucking-insurance/\">Trucking Insurance Coverage</a></li>\n    <li><a href=\"/resources/causes-of-truck-crashes/\">Causes Of Truck Crashes</a></li>\n    <li><a href=\"/practice-areas/delivery-vehicle-accidents/\">Delivery Vehicle Crashes</a></li>\n  </ul>\n</nav>","css":".sa-sidebar-guidepost{width:100%;max-width:336px;margin:0 auto;background:#f7f9fa;border:1px solid #dde5ea;border-top:4px solid #D97706;border-radius:10px;padding:30px 24px 24px;font-family:Poppins,system-ui,sans-serif;color:#0B212D;box-sizing:border-box;}.sa-sidebar-guidepost h2{margin:0 0 18px;color:#0B212D!important;text-align:center;text-transform:uppercase;font-size:15px;line-height:1.25;font-weight:800;letter-spacing:.08em;}.sa-sidebar-guidepost ul{list-style:none;margin:0;padding:0;}.sa-sidebar-guidepost li{border-bottom:1px solid rgba(11,33,45,.12);}.sa-sidebar-guidepost li:last-child{border-bottom:0;}.sa-sidebar-guidepost a{display:grid;grid-template-columns:14px 1fr;gap:8px;align-items:center;padding:13px 0;text-decoration:none;color:#0B212D!important;font-size:14px;font-weight:800;line-height:1.35;}.sa-sidebar-guidepost a::before{content:\"›\";color:#D97706;font-weight:900;font-size:16px;line-height:1;}.sa-sidebar-guidepost a:hover,.sa-sidebar-guidepost a:focus{color:#D97706!important;}@media(max-width:960px){.sa-sidebar-guidepost{max-width:none;}}","status":"Beta","updated_at":"2026-06-15 19:35:05"},{"id":32,"name":"sa-sidebar-quick-easy","version":"2026-05-29","category":"Sidebar","description":"Sidebar-scoped Mini 2-up variant of the homepage Quick & Easy block. Lives as the after-trust closer in sa-sidebar-option-a optional block #7. Same shape and tokens as the homepage element, scaled down for the 340px sidebar column.","when_to_use":"Practice-area and location-page sidebars where 'how easy this is' reinforces the CTA. Goes in the after-trust slot. Mutually exclusive with ticker, review-break, snippet, mini-bio in that same slot. DO NOT use on the homepage - the body already has the full-bleed version.","source_skill":"sa-sidebar-option-a","rules":"1. Only ONE after-trust block per sidebar - never combine with ticker/review/snippet/mini-bio.\n2. Numbers are #F89C22, all text is solid #FFFFFF (full opacity per sa-brand-decisions v1.1).\n3. Locked copy: '3 Rings - Reach a live person' / '10 Min - Qualify your case.'\n4. No icons, no animation.\n5. H4 reads 'Quick & Easy' (ampersand entity) in 16px uppercase white centered.\n6. Banned on the homepage.\n7. Sits AFTER the trust list, not before.","live_reference":"https://aguiarinjurylawyers.com/ (homepage full-bleed parent element)","deployment_notes":"Packaged in sa-sidebar-option-a v3.3 (2026-05-28) as the 7th optional add-on block. Reference doc: references/optional-quick-easy.md. Not yet deployed to a live sidebar - first deploy will set the canonical live URL.","html":"<aside class=\"sa-sidebar-quick\">\n  <h4>Quick &amp; Easy</h4>\n  <div class=\"sa-sidebar-quick-stats\">\n    <div class=\"sa-sidebar-quick-card\">\n      <div class=\"sa-sidebar-quick-num\">3</div>\n      <div class=\"sa-sidebar-quick-unit\">Rings</div>\n      <p class=\"sa-sidebar-quick-desc\">Reach a live person</p>\n    </div>\n    <div class=\"sa-sidebar-quick-card\">\n      <div class=\"sa-sidebar-quick-num\">10</div>\n      <div class=\"sa-sidebar-quick-unit\">Min</div>\n      <p class=\"sa-sidebar-quick-desc\">Qualify your case</p>\n    </div>\n  </div>\n</aside>","css":".sa-sidebar-quick {\n  background: linear-gradient(0deg, #000000 0%, #0B212D 100%);\n  border-radius: 8px;\n  padding: 22px 18px;\n  text-align: center;\n}\n.sa-sidebar-quick h4 {\n  font-family: 'Poppins', sans-serif;\n  font-size: 16px;\n  font-weight: 700;\n  color: #FFFFFF;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  margin: 0 0 16px;\n  line-height: 1.2;\n  text-align: center;\n}\n.sa-sidebar-quick-stats {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n}\n.sa-sidebar-quick-card {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(217,119,6,0.25);\n  border-radius: 8px;\n  padding: 18px 8px 16px;\n  text-align: center;\n}\n.sa-sidebar-quick-num {\n  font-family: 'Poppins', sans-serif;\n  font-size: 32px;\n  font-weight: 700;\n  color: #D97706;\n  line-height: 1;\n  margin: 0 0 6px;\n}\n.sa-sidebar-quick-unit {\n  font-family: 'Poppins', sans-serif;\n  font-size: 16px;\n  font-weight: 700;\n  color: #FFFFFF;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  line-height: 1.1;\n  margin: 0 0 8px;\n}\n.sa-sidebar-quick-desc {\n  font-family: 'Poppins', sans-serif;\n  font-size: 13px;\n  font-weight: 500;\n  color: #FFFFFF;\n  line-height: 1.35;\n  margin: 0;\n}","status":"Live","updated_at":"2026-06-02 23:15:46"},{"id":4,"name":"sa-as-featured-in","version":"2026-05-25","category":"Social Proof","description":"Horizontal strip of full-color press logos (NYT, CNN, Time, Rolling Stone, Washington Post, NPR, Hulu, etc.). Header \"As Featured In.\"","when_to_use":"Once per page, LOW on the page, before the final CTA banner.","source_skill":"sa-as-featured-in","rules":"1. Full color. Never grayscale, never monochrome, never tinted: The brand colors of each publication must show through.\n2. Placed LOW on the page: Never near the hero, trust bar, or top-of-page social-proof. Maintain at least one section's padding above and below — especially between this strip and the Trust Badges Grid (`sa-trust-badges-grid`).\n3. Canonical image URLs only: No Wikipedia thumb URLs (they 403 in headless render). Use the firm-hosted `/wp-content/uploads/2026/02/...` paths shown in the snippet.\n4. Logo roster must be true and current: Do not add publications the firm has not actually been featured in. Approved roster as of 2026-05-25:\n5. Header is exactly: `As Featured In`. No subtitle. No date stamp.\n6. Alt text: uses lowercase descriptive convention per the sitewide image alt-text rule.\n7. No hover animations, no parallax, no grayscale-to-color transitions: Logos render full color, static.\n8. Mobile centering: applies to the header per the sitewide rule. Logos wrap to multiple rows on mobile via flex.\n9. No deprecated colors: in section padding or background. Section background is white or light tint per the page rhythm.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"Replace any 403-prone URLs with self-hosted copies. Verify list quarterly.","html":"<section class=\"sal-asib\">\n  <div class=\"sal-asib-inner\">\n    <p class=\"sal-asib-heading\">As Featured In</p>\n    <div class=\"sal-asib-logos\">\n      <div class=\"sal-asib-logo\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/New-York-Times-Logo-scaled.webp\" alt=\"The new york times\" loading=\"lazy\" width=\"2560\" height=\"1440\"></div>\n      <div class=\"sal-asib-logo\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/CNN-Logo-scaled.webp\" alt=\"Cnn\" loading=\"lazy\" width=\"2560\" height=\"1707\"></div>\n      <div class=\"sal-asib-logo\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/time-magazine-logo.webp\" alt=\"Time magazine\" loading=\"lazy\" width=\"840\" height=\"299\"></div>\n      <div class=\"sal-asib-logo\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/rolling-stone-logo.webp\" alt=\"Rolling stone\" loading=\"lazy\" width=\"441\" height=\"114\"></div>\n      <div class=\"sal-asib-logo\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/washington-post-logo.webp\" alt=\"Washington post\" loading=\"lazy\" width=\"504\" height=\"100\"></div>\n      <div class=\"sal-asib-logo\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/NPR-logo-scaled.webp\" alt=\"Npr\" loading=\"lazy\" width=\"2560\" height=\"1440\"></div>\n      <div class=\"sal-asib-logo\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/hulu-logo-.webp\" alt=\"Hulu\" loading=\"lazy\" width=\"374\" height=\"135\"></div>\n    </div>\n  </div>\n</section>","css":"/* ============== sa-as-featured-in - press logo strip ============== */\n.sal-asib{\n  padding:48px 24px;\n  background:#fff;\n}\n.sal-asib-inner{\n  max-width:1180px;\n  margin:0 auto;\n  text-align:center;\n}\n.sal-asib-heading{\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:clamp(18px,2.2vw,22px);\n  color:#0B212D;\n  text-align:center;\n  margin:0 0 28px;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n}\n.sal-asib-logos{\n  display:flex;\n  flex-wrap:wrap;\n  align-items:center;\n  justify-content:center;\n  gap:36px 48px;\n}\n.sal-asib-logo{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex:0 0 auto;\n}\n.sal-asib-logo img{\n  max-height:42px;\n  max-width:160px;\n  width:auto;\n  height:auto;\n  object-fit:contain;\n  /* Full color - never grayscale */\n  filter:none;\n  opacity:1;\n}\n\n@media (max-width:768px){\n  .sal-asib{ padding:36px 16px; }\n  .sal-asib-logos{ gap:24px 32px; }\n  .sal-asib-logo img{ max-height:32px; max-width:120px; }\n  .sal-asib-heading{ text-align:center; }\n}","status":"Live","updated_at":"2026-06-06 16:03:21"},{"id":107,"name":"sa-client-culture-video-band","version":"2026-06-16","category":"Social Proof","description":"Client Culture / Community two-column video band. Dark Visible Depth left-copy band, smaller all-caps \"Clients. Culture. Community.\" headline with Community in Foundry orange, concise supporting copy, and a right-side 16:9 video thumbnail with a YouTube-red play button.","when_to_use":"Use as a trust-building firm-culture video band on homepage, about, attorney, or high-intent practice pages where visitors need to see the people and values behind the case team. Best below the hero or after the first proof section, not as the final CTA.","source_skill":"sa-design-elements; source screenshot from current Codex thread; added via registry screenshot intake 2026-06-15","rules":"1. Keep the headline text \"Clients. Culture. Community.\" unless Sam approves a page-specific variant; Community should render in Foundry orange.\n2. Left panel uses Visible Depth navy/black background with full-opacity white text.\n3. No eyebrow/kicker or Louisville attribution in this element.\n4. Video card is 16:9 with a dark thumbnail treatment and no text overlay.\n5. Use a real YouTube or nocookie embed in production. Static thumbnail fallback must not show broken-image icons.\n6. Mobile stacks copy above video with text still left-aligned unless the host page is fully centered.\nVideo play affordances must use YouTube red (#FF0000 resting, #CC0000 hover) with a rounded-rectangle YouTube-style button, not a large orange circle.","live_reference":"","deployment_notes":"Production needs the approved firm-culture video URL and thumbnail. If no final video exists, keep this row Beta and use the thumbnail-only preview. QA at 1280 desktop and 390 mobile before promoting to Live. 2026-06-16: removed eyebrow, removed Louisville attribution, shortened copy, made Community orange, removed video text overlays, and standardized the play affordance to YouTube red. 2026-06-16 follow-up: added mobile overflow guard after local Chrome screenshot QA showed the copy/thumbnail needed stricter viewport containment. 2026-06-16 follow-up: centered the culture-band heading to match sa-copywrite-design header alignment.","html":"<section class=\"sa-culture-band\" aria-labelledby=\"sa-culture-band-title\">\n  <div class=\"sa-culture-band__inner\">\n    <div class=\"sa-culture-band__copy\">\n      <h2 id=\"sa-culture-band-title\">Clients. Culture. <span>Community.</span></h2>\n      <p>Hear from our team about the way we do things for our clients and community.</p>\n    </div>\n    <a class=\"sa-culture-band__video\" href=\"https://www.youtube.com/\" aria-label=\"Play firm culture video\">\n      <span class=\"sa-culture-band__play\" aria-hidden=\"true\"></span>\n    </a>\n  </div>\n</section>","css":".sa-culture-band{background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;font-family:Poppins,system-ui,sans-serif;padding:52px 24px;overflow:hidden;}.sa-culture-band *{box-sizing:border-box;}\n.sa-culture-band__inner{max-width:1180px;width:100%;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:56px;align-items:center;}\n.sa-culture-band__copy{min-width:0;}\n.sa-culture-band h2{font-size:clamp(28px,4vw,44px);line-height:1.05;font-weight:900;text-transform:uppercase;letter-spacing:0;text-align:center;color:#fff!important;margin:0 0 18px;max-width:520px;}.sa-culture-band h2 span{color:#D97706!important;}\n.sa-culture-band__copy>p{font-size:16px;line-height:1.55;font-weight:600;color:#fff!important;max-width:610px;margin:0;}\n.sa-culture-band__video{position:relative;display:block;width:100%;max-width:100%;aspect-ratio:16/9;border-radius:4px;overflow:hidden;background:linear-gradient(135deg,#222 0%,#59534d 55%,#0B212D 100%);box-shadow:0 16px 34px rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.10);text-decoration:none;color:#fff;}.sa-culture-band__video::before{content:\"\";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.08));}\n.sa-culture-band__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:48px;border-radius:14px;background:#FF0000;box-shadow:0 8px 24px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;}.sa-culture-band__video:hover .sa-culture-band__play{background:#CC0000;}.sa-culture-band__play::after{content:\"\";display:block;border-style:solid;border-width:11px 0 11px 18px;border-color:transparent transparent transparent #fff;margin-left:4px;}\n@media(max-width:860px){.sa-culture-band__inner{grid-template-columns:minmax(0,1fr);gap:28px}.sa-culture-band{padding:44px 20px}.sa-culture-band h2{font-size:34px;max-width:100%;}.sa-culture-band__copy>p{max-width:100%;overflow-wrap:break-word}.sa-culture-band__video{width:100%;min-width:0}}","status":"Beta","updated_at":"2026-06-16 13:56:45"},{"id":111,"name":"sa-clients-family-marquee-v1","version":"2026-06-15","category":"Social Proof","description":"Clients All Across Kentucky Become Part of the Family photo-social-proof section. Version 1 is a single-row scrolling marquee with portrait client cards on a white band, normalized from the v7 local mockup into production-safe sa-* classes.","when_to_use":"Selective sitewide use for blog posts and long-form resource posts where a lighter mid-page or lower-page social-proof beat is needed without adding a second full row of motion. Prefer after the first substantive content section or before the final CTA, especially on posts that are text-heavy and do not already show client-family imagery.","source_skill":"Local mockup source: C:\\Users\\SAguiar\\Documents\\Web Elements\\collected-local-html-2026-05-27_134940\\Downloads\\Clients Family Section — 5 Variants (v7) (1).html","rules":"1. Use only one Clients Family photo section per post/page.\n2. Keep this as supporting social proof, not the primary CTA, hero, or footer CTA replacement.\n3. Do not pair directly adjacent to another heavy social-proof module such as review grids, badge grids, or video testimonials.\n4. Use live firm-hosted WebP client photos only; preserve lazy loading and neutral alt text.\n5. Desktop and mobile QA required before moving from Beta to Live because the marquees are image-heavy and animated.\n6. Respect prefers-reduced-motion in a production hardening pass before broad rollout.\n7. Version 1 is the preferred post/article variant because it is visually lighter than the two-row page treatment.","live_reference":"","deployment_notes":"Registry entry added from Clients Family Section - 5 Variants v7 on 2026-06-15. Not yet mass-deployed. Recommended next step: create a reversible WordPress insertion map that assigns V1 to selected posts and V2 to selected pages, backs up every edited post/page, then tests desktop/mobile samples before cache purge.","html":"<section class=\"sa-clients-family-v1\">\n  <div class=\"sa-clients-family-container\">\n      <div class=\"sa-clients-family-header\">\n        <h2>Clients All Across Kentucky<br><span class=\"accent\">Become Part of the Family</span></h2>\n      </div>\n    <div class=\"sa-clients-family-v1-marquee\">\n      <div class=\"sa-clients-family-v1-track\"><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-9.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-14.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-17.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-07.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-06.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-2.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-12.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-5.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-10.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-16.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-20.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-12.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-6.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-18.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-02.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-3.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-8.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-03.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-7.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-19.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-05.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-15.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-08.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-09.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-13.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-01.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-04.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-10.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-9.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-9.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-14.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-17.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-07.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-06.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-2.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-12.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-5.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-10.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-16.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-20.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-12.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-6.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-18.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-02.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-3.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-8.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-03.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-7.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-19.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-05.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-15.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-08.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-09.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-13.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-01.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-04.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-10.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-9.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v1-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"260\" height=\"320\" loading=\"lazy\" /></div></div>\n    </div>\n  </div>\n</section>","css":".sa-clients-family-container{max-width:1200px;margin:0 auto;padding:0 24px;}\n.sa-clients-family-header{text-align:center;max-width:820px;margin:0 auto 18px;}\n.sa-clients-family-header h2{font-family:'Poppins',sans-serif;font-size:36px;font-weight:700;color:#0B212D!important;margin:0;line-height:1.2;}\n.sa-clients-family-header .accent{color:#F89C22!important;}\n@media(max-width:768px){.sa-clients-family-header h2{font-size:28px;}}.sa-clients-family-v1{background:#FFFFFF;padding:36px 0;}\n.sa-clients-family-v1-marquee{position:relative;max-width:100%;overflow:hidden;margin:0 -24px;}\n.sa-clients-family-v1-track{display:flex;gap:20px;width:max-content;animation:saClientsFamilyV1Scroll 120s linear infinite;padding:12px 0;}\n.sa-clients-family-v1-marquee:hover .sa-clients-family-v1-track{animation-play-state:paused;}\n.sa-clients-family-v1-card{flex:0 0 auto;width:260px;height:320px;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(11,33,45,.12);position:relative;transition:transform .3s ease;}\n.sa-clients-family-v1-card:hover{transform:translateY(-4px);}\n.sa-clients-family-v1-card img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block;}\n@keyframes saClientsFamilyV1Scroll{0%{transform:translateX(0);}100%{transform:translateX(calc(-1 * (100% / 2)));}}\n@media(max-width:768px){.sa-clients-family-v1-card{width:200px;height:260px;}.sa-clients-family-v1-track{animation-duration:90s;}}","status":"Beta","updated_at":"2026-06-15 23:25:49"},{"id":112,"name":"sa-clients-family-marquee-v2","version":"2026-06-15","category":"Social Proof","description":"Clients All Across Kentucky Become Part of the Family photo-social-proof section. Version 2 is a staggered two-row counter-scrolling marquee with square client cards on a soft gray band, normalized from the v7 local mockup into production-safe sa-* classes.","when_to_use":"Selective sitewide use for pages, especially practice-area, location, homepage-adjacent, and conversion pages where a stronger visual family/trust proof section is appropriate. Avoid on already media-heavy articles or pages that already contain multiple review/testimonial modules.","source_skill":"Local mockup source: C:\\Users\\SAguiar\\Documents\\Web Elements\\collected-local-html-2026-05-27_134940\\Downloads\\Clients Family Section — 5 Variants (v7) (1).html","rules":"1. Use only one Clients Family photo section per post/page.\n2. Keep this as supporting social proof, not the primary CTA, hero, or footer CTA replacement.\n3. Do not pair directly adjacent to another heavy social-proof module such as review grids, badge grids, or video testimonials.\n4. Use live firm-hosted WebP client photos only; preserve lazy loading and neutral alt text.\n5. Desktop and mobile QA required before moving from Beta to Live because the marquees are image-heavy and animated.\n6. Respect prefers-reduced-motion in a production hardening pass before broad rollout.\n7. Version 2 is the preferred page/conversion variant because it has a stronger visual footprint and two-row motion.","live_reference":"","deployment_notes":"Registry entry added from Clients Family Section - 5 Variants v7 on 2026-06-15. Not yet mass-deployed. Recommended next step: create a reversible WordPress insertion map that assigns V1 to selected posts and V2 to selected pages, backs up every edited post/page, then tests desktop/mobile samples before cache purge.","html":"<section class=\"sa-clients-family-v2\">\n  <div class=\"sa-clients-family-container\">\n      <div class=\"sa-clients-family-header\">\n        <h2>Clients All Across Kentucky<br><span class=\"accent\">Become Part of the Family</span></h2>\n      </div>\n    <div class=\"sa-clients-family-v2-rows\">\n      <div class=\"sa-clients-family-v2-row sa-clients-family-v2-row-1\">\n        <div class=\"sa-clients-family-v2-row-inner\"><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-13.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-5.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-12.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-6.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-10.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-7.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-08.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-16.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-9.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-10.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-2.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-18.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-02.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-20.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-03.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-13.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-5.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-12.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-6.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-10.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-7.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-08.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-16.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-9.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-10.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-2.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-18.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-02.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-20.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-03.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div></div>\n      </div>\n      <div class=\"sa-clients-family-v2-row sa-clients-family-v2-row-2\">\n        <div class=\"sa-clients-family-v2-row-inner\"><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-3.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-14.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-01.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-5.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-09.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-6.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-18.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-20.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-15.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-06.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-7.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-05.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-2.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-3.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-4.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-14.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-01.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-5.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-09.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-6.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-18.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-20.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-15.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-06.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-11.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-7.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/05/client-photo-2026-may-05.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div><div class=\"sa-clients-family-v2-card\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Happy-Clients-2.webp\" alt=\"Sam Aguiar Injury Lawyers client\" width=\"220\" height=\"220\" loading=\"lazy\" /></div></div>\n      </div>\n    </div>\n  </div>\n</section>","css":".sa-clients-family-container{max-width:1200px;margin:0 auto;padding:0 24px;}\n.sa-clients-family-header{text-align:center;max-width:820px;margin:0 auto 18px;}\n.sa-clients-family-header h2{font-family:'Poppins',sans-serif;font-size:36px;font-weight:700;color:#0B212D!important;margin:0;line-height:1.2;}\n.sa-clients-family-header .accent{color:#F89C22!important;}\n@media(max-width:768px){.sa-clients-family-header h2{font-size:28px;}}.sa-clients-family-v2{background:#F7F9FA;padding:36px 0;}\n.sa-clients-family-v2-rows{display:flex;flex-direction:column;gap:16px;margin:0 -24px;}\n.sa-clients-family-v2-row{overflow:hidden;}\n.sa-clients-family-v2-row-inner{display:flex;gap:16px;width:max-content;}\n.sa-clients-family-v2-row-1 .sa-clients-family-v2-row-inner{animation:saClientsFamilyV2Left 90s linear infinite;}\n.sa-clients-family-v2-row-2 .sa-clients-family-v2-row-inner{animation:saClientsFamilyV2Right 90s linear infinite;}\n.sa-clients-family-v2-card{flex:0 0 auto;width:220px;height:220px;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(11,33,45,.1);}\n.sa-clients-family-v2-card img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;}\n@keyframes saClientsFamilyV2Left{0%{transform:translateX(0);}100%{transform:translateX(calc(-1 * (100% / 2)));}}\n@keyframes saClientsFamilyV2Right{0%{transform:translateX(calc(-1 * (100% / 2)));}100%{transform:translateX(0);}}\n@media(max-width:768px){.sa-clients-family-v2-card{width:160px;height:160px;}.sa-clients-family-v2-row-1 .sa-clients-family-v2-row-inner,.sa-clients-family-v2-row-2 .sa-clients-family-v2-row-inner{animation-duration:70s;}}","status":"Beta","updated_at":"2026-06-15 23:25:49"},{"id":47,"name":"sa-cva-media-band","version":"2026-06-16","category":"Social Proof","description":"'In The Media' dark band header plus a 3-up video card grid with placeholder play buttons and a More Videos link.","when_to_use":"Showcase press/media coverage as a dark band with a 3-up video grid.","source_skill":"sa-cva-media-band","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The 4px top border and the H2 bottom-border use orange correctly.\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (UI) + Georgia/Times New Roman (display). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`\nVideo play affordances must use YouTube red (#FF0000 resting, #CC0000 hover) with a rounded-rectangle YouTube-style button, not a large orange circle.","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":"<!-- ==================== MEDIA BAND ==================== -->\n<section class=\"sa-media-band\">\n  <div class=\"sa-media-band-inner\">\n    <h2>In The Media</h2>\n    <p>Our attorneys are recognized voices for Kentucky crash victims, featured across local and national coverage.</p>\n  </div>\n</section>\n<section class=\"sa-media-cards\">\n  <div class=\"sa-media-cards-inner\">\n    <!-- TODO(deploy): replace each .sa-media-video with a real YouTube iframe -->\n    <div class=\"sa-media-card\"><div class=\"sa-media-video\"><span class=\"sa-media-play\"></span></div><div class=\"sa-media-body\"><h3>Video Title Placeholder</h3></div></div>\n    <div class=\"sa-media-card\"><div class=\"sa-media-video\"><span class=\"sa-media-play\"></span></div><div class=\"sa-media-body\"><h3>Video Title Placeholder</h3></div></div>\n    <div class=\"sa-media-card\"><div class=\"sa-media-video\"><span class=\"sa-media-play\"></span></div><div class=\"sa-media-body\"><h3>Video Title Placeholder</h3></div></div>\n  </div>\n  <div class=\"sa-media-seeall\"><a href=\"https://aguiarinjurylawyers.com/resources/\">More Videos &rarr;</a></div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Media band (block) ---------- */\n.sa-media-band{background:linear-gradient(180deg,#000 0%,var(--sail-navy) 100%);border-top:4px solid var(--sail-orange);padding:60px 24px 44px;color:#fff;text-align:center;}\n.sa-media-band-inner{max-width:900px;margin:0 auto;}\n.sa-media-band h2{font-size:34px;font-weight:700;margin:0 auto 14px;color:#fff;border-bottom:3px solid var(--sail-orange);display:inline-block;padding-bottom:6px;text-transform:uppercase;letter-spacing:.02em;}\n.sa-media-band p{font-size:16px;color:#fff;margin:0 auto;line-height:1.6;max-width:680px;}\n.sa-media-cards{background:var(--sail-ink-light);padding:44px 24px 50px;}\n.sa-media-cards-inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}\n.sa-media-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(11,33,45,.08);}\n.sa-media-video{position:relative;width:100%;aspect-ratio:16/9;background:var(--sail-navy);display:flex;align-items:center;justify-content:center;}\n.sa-media-play{width:68px;height:48px;background:#FF0000;border-radius:14px;display:flex;align-items:center;justify-content:center;}\n.sa-media-play::after{content:'';border-style:solid;border-width:11px 0 11px 18px;border-color:transparent transparent transparent #fff;margin-left:4px;}\n.sa-media-video:hover .sa-media-play{background:#CC0000;}\n.sa-media-body{padding:16px 18px;text-align:center;}\n.sa-media-body h3{font-size:15px;font-weight:700;color:#5a6b75;margin:0;line-height:1.3;text-transform:uppercase;letter-spacing:.04em;}\n.sa-media-seeall{text-align:center;max-width:var(--container);margin:28px auto 0;}\n.sa-media-seeall a{color:var(--sail-navy);font-weight:700;font-size:15px;text-decoration:none;border-bottom:2px solid var(--sail-orange);padding-bottom:2px;}\n@media(max-width:900px){.sa-media-cards-inner{grid-template-columns:1fr;}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-media-band h1,.sa-media-band h2,.sa-media-band h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-media-band .cva-btn,.sa-media-band .cva-btn--primary,.sa-media-band .cva-btn--ghost,.sa-media-band .sa-cta-banner-btn,.sa-media-band .sa-sidebar-btn,.sa-media-band .sa-side-btn,.sa-media-band .sa-submit-btn,.sa-media-band .sa-bsg-cta,.sa-media-band .sa-hero-cta,.sa-media-band .sa-partner-btn,.sa-media-band .sa-btn,.sa-media-band .sa-cta,.sa-media-band .sa-cta-btn,.sa-media-band .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-16 13:47:51"},{"id":40,"name":"sa-cva-results-ticker","version":"2026-06-15","category":"Social Proof","description":"Photo-backed rotating results ticker cycling 18 settlement amounts on a 72-second CSS loop.","when_to_use":"Add animated settlement proof on a page that already has a strong hero image. Use near the top of the content flow on pages/posts, after the first proof snippet or TOC when present.","source_skill":"sa-cva-results-ticker","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. The `.pa-ticker-amount` uses orange as text color, which is correct.\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (UI) + Georgia/Times New Roman (display). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`\nTitle/headline text and case-type labels render in full uppercase via scoped CSS. Place results elements high on pages and posts, ideally after the opening proof snippet or TOC and before deep body sections. Do not park results strips near the footer or bottom proof block.","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.\n2026-06-15: Added uppercase headline/case-type casing standard and high-placement rule for pages and posts.","html":"<!-- ==================== RESULTS TICKER ==================== -->\n<section class=\"pa-results-ticker\">\n  <div class=\"pa-ticker-title\">Real Clients. Real Results.</div>\n  <div class=\"pa-ticker-wrap\">\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$14,000,000</div><div class=\"pa-ticker-desc\">Insurance Dispute</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$12,000,000</div><div class=\"pa-ticker-desc\">Wrongful Death</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,800,000</div><div class=\"pa-ticker-desc\">Car Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,250,000</div><div class=\"pa-ticker-desc\">Commercial Vehicle</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,100,000</div><div class=\"pa-ticker-desc\">Box Truck Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,000,000</div><div class=\"pa-ticker-desc\">Semi Truck Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,000,000</div><div class=\"pa-ticker-desc\">Premises Liability</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$5,200,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$4,400,000</div><div class=\"pa-ticker-desc\">Pedestrian Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$4,100,000</div><div class=\"pa-ticker-desc\">Car Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$3,000,000</div><div class=\"pa-ticker-desc\">School Supervision</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$2,200,000</div><div class=\"pa-ticker-desc\">Truck Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$1,800,000</div><div class=\"pa-ticker-desc\">Underinsured Motorist</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$1,500,000</div><div class=\"pa-ticker-desc\">Motorcycle Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$1,500,000</div><div class=\"pa-ticker-desc\">Civil Rights</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$1,100,000</div><div class=\"pa-ticker-desc\">UM Claim</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$1,000,000</div><div class=\"pa-ticker-desc\">Dram Shop</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$1,000,000</div><div class=\"pa-ticker-desc\">Police Chase</div></div>\n  </div>\n  <a class=\"pa-ticker-link\" href=\"https://aguiarinjurylawyers.com/about-us/our-results/\">More Results &rarr;</a>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Results ticker (block) ---------- */\n.pa-results-ticker{position:relative;background-color:#0B212D;background-image:linear-gradient(rgba(11,33,45,.82),rgba(11,33,45,.9)),url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/bokeh_effect_with_plenty_of_blur__highway_seen__not_too_much.webp');background-size:cover;background-position:center;padding:56px 30px;text-align:center;overflow:hidden;}\n.pa-ticker-title{font-size:30px;font-weight:700;color:#fff;margin-bottom:40px;}\n.pa-ticker-wrap{position:relative;height:110px;margin-bottom:32px;overflow:hidden;}\n.pa-ticker-item{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;animation:pa-ticker-fade 72s infinite;}\n.pa-ticker-amount{font-size:48px;font-weight:700;color:var(--sail-orange);line-height:1.2;}\n.pa-ticker-desc{font-size:18px;font-weight:600;color:#fff;margin-top:8px;}\n.pa-ticker-item:nth-child(1){animation-delay:0s}.pa-ticker-item:nth-child(2){animation-delay:4s}.pa-ticker-item:nth-child(3){animation-delay:8s}.pa-ticker-item:nth-child(4){animation-delay:12s}.pa-ticker-item:nth-child(5){animation-delay:16s}.pa-ticker-item:nth-child(6){animation-delay:20s}.pa-ticker-item:nth-child(7){animation-delay:24s}.pa-ticker-item:nth-child(8){animation-delay:28s}.pa-ticker-item:nth-child(9){animation-delay:32s}.pa-ticker-item:nth-child(10){animation-delay:36s}.pa-ticker-item:nth-child(11){animation-delay:40s}.pa-ticker-item:nth-child(12){animation-delay:44s}.pa-ticker-item:nth-child(13){animation-delay:48s}.pa-ticker-item:nth-child(14){animation-delay:52s}.pa-ticker-item:nth-child(15){animation-delay:56s}.pa-ticker-item:nth-child(16){animation-delay:60s}.pa-ticker-item:nth-child(17){animation-delay:64s}.pa-ticker-item:nth-child(18){animation-delay:68s}\n@keyframes pa-ticker-fade{0%{opacity:0;transform:translateY(12px)}.7%{opacity:1;transform:translateY(0)}4.456%{opacity:1;transform:translateY(0)}5.556%{opacity:0;transform:translateY(-12px)}100%{opacity:0}}\n.pa-ticker-link{color:var(--sail-orange);font-size:16px;font-weight:700;text-decoration:none;}\n.pa-ticker-link:hover{text-decoration:underline;color:#fff;}\n\n/* Results ticker casing and placement standard, 2026-06-15. */\n.pa-results-ticker .pa-ticker-title,\n.pa-results-ticker .pa-ticker-desc{\n  text-transform:uppercase;\n}\n.pa-results-ticker .pa-ticker-title{\n  letter-spacing:.04em;\n}\n.pa-results-ticker .pa-ticker-desc{\n  letter-spacing:.05em;\n  font-weight:700;\n}\n","status":"Live","updated_at":"2026-06-15 13:06:05"},{"id":80,"name":"sa-cva-reviews-slider-google","version":"2026-06-10","category":"Social Proof","description":"Google-branded variant of sa-cva-reviews-slider: same auto-scroll marquee, but the four-color Google G appears on every review card (and beside the header rating) so each testimonial reads as a verified Google review. Pick this OR sa-cva-reviews-slider, not both.","when_to_use":"Continuous-scroll Google reviews strip instead of a static testimonial block.","source_skill":"sa-cva-reviews-slider","rules":"- Foundry orange `#D97706` is for text, borders (up to 4px), dividers, and icon strokes only -- never a background fill. Star icons and reviewer names use orange as text color, which is correct.\n- No em dashes in body copy. Production copy should follow the firm's em-dash style guide.\n- Phone number lives in `tel:` href only. Button label is text, never the phone number itself.\n- Fonts: Poppins (UI) + Georgia/Times New Roman (H2). The host page must load the Google Fonts link below.\n- Text always full opacity per sa-brand-decisions §3.\n- This is the VISUAL TRUTH SOURCE for SAIL Design Foundation v1 -- do not redesign or recolor.\n\n**Google Fonts (host page must load):**\n`https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap`","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":"<!-- ==================== REVIEWS SLIDER ==================== -->\n<section class=\"sal-reviews-white\" aria-labelledby=\"cva-reviews-google-h\">\n  <div class=\"sal-container\">\n    <div class=\"header\">\n      <h2 id=\"cva-reviews-google-h\">What Our Clients Say</h2>\n      <div class=\"rating\"><svg class=\"sal-google-g\" width=\"20\" height=\"20\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><span class=\"stars\">&#9733;&#9733;&#9733;&#9733;&#9733;</span><span class=\"score\">4.9/5</span><span class=\"label\">from 1,000+ Google reviews</span></div>\n    </div>\n    <div class=\"sal-rev-slider-w\" aria-roledescription=\"carousel\" aria-label=\"Client reviews\">\n      <div class=\"sal-rev-viewport-w\">\n        <div class=\"sal-rev-track-w\">\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;Outstanding group of people. They made sure that I could heal with peace of mind.&rdquo;</p><p class=\"sal-rev-cite-w\">Rebecca D.</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;I received a settlement far beyond what I expected.&rdquo;</p><p class=\"sal-rev-cite-w\">S. Ayla</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;When you&rsquo;re stressed and overwhelmed after a wreck, it makes such a difference to have a team that takes care of everything for you.&rdquo;</p><p class=\"sal-rev-cite-w\">D. Crabtree</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;I could not have had an easier, more hands-free interaction. Truly a stress-free process.&rdquo;</p><p class=\"sal-rev-cite-w\">B. VanHoose</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;When I was hit, I knew who to call. Sam and his team took care of all my needs and handled everything!&rdquo;</p><p class=\"sal-rev-cite-w\">E. Cooper</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;I hope I don&rsquo;t get injured again, but if I do, I will call these guys every single time!&rdquo;</p><p class=\"sal-rev-cite-w\">Caleb H.</p></div></div>\n          <!-- duplicate set for seamless loop -->\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;Outstanding group of people. They made sure that I could heal with peace of mind.&rdquo;</p><p class=\"sal-rev-cite-w\">Rebecca D.</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;I received a settlement far beyond what I expected.&rdquo;</p><p class=\"sal-rev-cite-w\">S. Ayla</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;When you&rsquo;re stressed and overwhelmed after a wreck, it makes such a difference to have a team that takes care of everything for you.&rdquo;</p><p class=\"sal-rev-cite-w\">D. Crabtree</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;I could not have had an easier, more hands-free interaction. Truly a stress-free process.&rdquo;</p><p class=\"sal-rev-cite-w\">B. VanHoose</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;When I was hit, I knew who to call. Sam and his team took care of all my needs and handled everything!&rdquo;</p><p class=\"sal-rev-cite-w\">E. Cooper</p></div></div>\n          <div class=\"sal-rev-slide-w\"><div class=\"sal-rev-card-w\"><div class=\"sal-rev-head-w\"><svg class=\"sal-rev-google-w\" width=\"22\" height=\"22\" viewBox=\"0 0 48 48\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#4285F4\" d=\"M45.12 24.5c0-1.56-.14-3.06-.4-4.5H24v8.51h11.84c-.51 2.75-2.06 5.08-4.39 6.64v5.52h7.11c4.16-3.83 6.56-9.47 6.56-16.17z\"/><path fill=\"#34A853\" d=\"M24 46c5.94 0 10.92-1.97 14.56-5.33l-7.11-5.52c-1.97 1.32-4.49 2.1-7.45 2.1-5.73 0-10.58-3.87-12.31-9.07H4.34v5.7C7.96 41.07 15.4 46 24 46z\"/><path fill=\"#FBBC05\" d=\"M11.69 28.18C11.25 26.86 11 25.45 11 24s.25-2.86.69-4.18v-5.7H4.34C2.85 17.09 2 20.45 2 24s.85 6.91 2.34 9.88l7.35-5.7z\"/><path fill=\"#EA4335\" d=\"M24 10.75c3.23 0 6.13 1.11 8.41 3.29l6.31-6.31C34.91 4.18 29.93 2 24 2 15.4 2 7.96 6.93 4.34 14.12l7.35 5.7c1.73-5.2 6.58-9.07 12.31-9.07z\"/></svg><div class=\"sal-rev-stars-w\"><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span><span>&#9733;</span></div></div><p class=\"sal-rev-quote-w\">&ldquo;I hope I don&rsquo;t get injured again, but if I do, I will call these guys every single time!&rdquo;</p><p class=\"sal-rev-cite-w\">Caleb H.</p></div></div>\n        </div>\n      </div>\n    </div>\n  </div>\n</section>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309;\n  --sail-white:#fff; --sail-ink-light:#f7f9fa; --sail-mute:#5a6770;\n  --sail-rule:rgba(11,33,45,.12); --card-border:#E5E9EC;\n  --font-display:Georgia,'Times New Roman',serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --container:1180px;\n}\n/* ---------- Reviews slider (block) ---------- */\n.sal-reviews-white{background:var(--sail-ink-light);padding:64px 0;}\n.sal-container{max-width:1280px;margin:0 auto;padding:0 24px;}\n.sal-reviews-white .header{text-align:center;margin-bottom:36px;}\n.sal-reviews-white .header h2{font-family:var(--font-display);font-weight:600;font-size:clamp(28px,3.4vw,38px);margin:0 0 14px;}\n.sal-reviews-white .header .rating{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;}\n.sal-reviews-white .header .stars{color:var(--sail-orange);font-size:22px;letter-spacing:2px;}\n.sal-reviews-white .header .score{font-size:17px;font-weight:600;margin-left:8px;}\n.sal-reviews-white .header .label{color:#0B212D;font-size:15px;margin-left:6px;}\n.sal-rev-slider-w{position:relative;max-width:1200px;margin:0 auto;}\n.sal-rev-viewport-w{overflow:hidden;}\n.sal-rev-track-w{display:flex;gap:24px;width:max-content;animation:salRevScroll 72s linear infinite;}\n.sal-rev-slider-w:hover .sal-rev-track-w,.sal-rev-slider-w:focus-within .sal-rev-track-w{animation-play-state:paused;}\n.sal-rev-slide-w{flex:0 0 calc((1200px - 48px)/3);max-width:calc((1200px - 48px)/3);}\n.sal-rev-card-w{background:#fff;border:1px solid #E1E7ED;border-radius:12px;padding:32px 26px;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:230px;box-shadow:0 4px 16px rgba(11,33,45,.06);}\n.sal-rev-head-w{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:16px;}\n.sal-rev-stars-w{display:flex;gap:3px;color:var(--sail-orange);font-size:18px;line-height:1;}\n.sal-rev-quote-w{font-size:16px;line-height:1.6;margin:0 0 18px;flex:1;font-weight:500;}\n.sal-rev-cite-w{color:var(--sail-orange-deep);font-size:16px;font-weight:600;margin:0;}\n@keyframes salRevScroll{0%{transform:translateX(0)}100%{transform:translateX(calc(-1*(100%/2)))}}\n@media(max-width:900px){.sal-rev-slide-w{flex:0 0 calc((100vw - 64px)/2);max-width:calc((100vw - 64px)/2);}.sal-rev-track-w{animation-duration:60s;}}\n@media(max-width:768px){.sal-rev-slide-w{flex:0 0 calc(100vw - 48px);max-width:calc(100vw - 48px);}}\n@media(prefers-reduced-motion:reduce){.sal-rev-track-w{animation:none;}.sal-rev-viewport-w{overflow-x:auto;}}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sal-reviews-white h1,.sal-reviews-white h2,.sal-reviews-white h3{text-transform:uppercase !important;text-align:center !important;}\n.sal-reviews-white .cva-btn,.sal-reviews-white .cva-btn--primary,.sal-reviews-white .cva-btn--ghost,.sal-reviews-white .sa-cta-banner-btn,.sal-reviews-white .sa-sidebar-btn,.sal-reviews-white .sa-side-btn,.sal-reviews-white .sa-submit-btn,.sal-reviews-white .sa-bsg-cta,.sal-reviews-white .sa-hero-cta,.sal-reviews-white .sa-partner-btn,.sal-reviews-white .sa-btn,.sal-reviews-white .sa-cta,.sal-reviews-white .sa-cta-btn,.sal-reviews-white .btn{text-transform:uppercase !important;text-align:center !important;}\n\n/* Google-branded variant additions */\n.sal-rev-google-w{width:22px;height:22px;display:block;margin:0 auto 2px}\n.sal-reviews-white .header .rating .sal-google-g{width:20px;height:20px;vertical-align:middle;margin-right:4px}\n","status":"Live","updated_at":"2026-06-10 16:48:00"},{"id":1,"name":"sa-life-changing-results","version":"2026-06-16","category":"Social Proof","description":"Bokeh-backed variant of the rotating case results ticker. Firm-owned blurred highway bokeh background with a dark overlay, 16 amounts on a 48-second loop, anchored by \"More Results ->\" link.","when_to_use":"Once per page on pages with strong hero images (location pages, practice areas). Pick this OR the flat-dark rotating ticker (3.3), never both. Use near the top of the content flow on pages/posts, after the first proof snippet or TOC when present.","source_skill":"sa-life-changing-results","rules":"1. Overlay gradient must keep the results readable over the bokeh background. Use the dark overlay in this element unless a page-specific design requires a documented adjustment.\n2. Background must be a real, firm-owned bokeh image, not stock imagery. Current approved asset: `https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/bokeh_effect_with_plenty_of_blur__highway_seen__not_too_much.webp`.\n3. 16 amounts, fixed order, $14M → $2.5M: Do not edit amounts. Same data as `sa-case-results-ticker`.\n4. 48-second loop: Do not change timing.\n5. Short descriptions only: No trailing modifiers like `, drunk driver` / `, brain injury` / `, head injury`. Just the case type.\n6. Mobile centering applies to any visible header: per the sitewide mobile-header rule.\n7. Container header is \"Life-Changing Results\": exact phrasing. Not \"Our Results,\" not \"Case Results.\"\n8. Anchor link is \"More Results ->\": rendered with the right-arrow entity (`&rarr;`). Goes to `/about-us/our-results/`.\n9. One per page: Never paired with `sa-case-results-ticker` on the same page.\n10. No deprecated colors: (`#003D54`, `#142130`, `rgba(11,33,45,0.85)`).\nTitle/headline text and case-type labels render in full uppercase via scoped CSS. Place results elements high on pages and posts, ideally after the opening proof snippet or TOC and before deep body sections. Do not park results strips near the footer or bottom proof block.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"Uses firm-owned bokeh highway background: https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/bokeh_effect_with_plenty_of_blur__highway_seen__not_too_much.webp. Keep the dark overlay strong enough for white and orange ticker text.\n2026-06-16: Updated element 1 from family-at-park photo background to approved SAIL bokeh background.\n2026-06-15: Added uppercase headline/case-type casing standard and high-placement rule for pages and posts.\n2026-06-16: Replaced negative side margins with viewport breakout sizing to prevent horizontal overflow in registry preview.","html":"<div class=\"pa-results-ticker\">\n  <div class=\"pa-ticker-title\">Life-Changing Results</div>\n  <div class=\"pa-ticker-wrap\">\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$14,000,000</div><div class=\"pa-ticker-desc\">Insurance Dispute</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$12,000,000</div><div class=\"pa-ticker-desc\">Wrongful Death</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,800,000</div><div class=\"pa-ticker-desc\">Car Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,250,000</div><div class=\"pa-ticker-desc\">Commercial Vehicle</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,100,000</div><div class=\"pa-ticker-desc\">Box Truck Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,000,000</div><div class=\"pa-ticker-desc\">Semi-Truck Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,000,000</div><div class=\"pa-ticker-desc\">Wrongful Death</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,000,000</div><div class=\"pa-ticker-desc\">Premises Liability</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$5,600,000</div><div class=\"pa-ticker-desc\">Wrongful Death</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$5,200,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$4,100,000</div><div class=\"pa-ticker-desc\">Car Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$4,000,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$3,600,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$3,300,000</div><div class=\"pa-ticker-desc\">Insurance Dispute</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$3,000,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$2,500,000</div><div class=\"pa-ticker-desc\">Motor Vehicle Accident</div></div>\n  </div>\n  <a href=\"/about-us/our-results/\" class=\"pa-ticker-link\">More Results &rarr;</a>\n</div>","css":"/* ============== sa-life-changing-results - image-overlay ticker ============== */\n.pa-results-ticker{\n  position:relative;\n  box-sizing:border-box;\n  width:100vw;\n  max-width:100vw;\n  padding:48px 24px;\n  margin:0 calc(50% - 50vw);\n  background-image:linear-gradient(to bottom, rgba(11,33,45,0.72) 0%, rgba(0,0,0,0.86) 100%), url('https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/bokeh_effect_with_plenty_of_blur__highway_seen__not_too_much.webp');\n  background-size:cover;\n  background-position:center;\n  background-repeat:no-repeat;\n  color:#fff;\n  text-align:center;\n  overflow:hidden;\n}\n.pa-results-ticker .pa-ticker-title{\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:clamp(26px,3.5vw,34px);\n  color:#fff;\n  text-align:center;\n  margin:0 0 32px;\n  letter-spacing:.5px;\n}\n.pa-results-ticker .pa-ticker-wrap{\n  position:relative;\n  height:64px;\n  margin:0 auto 24px;\n  max-width:680px;\n}\n.pa-results-ticker .pa-ticker-item{\n  position:absolute;\n  inset:0;\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  font-family:Poppins,sans-serif;\n  opacity:0;\n  animation:pa-ticker-fade 48s infinite;\n}\n.pa-results-ticker .pa-ticker-amount{\n  font-weight:700;\n  font-size:clamp(28px,4vw,40px);\n  color:#D97706;\n  line-height:1.1;\n  margin-bottom:4px;\n}\n.pa-results-ticker .pa-ticker-desc{\n  font-weight:500;\n  font-size:clamp(14px,1.4vw,16px);\n  color:#fff;\n  letter-spacing:.4px;\n}\n.pa-results-ticker .pa-ticker-link{\n  display:inline-block;\n  color:#D97706;\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:16px;\n  text-decoration:none;\n  margin-top:8px;\n}\n.pa-results-ticker .pa-ticker-link:hover{ text-decoration:underline; }\n\n/* 16 items × 3s each = 48s loop. Each fades in over its 3s slot. */\n.pa-results-ticker .pa-ticker-item:nth-child(1) { animation-delay:0s; }\n.pa-results-ticker .pa-ticker-item:nth-child(2) { animation-delay:3s; }\n.pa-results-ticker .pa-ticker-item:nth-child(3) { animation-delay:6s; }\n.pa-results-ticker .pa-ticker-item:nth-child(4) { animation-delay:9s; }\n.pa-results-ticker .pa-ticker-item:nth-child(5) { animation-delay:12s; }\n.pa-results-ticker .pa-ticker-item:nth-child(6) { animation-delay:15s; }\n.pa-results-ticker .pa-ticker-item:nth-child(7) { animation-delay:18s; }\n.pa-results-ticker .pa-ticker-item:nth-child(8) { animation-delay:21s; }\n.pa-results-ticker .pa-ticker-item:nth-child(9) { animation-delay:24s; }\n.pa-results-ticker .pa-ticker-item:nth-child(10){ animation-delay:27s; }\n.pa-results-ticker .pa-ticker-item:nth-child(11){ animation-delay:30s; }\n.pa-results-ticker .pa-ticker-item:nth-child(12){ animation-delay:33s; }\n.pa-results-ticker .pa-ticker-item:nth-child(13){ animation-delay:36s; }\n.pa-results-ticker .pa-ticker-item:nth-child(14){ animation-delay:39s; }\n.pa-results-ticker .pa-ticker-item:nth-child(15){ animation-delay:42s; }\n.pa-results-ticker .pa-ticker-item:nth-child(16){ animation-delay:45s; }\n\n@keyframes pa-ticker-fade{\n  0%        { opacity:0; }\n  1%        { opacity:1; }\n  6%        { opacity:1; }\n  7%        { opacity:0; }\n  100%      { opacity:0; }\n}\n\n@media (max-width:768px){\n  .pa-results-ticker{ padding:36px 16px; }\n  .pa-results-ticker .pa-ticker-title{ text-align:center; }\n}\n\n/* Results ticker casing and placement standard, 2026-06-15. */\n.pa-results-ticker .pa-ticker-title,\n.pa-results-ticker .pa-ticker-desc{\n  text-transform:uppercase;\n}\n.pa-results-ticker .pa-ticker-title{\n  letter-spacing:.04em;\n}\n.pa-results-ticker .pa-ticker-desc{\n  letter-spacing:.05em;\n  font-weight:700;\n}\n","status":"Live","updated_at":"2026-06-16 13:49:56"},{"id":81,"name":"sa-life-changing-results-bokeh","version":"2026-06-15","category":"Social Proof","description":"Bokeh-background variant of sa-life-changing-results: the rotating Life-Changing Results ticker over a CSS-generated bokeh light field beneath a very dark overlay block (no external image dependency, so it always renders). 16 amounts on a 48-second loop, anchored by a More Results link. Pick this OR sa-life-changing-results, not both.","when_to_use":"Once per page on pages with strong hero images (location pages, practice areas). Pick this OR the flat-dark rotating ticker (3.3), never both. Use near the top of the content flow on pages/posts, after the first proof snippet or TOC when present.","source_skill":"sa-life-changing-results","rules":"1. Overlay gradient MUST match the hero overlay: — same colors, same opacity. If the hero uses a different overlay, do not deploy this element on that page.\n2. Photo background must be a real, firm-owned image: No stock imagery. The Lexington reference uses the downtown street photo at `https://aguiarinjurylawyers.com/wp-content/uploads/2026/02/lexington-downtown-street-scaled.webp`.\n3. 16 amounts, fixed order, $14M → $2.5M: Do not edit amounts. Same data as `sa-case-results-ticker`.\n4. 48-second loop: Do not change timing.\n5. Short descriptions only: No trailing modifiers like `, drunk driver` / `, brain injury` / `, head injury`. Just the case type.\n6. Mobile centering applies to any visible header: per the sitewide mobile-header rule.\n7. Container header is \"Life-Changing Results\": — exact phrasing. Not \"Our Results,\" not \"Case Results.\"\n8. Anchor link is \"More Results →\": with the right-arrow character (`&rarr;`). Goes to `/about-us/our-results/`.\n9. One per page: Never paired with `sa-case-results-ticker` on the same page.\n10. No deprecated colors: (`#003D54`, `#142130`, `rgba(11,33,45,0.85)`).\nTitle/headline text and case-type labels render in full uppercase via scoped CSS. Place results elements high on pages and posts, ideally after the opening proof snippet or TOC and before deep body sections. Do not park results strips near the footer or bottom proof block.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"Use canonical photo URL. Coordinate gradient stops with hero on same page.\n2026-06-15: Added uppercase headline/case-type casing standard and high-placement rule for pages and posts.","html":"<div class=\"pa-results-ticker\">\n  <div class=\"pa-ticker-title\">Life-Changing Results</div>\n  <div class=\"pa-ticker-wrap\">\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$14,000,000</div><div class=\"pa-ticker-desc\">Insurance Dispute</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$12,000,000</div><div class=\"pa-ticker-desc\">Wrongful Death</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,800,000</div><div class=\"pa-ticker-desc\">Car Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,250,000</div><div class=\"pa-ticker-desc\">Commercial Vehicle</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,100,000</div><div class=\"pa-ticker-desc\">Box Truck Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,000,000</div><div class=\"pa-ticker-desc\">Semi-Truck Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,000,000</div><div class=\"pa-ticker-desc\">Wrongful Death</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$6,000,000</div><div class=\"pa-ticker-desc\">Premises Liability</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$5,600,000</div><div class=\"pa-ticker-desc\">Wrongful Death</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$5,200,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$4,100,000</div><div class=\"pa-ticker-desc\">Car Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$4,000,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$3,600,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$3,300,000</div><div class=\"pa-ticker-desc\">Insurance Dispute</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$3,000,000</div><div class=\"pa-ticker-desc\">Trucking Accident</div></div>\n    <div class=\"pa-ticker-item\"><div class=\"pa-ticker-amount\">$2,500,000</div><div class=\"pa-ticker-desc\">Motor Vehicle Accident</div></div>\n  </div>\n  <a href=\"/about-us/our-results/\" class=\"pa-ticker-link\">More Results &rarr;</a>\n</div>","css":"/* ============== sa-life-changing-results - image-overlay ticker ============== */\n.pa-results-ticker{\n  position:relative;\n  padding:48px 24px;\n  margin:0 -24px;\n  background-color:#06121a;\n  background-image:\n    linear-gradient(180deg, rgba(3,9,13,0.85) 0%, rgba(3,9,13,0.92) 100%),\n    radial-gradient(70px 70px at 12% 30%, rgba(217,119,6,.55), transparent 70%),\n    radial-gradient(48px 48px at 24% 72%, rgba(255,255,255,.22), transparent 70%),\n    radial-gradient(95px 95px at 42% 18%, rgba(217,119,6,.30), transparent 70%),\n    radial-gradient(72px 72px at 63% 78%, rgba(255,255,255,.16), transparent 70%),\n    radial-gradient(58px 58px at 80% 34%, rgba(217,119,6,.45), transparent 70%),\n    radial-gradient(85px 85px at 90% 66%, rgba(255,255,255,.18), transparent 70%),\n    radial-gradient(130px 130px at 50% 50%, rgba(217,119,6,.20), transparent 70%);\n  background-repeat:no-repeat;\n  color:#fff;\n  text-align:center;\n  overflow:hidden;\n}\n.pa-results-ticker .pa-ticker-title{\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:clamp(26px,3.5vw,34px);\n  color:#fff;\n  text-align:center;\n  margin:0 0 32px;\n  letter-spacing:.5px;\n}\n.pa-results-ticker .pa-ticker-wrap{\n  position:relative;\n  height:64px;\n  margin:0 auto 24px;\n  max-width:680px;\n}\n.pa-results-ticker .pa-ticker-item{\n  position:absolute;\n  inset:0;\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  align-items:center;\n  font-family:Poppins,sans-serif;\n  opacity:0;\n  animation:pa-ticker-fade 48s infinite;\n}\n.pa-results-ticker .pa-ticker-amount{\n  font-weight:700;\n  font-size:clamp(28px,4vw,40px);\n  color:#D97706;\n  line-height:1.1;\n  margin-bottom:4px;\n}\n.pa-results-ticker .pa-ticker-desc{\n  font-weight:500;\n  font-size:clamp(14px,1.4vw,16px);\n  color:#fff;\n  letter-spacing:.4px;\n}\n.pa-results-ticker .pa-ticker-link{\n  display:inline-block;\n  color:#D97706;\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:16px;\n  text-decoration:none;\n  margin-top:8px;\n}\n.pa-results-ticker .pa-ticker-link:hover{ text-decoration:underline; }\n\n/* 16 items × 3s each = 48s loop. Each fades in over its 3s slot. */\n.pa-results-ticker .pa-ticker-item:nth-child(1) { animation-delay:0s; }\n.pa-results-ticker .pa-ticker-item:nth-child(2) { animation-delay:3s; }\n.pa-results-ticker .pa-ticker-item:nth-child(3) { animation-delay:6s; }\n.pa-results-ticker .pa-ticker-item:nth-child(4) { animation-delay:9s; }\n.pa-results-ticker .pa-ticker-item:nth-child(5) { animation-delay:12s; }\n.pa-results-ticker .pa-ticker-item:nth-child(6) { animation-delay:15s; }\n.pa-results-ticker .pa-ticker-item:nth-child(7) { animation-delay:18s; }\n.pa-results-ticker .pa-ticker-item:nth-child(8) { animation-delay:21s; }\n.pa-results-ticker .pa-ticker-item:nth-child(9) { animation-delay:24s; }\n.pa-results-ticker .pa-ticker-item:nth-child(10){ animation-delay:27s; }\n.pa-results-ticker .pa-ticker-item:nth-child(11){ animation-delay:30s; }\n.pa-results-ticker .pa-ticker-item:nth-child(12){ animation-delay:33s; }\n.pa-results-ticker .pa-ticker-item:nth-child(13){ animation-delay:36s; }\n.pa-results-ticker .pa-ticker-item:nth-child(14){ animation-delay:39s; }\n.pa-results-ticker .pa-ticker-item:nth-child(15){ animation-delay:42s; }\n.pa-results-ticker .pa-ticker-item:nth-child(16){ animation-delay:45s; }\n\n@keyframes pa-ticker-fade{\n  0%        { opacity:0; }\n  1%        { opacity:1; }\n  6%        { opacity:1; }\n  7%        { opacity:0; }\n  100%      { opacity:0; }\n}\n\n@media (max-width:768px){\n  .pa-results-ticker{ padding:36px 16px; margin:0 -16px; }\n  .pa-results-ticker .pa-ticker-title{ text-align:center; }\n}\n\n/* Results ticker casing and placement standard, 2026-06-15. */\n.pa-results-ticker .pa-ticker-title,\n.pa-results-ticker .pa-ticker-desc{\n  text-transform:uppercase;\n}\n.pa-results-ticker .pa-ticker-title{\n  letter-spacing:.04em;\n}\n.pa-results-ticker .pa-ticker-desc{\n  letter-spacing:.05em;\n  font-weight:700;\n}\n","status":"Live","updated_at":"2026-06-15 13:06:05"},{"id":65,"name":"sa-results-explorer","version":"2026-06-04","category":"Social Proof","description":"Filterable case-results explorer for aguiarinjurylawyers.com. A sticky chip-filter bar (by case category) plus a live result count, feeding a responsive 3-up card grid where each card shows a large Georgia/Times New Roman orange settlement amount, a short orange divider, and an uppercase case-type label, all centered. JS-driven from a single RESULTS array (42 verified amounts). Use on the Case Results page (/about-us/our-results/) or any page needing an interactive, browsable list of firm settlements and verdicts. Triggers on results explorer, filterable results, case results grid, sa-results-explorer, results filter chips, browse case results, or any request for an interactive case-results browser. Distinct from the rotating ticker (sa-case-results-ticker / sa-cva-results-ticker), an auto-fading marquee; this one is a static, filterable grid the visitor controls. NEVER add case summaries to cards (amount + type only). Amounts are verified: do not edit, invent, or embellish.","when_to_use":"On the Case Results page or any page needing an interactive, browsable list of firm settlements and verdicts that the visitor controls (sticky chip filters + live count + 3-up card grid).","source_skill":"sa-results-explorer","rules":"- Cards show amount + case type only — NEVER add case summaries.\n- Amounts are verified — do not edit, invent, or embellish.\n- Orange (#D97706) for the amount and divider only, never background.\n- No emoji. Full-opacity text.","live_reference":"https://previews.aguiarinjurylawyers.com/our-results-enhanced","deployment_notes":"All classes namespaced sa-rx-; IDs sa-rx-chips/sa-rx-count/sa-rx-grid. JS-driven from a single RESULTS array (42 verified amounts). Distinct from the rotating ticker (sa-case-results-ticker / sa-cva-results-ticker) — pick one per page. Run pre-publish-qa and playwright-visual-qa after deploy.","html":"<!-- SA RESULTS EXPLORER (filterable case-results grid) - START -->\n<section class=\"sa-rx\">\n  <div class=\"sa-rx-controls\">\n    <div class=\"sa-rx-chips\" id=\"sa-rx-chips\" role=\"group\" aria-label=\"Filter results by case type\"></div>\n    <div class=\"sa-rx-subbar\">\n      <div class=\"sa-rx-count\" id=\"sa-rx-count\"></div>\n    </div>\n  </div>\n  <div class=\"sa-rx-grid\" id=\"sa-rx-grid\"></div>\n</section>\n\n<script>\n(function(){\n/* All 42 results, verbatim amounts + case types. No summaries (descriptions intentionally omitted). */\nvar RESULTS=[\n {amt:14000000,type:\"Insurance Dispute\",cat:\"Insurance Dispute\"},\n {amt:12000000,type:\"Wrongful Death\",cat:\"Wrongful Death\"},\n {amt:6800000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:6250000,type:\"Commercial Vehicle\",cat:\"Truck & Commercial\"},\n {amt:6100000,type:\"Box Truck Accident\",cat:\"Truck & Commercial\"},\n {amt:6000000,type:\"Semi Truck Accident\",cat:\"Truck & Commercial\"},\n {amt:6000000,type:\"Wrongful Death\",cat:\"Wrongful Death\"},\n {amt:6000000,type:\"Premises Liability\",cat:\"Premises Liability\"},\n {amt:5600000,type:\"Wrongful Death\",cat:\"Wrongful Death\"},\n {amt:5200000,type:\"Trucking Accident\",cat:\"Truck & Commercial\"},\n {amt:4100000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:4000000,type:\"Trucking Accident\",cat:\"Truck & Commercial\"},\n {amt:4000000,type:\"Trucking Accident\",cat:\"Truck & Commercial\"},\n {amt:3600000,type:\"Trucking Accident\",cat:\"Truck & Commercial\"},\n {amt:3300000,type:\"Insurance Dispute\",cat:\"Insurance Dispute\"},\n {amt:3000000,type:\"Trucking Accident\",cat:\"Truck & Commercial\"},\n {amt:3000000,type:\"School Supervision\",cat:\"Other\"},\n {amt:2500000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:2500000,type:\"Wrongful Death\",cat:\"Wrongful Death\"},\n {amt:2200000,type:\"Truck Accident\",cat:\"Truck & Commercial\"},\n {amt:2000000,type:\"Trucking Accident\",cat:\"Truck & Commercial\"},\n {amt:1800000,type:\"Underinsured Motorist\",cat:\"UM / UIM\"},\n {amt:1800000,type:\"Wrongful Death\",cat:\"Wrongful Death\"},\n {amt:1500000,type:\"Motorcycle Accident\",cat:\"Motorcycle\"},\n {amt:1600000,type:\"Trucking Accident\",cat:\"Truck & Commercial\"},\n {amt:1600000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:1500000,type:\"Civil Rights\",cat:\"Civil Rights\"},\n {amt:1500000,type:\"UM Coverage\",cat:\"UM / UIM\"},\n {amt:1400000,type:\"Trucking Accident\",cat:\"Truck & Commercial\"},\n {amt:1250000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:1250000,type:\"Civil Rights\",cat:\"Civil Rights\"},\n {amt:1200000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:1150000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:1125000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:1100000,type:\"UM Claim\",cat:\"UM / UIM\"},\n {amt:1100000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:1000000,type:\"Loss of Consortium\",cat:\"Other\"},\n {amt:1000000,type:\"Car Accident\",cat:\"Car Accident\"},\n {amt:1000000,type:\"UIM Claim\",cat:\"UM / UIM\"},\n {amt:1000000,type:\"Police Chase\",cat:\"Other\"},\n {amt:1000000,type:\"Dram Shop\",cat:\"Other\"},\n {amt:1000000,type:\"Premises Liability\",cat:\"Premises Liability\"}\n];\nvar CATS=[\"All\",\"Car Accident\",\"Truck & Commercial\",\"Wrongful Death\",\"Insurance Dispute\",\"UM / UIM\",\"Motorcycle\",\"Civil Rights\",\"Premises Liability\",\"Other\"];\nvar fmt=function(n){return \"$\"+n.toLocaleString(\"en-US\");};\nvar activeCat=\"All\";\n\nvar chipsEl=document.getElementById(\"sa-rx-chips\");\nCATS.forEach(function(c){\n  var n=c===\"All\"?RESULTS.length:RESULTS.filter(function(r){return r.cat===c;}).length;\n  var b=document.createElement(\"button\");\n  b.className=\"sa-rx-chip\"; b.type=\"button\"; b.dataset.cat=c;\n  b.setAttribute(\"aria-pressed\",c===\"All\"?\"true\":\"false\");\n  b.innerHTML=c+'<span class=\"sa-rx-c\">'+n+'</span>';\n  b.addEventListener(\"click\",function(){\n    activeCat=c;\n    document.querySelectorAll(\".sa-rx-chip\").forEach(function(x){x.setAttribute(\"aria-pressed\",x.dataset.cat===c);});\n    render();\n  });\n  chipsEl.appendChild(b);\n});\nvar grid=document.getElementById(\"sa-rx-grid\"), countEl=document.getElementById(\"sa-rx-count\");\nfunction render(){\n  var list=RESULTS.filter(function(r){return activeCat===\"All\"||r.cat===activeCat;});\n  grid.innerHTML=\"\";\n  list.forEach(function(r){\n    var d=document.createElement(\"article\");\n    d.className=\"sa-rx-card\";\n    d.innerHTML='<div class=\"sa-rx-amt\">'+fmt(r.amt)+'</div><hr class=\"sa-rx-divider\"><p class=\"sa-rx-type\">'+r.type+'</p>';\n    grid.appendChild(d);\n  });\n  countEl.innerHTML=\"Showing <b>\"+list.length+\"</b> of \"+RESULTS.length+\" results\"+(activeCat!==\"All\"?\" &middot; \"+activeCat:\"\");\n}\nrender();\n})();\n</script>\n<!-- SA RESULTS EXPLORER - END -->","css":".sa-rx{max-width:1180px;margin:0 auto;padding:64px 24px 96px;font-family:'Poppins',system-ui,sans-serif;color:#0B212D}\n.sa-rx-controls{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:24px 0;border-bottom:1px solid #e7ecee;margin-bottom:48px;text-align:center}\n.sa-rx-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}\n.sa-rx-chip{font-family:'Poppins',system-ui,sans-serif;font-size:14px;font-weight:600;color:#0B212D;background:#f7f9fa;border:1px solid #e2e8ea;border-radius:999px;padding:9px 16px;min-height:44px;cursor:pointer;transition:all 220ms cubic-bezier(.2,.8,.2,1);white-space:nowrap}\n.sa-rx-chip:hover{border-color:#D97706}\n.sa-rx-chip[aria-pressed=\"true\"]{background:#0B212D;color:#fff;border-color:#0B212D}\n.sa-rx-chip .sa-rx-c{color:#56666f;font-weight:500;margin-left:6px}\n.sa-rx-chip[aria-pressed=\"true\"] .sa-rx-c{color:#fff}\n.sa-rx-subbar{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:16px}\n.sa-rx-count{font-size:14px;color:#56666f;font-weight:500}\n.sa-rx-count b{color:#0B212D}\n.sa-rx-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}\n@media(max-width:900px){.sa-rx-grid{grid-template-columns:repeat(2,1fr)}}\n@media(max-width:560px){.sa-rx-grid{grid-template-columns:1fr}}\n.sa-rx-card{background:#fff;border:1px solid #e9eef0;border-radius:14px;padding:48px 24px;box-shadow:0 1px 2px rgba(11,33,45,.06),0 1px 1px rgba(11,33,45,.04);text-align:center;transition:transform 220ms cubic-bezier(.2,.8,.2,1),box-shadow 220ms cubic-bezier(.2,.8,.2,1),border-color 220ms cubic-bezier(.2,.8,.2,1)}\n.sa-rx-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(11,33,45,.12);border-color:#dfe6e9}\n.sa-rx-card .sa-rx-amt{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(34px,3.4vw,44px);color:#D97706;line-height:1;letter-spacing:-.01em}\n.sa-rx-card .sa-rx-divider{width:90px;height:2px;background:#D97706;border:0;margin:18px auto}\n.sa-rx-card .sa-rx-type{font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#0B212D;margin:0}\n@media(prefers-reduced-motion:reduce){.sa-rx-chip,.sa-rx-card{transition:none}}","status":"Beta","updated_at":"2026-06-06 16:03:24"},{"id":105,"name":"sa-results-ticker","version":"2026-06-16","category":"Social Proof","description":"Full-width navy 'stock ticker' that scrolls verdicts and settlements (largest first) with the case type centered under each amount. Slow continuous loop, pauses on hover. Approved by Sam 2026-06-15.","when_to_use":"Bottom of a hero block on pages/posts to add social proof. Pull amounts live from results data in production; the embedded list is a static fallback (30 of 198 results).","source_skill":"sa-copywrite-design; built via sa-element-registry 2026-06-15","rules":"Full-width: place edge-to-edge at the BOTTOM of a hero block.\nOrder largest to smallest; biggest verdict leads.\nAmounts are verified from /about-us/our-results/ - never invent results.\nScoped CSS only (.sa-results-ticker root); keyframes namespaced sa-rt-scroll.\nSpeed = single 420s value in .sa-results-ticker__track animation.\nPauses on hover; respects prefers-reduced-motion.\nNavy #0B212D bg, white results, orange #D97706 dot separators.","live_reference":"https://aguiarinjurylawyers.com/about-us/our-results/","deployment_notes":"Paste at bottom of hero. Production should bind to live results feed (WP REST / results data) and keep descending sort. Speed adjustable via the 420s animation duration.","html":"<div class=\"sa-results-ticker\" aria-label=\"Case results: verdicts and settlements\"><div class=\"sa-results-ticker__track\"><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$14,000,000</span><span class=\"sa-results-ticker__type\">Insurance Dispute</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$12,000,000</span><span class=\"sa-results-ticker__type\">Wrongful Death</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,800,000</span><span class=\"sa-results-ticker__type\">Motorcycle Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,250,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,100,000</span><span class=\"sa-results-ticker__type\">Box Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,025,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,000,000</span><span class=\"sa-results-ticker__type\">Premises Liability</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,000,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$5,600,000</span><span class=\"sa-results-ticker__type\">Wrongful Death</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$5,200,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$4,535,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$4,100,000</span><span class=\"sa-results-ticker__type\">Car Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$4,100,000</span><span class=\"sa-results-ticker__type\">Commercial Vehicle</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$4,000,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$3,600,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$3,300,000</span><span class=\"sa-results-ticker__type\">Insurance Dispute</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$3,000,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$3,000,000</span><span class=\"sa-results-ticker__type\">School Supervision</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$2,500,000</span><span class=\"sa-results-ticker__type\">Car Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$2,500,000</span><span class=\"sa-results-ticker__type\">Commercial Vehicle</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$2,200,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$2,000,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,895,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,800,000</span><span class=\"sa-results-ticker__type\">Underinsured Motorist</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,800,000</span><span class=\"sa-results-ticker__type\">Wrongful Death</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,750,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,625,000</span><span class=\"sa-results-ticker__type\">Commercial Vehicle</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,600,000</span><span class=\"sa-results-ticker__type\">Car Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$14,000,000</span><span class=\"sa-results-ticker__type\">Insurance Dispute</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$12,000,000</span><span class=\"sa-results-ticker__type\">Wrongful Death</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,800,000</span><span class=\"sa-results-ticker__type\">Motorcycle Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,250,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,100,000</span><span class=\"sa-results-ticker__type\">Box Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,025,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,000,000</span><span class=\"sa-results-ticker__type\">Premises Liability</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$6,000,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$5,600,000</span><span class=\"sa-results-ticker__type\">Wrongful Death</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$5,200,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$4,535,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$4,100,000</span><span class=\"sa-results-ticker__type\">Car Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$4,100,000</span><span class=\"sa-results-ticker__type\">Commercial Vehicle</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$4,000,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$3,600,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$3,300,000</span><span class=\"sa-results-ticker__type\">Insurance Dispute</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$3,000,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$3,000,000</span><span class=\"sa-results-ticker__type\">School Supervision</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$2,500,000</span><span class=\"sa-results-ticker__type\">Car Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$2,500,000</span><span class=\"sa-results-ticker__type\">Commercial Vehicle</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$2,200,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$2,000,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,895,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,800,000</span><span class=\"sa-results-ticker__type\">Underinsured Motorist</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,800,000</span><span class=\"sa-results-ticker__type\">Wrongful Death</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,750,000</span><span class=\"sa-results-ticker__type\">Truck Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,625,000</span><span class=\"sa-results-ticker__type\">Commercial Vehicle</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span><div class=\"sa-results-ticker__item\"><span class=\"sa-results-ticker__amt\">$1,600,000</span><span class=\"sa-results-ticker__type\">Car Accident</span></div><span class=\"sa-results-ticker__sep\" aria-hidden=\"true\"></span></div></div>","css":".sa-results-ticker{background:#0B212D;overflow:hidden;width:100%}\n.sa-results-ticker__track{display:flex;align-items:center;width:max-content;animation:sa-rt-scroll 420s linear infinite}\n.sa-results-ticker:hover .sa-results-ticker__track{animation-play-state:paused}\n@keyframes sa-rt-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}\n@media (prefers-reduced-motion:reduce){.sa-results-ticker__track{animation:none;overflow-x:auto}}\n.sa-results-ticker__item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;flex:0 0 auto;padding:18px 34px;font-family:'Poppins',system-ui,sans-serif}\n.sa-results-ticker__amt{font-weight:700;font-size:23px;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.01em;line-height:1}\n.sa-results-ticker__type{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff;line-height:1}\n.sa-results-ticker__sep{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:#D97706}","status":"Live","updated_at":"2026-06-16 22:23:30"},{"id":15,"name":"sa-review-break","version":"2026-06-09","category":"Social Proof","description":"Reusable Google review page-break component - Google G logo, five gold stars, italic quote, reviewer attribution. Reviewer name renders in ALL CAPS. All text at 16px for consistent typography.","when_to_use":"Between content sections on team pages, practice-area pages, location pages, and landing pages.","source_skill":"sa-review-break","rules":"1. Inserts a Google review as a visual page-break between content sections.\n2. Components: Google G logo, five gold stars, italic quote, reviewer attribution.\n3. All text at 16px for consistent typography.\n4. Reviewer names follow firm-briefing §15 attribution rules.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<section class=\"sa-review-break\">\n  <div class=\"sa-review-break-inner\">\n    <img class=\"sa-review-g\" src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" alt=\"Google review\" width=\"32\" height=\"32\" loading=\"lazy\">\n    <span class=\"sa-review-stars\">★★★★★</span>\n    <p class=\"sa-review-quote\">“[VERBATIM QUOTE FROM APPROVED REVIEWS LIST - NO PARAPHRASING.]”</p>\n    <span class=\"sa-review-name\">- [Brittany V.] or [B. VanHoose]</span>\n  </div>\n</section>","css":".sa-review-break{background:#fafafa;padding:36px 20px;border-top:1px solid #eef1f3;border-bottom:1px solid #eef1f3}\n.sa-review-break-inner{max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}\n.sa-review-g{display:block}\n.sa-review-stars{color:#D97706;font-size:16px;letter-spacing:2px}\n.sa-review-quote{font-family:Poppins,sans-serif;font-weight:500;font-style:italic;font-size:16px;line-height:1.55;color:#0B212D;margin:0;max-width:640px}\n.sa-review-name{font-family:Poppins,sans-serif;font-weight:600;font-size:16px;color:#0B212D;text-transform:uppercase;letter-spacing:.05em}","status":"Live","updated_at":"2026-06-09 17:11:21"},{"id":16,"name":"sa-review-slider","version":"2026-06-12","category":"Social Proof","description":"Pure-CSS infinite marquee Google-review slider. 3-up desktop / 2-up tablet / 1-up mobile. Uses real approved reviews verbatim, centered Google icon, stars, quote, and ALL CAPS attribution. Pauses on hover/focus and respects prefers-reduced-motion.","when_to_use":"When the page needs continuous-scroll review proof instead of a static testimonial block.","source_skill":"sa-review-slider","rules":"1. Pure-CSS infinite marquee, 3-up desktop / 2-up tablet / 1-up mobile.\n2. Pauses on hover/focus, respects prefers-reduced-motion.\n3. Uses only verbatim approved reviews from approved-reviews.md; no placeholders, paraphrases, or generated testimonials.\n4. Quote ends with a period inside the closing curly quote; attribution is prefixed with a hyphen and rendered larger than the quote.\n5. Distinct from sa-review-break - use slider when the page needs continuous-scroll proof.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Use only approved reviews from approved-reviews.md. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.","html":"<section class=\"sa-rev-slider\" aria-label=\"Client reviews\">\n  <div class=\"sa-rev-track\">\n    <!-- Duplicate the inner block twice for seamless loop -->\n    <div class=\"sa-rev-card\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" alt=\"Google\" width=\"24\" height=\"24\" loading=\"lazy\">\n      <span class=\"sa-rev-stars\">★★★★★</span>\n      <p>“I was hesitant to use a lawyer’s office as the process seemed overwhelming. However, their office handled literally everything.”</p>\n      <span class=\"sa-rev-name\">- K. FREEMAN</span>\n    </div>\n    <div class=\"sa-rev-card\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" alt=\"Google\" width=\"24\" height=\"24\" loading=\"lazy\">\n      <span class=\"sa-rev-stars\">★★★★★</span>\n      <p>“The process was as easy and straightforward as anyone can make it.”</p>\n      <span class=\"sa-rev-name\">- ROBYN W.</span>\n    </div>\n    <div class=\"sa-rev-card\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" alt=\"Google\" width=\"24\" height=\"24\" loading=\"lazy\">\n      <span class=\"sa-rev-stars\">★★★★★</span>\n      <p>“I received a settlement far beyond what I expected.”</p>\n      <span class=\"sa-rev-name\">- S. AYLA</span>\n    </div>\n    <!-- Duplicate set for seamless loop -->\n    <div class=\"sa-rev-card\" aria-hidden=\"true\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" alt=\"\" width=\"24\" height=\"24\" loading=\"lazy\">\n      <span class=\"sa-rev-stars\">★★★★★</span>\n      <p>“I was hesitant to use a lawyer’s office as the process seemed overwhelming. However, their office handled literally everything.”</p>\n      <span class=\"sa-rev-name\">- K. FREEMAN</span>\n    </div>\n    <div class=\"sa-rev-card\" aria-hidden=\"true\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" alt=\"\" width=\"24\" height=\"24\" loading=\"lazy\">\n      <span class=\"sa-rev-stars\">★★★★★</span>\n      <p>“The process was as easy and straightforward as anyone can make it.”</p>\n      <span class=\"sa-rev-name\">- ROBYN W.</span>\n    </div>\n    <div class=\"sa-rev-card\" aria-hidden=\"true\">\n      <img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/google-social-icon.webp\" alt=\"\" width=\"24\" height=\"24\" loading=\"lazy\">\n      <span class=\"sa-rev-stars\">★★★★★</span>\n      <p>“I received a settlement far beyond what I expected.”</p>\n      <span class=\"sa-rev-name\">- S. AYLA</span>\n    </div>\n  </div>\n</section>","css":".sa-rev-slider{background:#f7f9fa;padding:40px 0;overflow:hidden}\n.sa-rev-track{display:flex;gap:20px;width:max-content;animation:sa-rev-scroll 50s linear infinite;padding:0 20px}\n.sa-rev-slider:hover .sa-rev-track,.sa-rev-slider:focus-within .sa-rev-track{animation-play-state:paused}\n@keyframes sa-rev-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}\n.sa-rev-card{flex:0 0 320px;background:#fff;border-radius:8px;border-left:4px solid #D97706;padding:22px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;box-shadow:0 4px 12px rgba(11,33,45,.06)}\n.sa-rev-card img{display:block;margin:0 auto}\n.sa-rev-stars{color:#D97706;letter-spacing:2px}\n.sa-rev-card p{font-family:Poppins,sans-serif;font-weight:500;font-style:italic;font-size:15px;line-height:1.5;color:#0B212D;margin:0;flex:1}\n.sa-rev-name{font-family:Poppins,sans-serif;font-weight:600;font-size:17px;color:#0B212D;text-transform:uppercase;letter-spacing:.05em}\n@media(prefers-reduced-motion:reduce){.sa-rev-track{animation:none;overflow-x:auto}}\n@media(max-width:480px){.sa-rev-card{flex-basis:280px}}","status":"Live","updated_at":"2026-06-12 22:05:36"},{"id":9,"name":"sa-rotating-results-ticker","version":"2026-06-15","category":"Social Proof","description":"Flat-dark (navy background) rotating case-results ticker. Fades through 16 amounts $14M→$2.5M on a 48-second loop with a More Results link to /about-us/our-results/. Distinct from sa-life-changing-results (the photo-backed variant).","when_to_use":"Practice-area pages and homepage. Once per page. Never paired with sa-life-changing-results. Use near the top of the content flow on pages/posts, after the first proof snippet or TOC when present.","source_skill":"sa-case-results-ticker","rules":"1. Flat-dark variant (navy bg). Distinct from sa-life-changing-results (photo-backed).\n2. Same 16 amounts $14M→$2.5M, 48-second loop, fixed order.\n3. More Results link points to /about-us/our-results/.\n4. One per page — never paired with sa-life-changing-results.\nTitle/headline text and case-type labels render in full uppercase via scoped CSS. Place results elements high on pages and posts, ideally after the opening proof snippet or TOC and before deep body sections. Do not park results strips near the footer or bottom proof block.","live_reference":"https://aguiarinjurylawyers.com/","deployment_notes":"Copy verbatim. Replace bracketed placeholders. Run pre-publish-qa, playwright-visual-qa (desktop 1280 / mobile 390), sa-content-rot-detector, and sa-css-leak-guard after deploy. Log via content-publish-logger and notify search engines via batch-indexnow. See the source skill for full rules.\n2026-06-15: Added uppercase headline/case-type casing standard and high-placement rule for pages and posts.","html":"<section class=\"sa-results-ticker\" aria-label=\"Life-Changing Results\">\n  <div class=\"sa-results-ticker-inner\">\n    <span class=\"sa-results-label\">Life-Changing Results:</span>\n    <div class=\"sa-results-stage\">\n      <div class=\"sa-result-slide\">$14,000,000 <em>Insurance Dispute</em></div>\n      <div class=\"sa-result-slide\">$12,000,000 <em>Wrongful Death</em></div>\n      <div class=\"sa-result-slide\">$6,800,000 <em>Car Accident</em></div>\n      <div class=\"sa-result-slide\">$6,250,000 <em>Commercial Vehicle</em></div>\n      <div class=\"sa-result-slide\">$6,100,000 <em>Box Truck Accident</em></div>\n      <div class=\"sa-result-slide\">$6,000,000 <em>Semi-Truck Accident</em></div>\n      <div class=\"sa-result-slide\">$6,000,000 <em>Wrongful Death</em></div>\n      <div class=\"sa-result-slide\">$6,000,000 <em>Premises Liability</em></div>\n      <div class=\"sa-result-slide\">$5,600,000 <em>Wrongful Death</em></div>\n      <div class=\"sa-result-slide\">$5,200,000 <em>Trucking Accident</em></div>\n      <div class=\"sa-result-slide\">$4,100,000 <em>Car Accident</em></div>\n      <div class=\"sa-result-slide\">$4,000,000 <em>Trucking, Brain Injury</em></div>\n      <div class=\"sa-result-slide\">$3,600,000 <em>Trucking Accident</em></div>\n      <div class=\"sa-result-slide\">$3,300,000 <em>Insurance Dispute</em></div>\n      <div class=\"sa-result-slide\">$3,000,000 <em>Trucking Accident</em></div>\n      <div class=\"sa-result-slide\">$2,500,000 <em>Motor Vehicle Accident</em></div>\n    </div>\n    <a class=\"sa-results-link\" href=\"/about-us/our-results/\">See More Results →</a>\n  </div>\n</section>","css":".sa-results-ticker{background:linear-gradient(0deg,#000 0%,#0B212D 100%);color:#fff;padding:32px 20px;text-align:center}\n.sa-results-ticker-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:14px}\n.sa-results-label{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(26px,4vw,40px);letter-spacing:1px;text-transform:uppercase;color:#D97706;line-height:1.1}\n.sa-results-stage{position:relative;height:78px;width:100%;max-width:560px;overflow:hidden}\n.sa-result-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;text-align:center;font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(22px,3.5vw,32px);color:#fff;opacity:0;animation:sa-result-fade 48s infinite}\n.sa-result-slide em{display:block;font-style:normal;font-weight:500;font-size:.6em;color:#D97706;margin-left:0}\n.sa-result-slide:nth-child(1){animation-delay:0s}\n.sa-result-slide:nth-child(2){animation-delay:3s}\n.sa-result-slide:nth-child(3){animation-delay:6s}\n.sa-result-slide:nth-child(4){animation-delay:9s}\n.sa-result-slide:nth-child(5){animation-delay:12s}\n.sa-result-slide:nth-child(6){animation-delay:15s}\n.sa-result-slide:nth-child(7){animation-delay:18s}\n.sa-result-slide:nth-child(8){animation-delay:21s}\n.sa-result-slide:nth-child(9){animation-delay:24s}\n.sa-result-slide:nth-child(10){animation-delay:27s}\n.sa-result-slide:nth-child(11){animation-delay:30s}\n.sa-result-slide:nth-child(12){animation-delay:33s}\n.sa-result-slide:nth-child(13){animation-delay:36s}\n.sa-result-slide:nth-child(14){animation-delay:39s}\n.sa-result-slide:nth-child(15){animation-delay:42s}\n.sa-result-slide:nth-child(16){animation-delay:45s}\n@keyframes sa-result-fade{0%,5%{opacity:0;transform:translateY(10px)}1%,4%{opacity:1;transform:translateY(0)}6%,100%{opacity:0}}\n.sa-results-link{display:inline-block;font-family:Poppins,sans-serif;font-weight:600;font-size:15px;color:#D97706;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}\n.sa-results-link:hover{border-bottom-color:#D97706}\n\n/* Results ticker casing and placement standard, 2026-06-15. */\n.sa-result-slide em{\n  text-transform:uppercase;\n  letter-spacing:.04em;\n  font-weight:700;\n}\n","status":"Live","updated_at":"2026-06-15 13:06:05"},{"id":73,"name":"sa-signature-quote-georgia","version":"2026-06-11","category":"Social Proof","description":"Signature brand-quote element set for Sam Aguiar Injury Lawyers, rendered entirely in Georgia / Times New Roman serif (no Fraunces). One packaged set of on-brand treatments of the firm's signature line spanning web section formats and ready-to-post social sizes. This revision reworks the V5 light social square and adds an M5 hairline variant. Includes V1 editorial pull-quote, V2 dark full-width band, V3 1:1 social card, V4 9:16 story, V5 light social square (reworked), V6 minimal hairline plus the M1-M5 hairline family, and V7/V8 trust-strip page-break bands.","when_to_use":"When a page or social post needs a signature Sam Aguiar quote moment in the classic Georgia/Times serif treatment. Pick the variant by placement: web bands, sidebars, page-break strips, or social feed/story cards.","source_skill":"sa-signature-quote (Georgia/Times variant)","rules":"- Attribution is always 'Sam Aguiar' / 'SAM AGUIAR' (the signature line).\n- Orange (#D97706 / #B45309) for glyphs, rules, and italic emphasis only — never as a text fill for the whole quote.\n- Dark variants use the Visible Depth navy-to-black gradient with a soft orange radial glow.\n- No Fraunces. No emoji. Full-opacity text.\n- Variants: V1 editorial pull-quote, V2 dark full-width band, V3 social 1:1, V4 social 9:16, V5 light social square, V6 minimal hairline + M-family, V7/V8 trust-strip page breaks.","live_reference":"","deployment_notes":"All variant classes namespaced under .sa-quote-grid. Display font is Georgia,'Times New Roman',Times,serif; Poppins still loaded for UI chrome. Sister entry: sa-signature-quote-poppins. Pick one font treatment per deployment. This version adds the M5 hairline variant and a reworked V5.","html":"<div class=\"sa-quote-grid\">\n\n  <!-- V1 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V1 &middot; Editorial pull-quote</h2><span class=\"tag tag--web\">Web &middot; inline</span></div>\n    <p class=\"spec__note\">For About, story, and case-result pages. Drops into a content column between sections. Oversized orange quote glyph, Georgia / Times serif, signature attribution.</p>\n    <div class=\"spec__stage\">\n      <figure class=\"q1\">\n        <span class=\"q1__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <figcaption class=\"q1__by\"><span class=\"q1__sig\">- Sam Aguiar</span></figcaption>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V2 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V2 &middot; Full-width dark section</h2><span class=\"tag tag--web\">Web &middot; section band</span></div>\n    <p class=\"spec__note\">Full-bleed band between page sections or above the footer. Visible Depth gradient with a centered radial orange glow. The firm's premium \"moment\" treatment.</p>\n    <div class=\"spec__stage\">\n      <figure class=\"q2\">\n        <span class=\"q2__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"q2__rule\"></div>\n        <div class=\"q2__by\">- SAM AGUIAR</div>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V3 + V4 social row -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V3 &middot; Square &nbsp;|&nbsp; V4 &middot; Story</h2><span class=\"tag tag--social\">Social &middot; 1:1 + 9:16</span></div>\n    <p class=\"spec__note\">Ready-to-post sizes. V3 is the 1080&times;1080 feed card (Instagram, Facebook, LinkedIn). V4 is the 1080&times;1920 vertical for Stories and Reels covers. Same gradient and glow as the web band so feed and site feel like one system.</p>\n    <div class=\"spec__stage\" style=\"gap:34px;flex-wrap:wrap;\">\n      <figure class=\"q3\">\n        <span class=\"q3__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <figcaption class=\"q3__by\"><span class=\"bar\"></span><span class=\"name\">- SAM AGUIAR</span></figcaption>\n      </figure>\n      <figure class=\"q4\">\n        <span class=\"q4__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"q4__rule\"></div>\n        <div class=\"q4__name\">- SAM AGUIAR</div>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V5 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V5 &middot; Light square</h2><span class=\"tag tag--social\">Social &middot; 1:1 light</span></div>\n    <p class=\"spec__note\">Light alternate for feeds that skew bright. Exterior quote top left at a modest size, left-aligned serif, payoff inline in orange italic, author line anchored at the bottom.</p>\n    <div class=\"spec__stage\">\n      <figure class=\"q5\">\n        <span class=\"q5__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <figcaption class=\"q5__by\"><span class=\"bar\"></span><span class=\"name\">- SAM AGUIAR</span></figcaption>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V6 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V6 &middot; Minimal hairline</h2><span class=\"tag tag--web\">Web &middot; sidebar / footer</span></div>\n    <p class=\"spec__note\">Low-footprint version for a sidebar, email signature block, or above the footer. Orange rule on the left, no background. Use when the page already has a heavy hero.</p>\n    <div class=\"spec__stage\" style=\"justify-content:flex-start;\">\n      <figure class=\"q6\">\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"q6__by\">- SAM AGUIAR</div>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V6 family -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>More like V6 &middot; minimal hairline family</h2><span class=\"tag tag--web\">Web &middot; inline / sidebar</span></div>\n    <p class=\"spec__note\">Restrained takes on the V6 look for inline body, a sidebar, or an email signature. M1 serif signature, M2 stacked hairlines centered, M3 inverted navy, M4 exterior quote top left, M5 rule plus exterior quote top left.</p>\n    <div class=\"spec__stage\" style=\"flex-direction:column;gap:36px;align-items:stretch;\">\n      <figure class=\"m m1\">\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"by\">- Sam Aguiar</div>\n      </figure>\n      <figure class=\"m m2\">\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"rule\"></div>\n        <div class=\"by\">- SAM AGUIAR</div>\n      </figure>\n      <figure class=\"m m3\">\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"by\">- SAM AGUIAR</div>\n      </figure>\n      <figure class=\"m m4\">\n        <span class=\"glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"by\">- SAM AGUIAR</div>\n      </figure>\n      <figure class=\"m m5\">\n        <span class=\"glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"by\">- SAM AGUIAR</div>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V7 + V8 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V7 &middot; Dark &nbsp;|&nbsp; V8 &middot; Light</h2><span class=\"tag tag--web\">Web &middot; trust-strip page break</span></div>\n    <p class=\"spec__note\">Slim full-width band that sits between two content sections as a divider. Hairlines run out to both edges so the quote reads as a page break. Dark version (Visible Depth) for a strong beat; light version for a quiet one. Collapses to a centered stack on mobile.</p>\n    <div class=\"spec__stage\" style=\"flex-direction:column;gap:26px;\">\n      <figure class=\"q7\">\n        <span class=\"q7__line\"></span>\n        <div class=\"q7__mid\">\n          <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n          <div class=\"q7__by\">- SAM AGUIAR</div>\n        </div>\n        <span class=\"q7__line\"></span>\n      </figure>\n      <figure class=\"q8\">\n        <span class=\"q8__line\"></span>\n        <div class=\"q8__mid\">\n          <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n          <div class=\"q8__by\">- SAM AGUIAR</div>\n        </div>\n        <span class=\"q8__line\"></span>\n      </figure>\n    </div>\n  </section>\n\n</div>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520; --sail-navy-mid:#0B212D;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309; --sail-white:#FFFFFF;\n  --sail-ink-light:#f7f9fa; --sail-ink-soft:#fafafa;\n  --font-display:Georgia,'Times New Roman',Times,serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --r-md:12px; --r-lg:14px; --r-xl:20px; --r-2xl:28px; --r-pill:999px;\n}\n.sa-quote-grid,.sa-quote-grid *{box-sizing:border-box;margin:0;padding:0;}\nbody{font-family:var(--font-ui);background:#eceef0;color:var(--sail-navy);line-height:1.6;-webkit-font-smoothing:antialiased;}\n\n/* ---- page chrome ---- */\n.page-head{max-width:1180px;margin:0 auto;padding:56px 32px 8px;}\n.page-head .kicker{font-family:var(--font-ui);font-weight:600;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--sail-orange-deep);}\n.page-head h1{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,4.4vw,50px);letter-spacing:-.01em;margin:10px 0 14px;}\n.page-head p{max-width:680px;font-weight:400;color:#3a4a55;font-size:16px;}\n.grid{max-width:1180px;margin:0 auto;padding:24px 32px 80px;display:grid;gap:40px;}\n.spec{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(11,33,45,.10);}\n.spec__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid #e7eaed;}\n.spec__bar h2{font-family:var(--font-ui);font-size:15px;font-weight:600;letter-spacing:-.01em;}\n.spec__bar .tag{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:5px 11px;border-radius:var(--r-pill);}\n.tag--web{background:rgba(11,33,45,.08);color:var(--sail-navy);}\n.tag--social{background:rgba(217,119,6,.16);color:var(--sail-orange-deep);}\n.spec__note{padding:12px 20px 0;font-size:13px;color:#5a6770;}\n.spec__stage{padding:28px;display:flex;justify-content:center;}\n\n/* ============ V1 - Web inline editorial pull-quote ============ */\n.q1{max-width:820px;background:var(--sail-white);padding:8px 8px 8px 0;position:relative;}\n.q1__glyph{font-family:var(--font-display);font-weight:400;font-size:120px;line-height:.7;color:var(--sail-orange);height:64px;display:block;}\n.q1 blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(26px,3.4vw,40px);line-height:1.22;letter-spacing:-.01em;color:var(--sail-navy);margin:8px 0 22px;}\n.q1 blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n.q1__by{display:flex;align-items:center;gap:14px;border-top:1px solid #e1e5e8;padding-top:18px;}\n.q1__sig{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:26px;color:var(--sail-navy);}\n\n/* ============ V2 - Web dark full-width section (Visible Depth + glow) ============ */\n.q2{width:100%;max-width:980px;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);border-radius:var(--r-2xl);padding:64px 56px;text-align:center;position:relative;overflow:hidden;}\n.q2::before{content:\"\";position:absolute;inset:0;background:radial-gradient(circle at 50% 32%,rgba(217,119,6,.22),transparent 58%);pointer-events:none;}\n.q2__glyph{position:relative;font-family:var(--font-display);font-weight:400;font-size:80px;line-height:.5;color:var(--sail-orange);display:block;height:40px;margin-bottom:12px;text-align:left;}\n.q2 blockquote{position:relative;font-family:var(--font-display);font-weight:500;font-size:clamp(28px,3.8vw,46px);line-height:1.22;letter-spacing:-.01em;color:#fff;max-width:760px;margin:0 auto;}\n.q2 blockquote em{font-style:italic;color:var(--sail-orange);}\n.q2__rule{position:relative;width:54px;height:2px;background:var(--sail-orange);margin:30px auto 18px;}\n.q2__by{position:relative;font-family:var(--font-display);font-weight:500;font-size:18px;letter-spacing:.02em;color:#fff;}\n\n/* ============ V3 - Social square 1:1 ============ */\n.q3{width:420px;height:420px;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);border-radius:var(--r-xl);padding:38px 36px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;}\n.q3::before{content:\"\";position:absolute;top:-40px;right:-40px;width:240px;height:240px;background:radial-gradient(circle,rgba(217,119,6,.30),transparent 62%);}\n.q3__glyph{position:relative;font-family:var(--font-display);font-size:80px;line-height:.6;color:var(--sail-orange);height:38px;}\n.q3 blockquote{position:relative;font-family:var(--font-display);font-weight:500;font-size:24px;line-height:1.28;letter-spacing:-.01em;color:#fff;}\n.q3 blockquote em{font-style:italic;color:var(--sail-orange);}\n.q3__by{position:relative;display:flex;align-items:center;gap:12px;margin-top:22px;}\n.q3__by .bar{width:30px;height:2px;background:var(--sail-orange);}\n.q3__by .name{font-weight:600;font-size:15px;color:#fff;}\n\n/* ============ V4 - Social story 9:16 ============ */\n.q4{width:260px;height:462px;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);border-radius:var(--r-xl);padding:40px 30px;display:flex;flex-direction:column;justify-content:center;text-align:left;position:relative;overflow:hidden;}\n.q4::before{content:\"\";position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,rgba(217,119,6,.22),transparent 60%);}\n.q4__glyph{position:relative;font-family:var(--font-display);font-weight:400;font-size:72px;line-height:.5;color:var(--sail-orange);display:block;height:36px;margin-bottom:8px;}\n.q4 blockquote{position:relative;font-family:var(--font-display);font-weight:500;font-size:25px;line-height:1.25;letter-spacing:-.01em;color:#fff;}\n.q4 blockquote em{font-style:italic;color:var(--sail-orange);}\n.q4__rule{position:relative;width:40px;height:2px;background:var(--sail-orange);margin:22px 0 14px;}\n.q4__name{position:relative;font-family:var(--font-display);font-weight:500;font-size:16px;color:#fff;}\n\n/* ============ V5 - Light social square, reimagined ============ */\n.q5{width:420px;height:420px;background:var(--sail-ink-light);border-radius:var(--r-xl);padding:42px 40px;display:flex;flex-direction:column;position:relative;border:1px solid #e7eaed;}\n.q5__glyph{font-family:var(--font-display);font-weight:400;font-size:64px;line-height:.6;color:var(--sail-orange);height:32px;display:block;margin-bottom:16px;}\n.q5 blockquote{font-family:var(--font-display);font-weight:500;font-size:25px;line-height:1.3;letter-spacing:-.01em;color:var(--sail-navy);}\n.q5 blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n.q5__by{margin-top:auto;display:flex;align-items:center;gap:12px;}\n.q5__by .bar{width:30px;height:2px;background:var(--sail-orange);}\n.q5__by .name{font-weight:600;font-size:16px;color:var(--sail-navy);}\n\n/* ============ V6 - Minimal hairline (sidebar / footer / inline) ============ */\n.q6{max-width:760px;border-left:3px solid var(--sail-orange);padding:6px 0 6px 26px;}\n.q6 blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.3;letter-spacing:-.01em;color:var(--sail-navy);}\n.q6 blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n.q6__by{margin-top:14px;font-size:16px;font-weight:600;letter-spacing:.04em;color:var(--sail-navy);}\n\n/* ============ V6 family - minimal hairline variations ============ */\n.m{max-width:760px;}\n.m blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.3;letter-spacing:-.01em;color:var(--sail-navy);}\n.m blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n/* M1 left rule + serif signature */\n.m1{border-left:3px solid var(--sail-orange);padding:6px 0 6px 26px;}\n.m1 .by{margin-top:14px;font-family:var(--font-display);font-style:italic;font-weight:500;font-size:21px;color:var(--sail-navy);}\n/* M2 stacked hairlines, centered */\n.m2{text-align:center;border-top:1px solid #e1e5e8;border-bottom:1px solid #e1e5e8;padding:32px 12px;}\n.m2 .rule{width:46px;height:2px;background:var(--sail-orange);margin:18px auto 0;}\n.m2 .by{margin-top:16px;font-size:16px;font-weight:600;letter-spacing:.05em;color:var(--sail-navy);}\n/* M3 inverted navy minimal */\n.m3{background:var(--sail-navy);border-left:3px solid var(--sail-orange);border-radius:0 var(--r-md) var(--r-md) 0;padding:26px 32px;}\n.m3 blockquote{color:#fff;}\n.m3 blockquote em{color:var(--sail-orange);}\n.m3 .by{margin-top:14px;font-size:16px;font-weight:600;letter-spacing:.05em;color:#fff;}\n/* M4 exterior quote top left, no rule */\n.m4{padding:6px 0;}\n.m4 .glyph{font-family:var(--font-display);font-weight:400;font-size:56px;line-height:.5;color:var(--sail-orange);height:28px;display:block;margin-bottom:10px;}\n.m4 .by{margin-top:14px;font-size:16px;font-weight:600;letter-spacing:.05em;color:var(--sail-navy);}\n/* M5 left rule + exterior quote top left */\n.m5{border-left:3px solid var(--sail-orange);padding:6px 0 6px 26px;}\n.m5 .glyph{font-family:var(--font-display);font-weight:400;font-size:56px;line-height:.5;color:var(--sail-orange);height:28px;display:block;margin-bottom:10px;}\n.m5 .by{margin-top:14px;font-size:16px;font-weight:600;letter-spacing:.05em;color:var(--sail-navy);}\n\n/* ============ V7 - Trust strip / page-break band, dark ============ */\n.q7{width:100%;max-width:1100px;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);border-radius:var(--r-md);padding:30px 44px;display:flex;align-items:center;gap:26px;position:relative;overflow:hidden;}\n.q7::before{content:\"\";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(217,119,6,.16),transparent 60%);pointer-events:none;}\n.q7__line{position:relative;flex:1;height:1px;background:rgba(255,255,255,.18);}\n.q7__mid{position:relative;text-align:center;flex:0 1 auto;}\n.q7 blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(18px,2vw,25px);line-height:1.3;letter-spacing:-.01em;color:#fff;}\n.q7 blockquote em{font-style:italic;color:var(--sail-orange);}\n.q7__by{margin-top:9px;font-weight:600;font-size:15px;letter-spacing:.06em;color:#fff;}\n\n/* ============ V8 - Trust strip / page-break band, light ============ */\n.q8{width:100%;max-width:1100px;background:var(--sail-ink-soft);border-top:1px solid #e7eaed;border-bottom:1px solid #e7eaed;padding:30px 44px;display:flex;align-items:center;gap:26px;}\n.q8__line{flex:1;height:1px;background:#e1e5e8;}\n.q8__mid{text-align:center;flex:0 1 auto;}\n.q8 blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(18px,2vw,25px);line-height:1.3;letter-spacing:-.01em;color:var(--sail-navy);}\n.q8 blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n.q8__by{margin-top:9px;font-weight:600;font-size:15px;letter-spacing:.06em;color:var(--sail-navy);}\n\n@media(max-width:680px){\n  .q7__line,.q8__line{display:none;}\n  .q7,.q8{flex-direction:column;gap:0;text-align:center;}\n}\n@media(max-width:520px){\n  .q3,.q5{width:100%;height:auto;aspect-ratio:1/1;}\n  .q4{width:100%;max-width:300px;aspect-ratio:9/16;height:auto;margin:0 auto;}\n}","status":"Beta","updated_at":"2026-06-11 12:08:15"},{"id":72,"name":"sa-signature-quote-poppins","version":"2026-06-11","category":"Social Proof","description":"Signature brand-quote element set for Sam Aguiar Injury Lawyers, rendered entirely in Poppins (no Fraunces). One packaged set of on-brand treatments of the firm's signature line ('Our job isn't done until clients leave saying, Wow, that was an amazing experience.') spanning web section formats and ready-to-post social sizes. Includes V1 editorial pull-quote, V2 dark full-width band, V3 1:1 social card, V4 9:16 story, V5 light social square, V6 minimal hairline plus the M1-M4 hairline family, and V7/V8 trust-strip page-break bands.","when_to_use":"When a page or social post needs a signature Sam Aguiar quote moment in the Poppins (sans-serif) treatment. Pick the variant by placement: web bands, sidebars, page-break strips, or social feed/story cards.","source_skill":"sa-signature-quote (Poppins variant)","rules":"- Attribution is always 'Sam Aguiar' / 'SAM AGUIAR' (the signature line).\n- Orange (#D97706 / #B45309) for glyphs, rules, and italic emphasis only — never as a text fill for the whole quote.\n- Dark variants use the Visible Depth navy-to-black gradient with a soft orange radial glow.\n- No Fraunces. No emoji. Full-opacity text.\n- Variants: V1 editorial pull-quote, V2 dark full-width band, V3 social 1:1, V4 social 9:16, V5 light social square, V6 minimal hairline + M-family, V7/V8 trust-strip page breaks.","live_reference":"","deployment_notes":"All variant classes namespaced under .sa-quote-grid. Poppins loaded via Google Fonts (ital,wght 300-700). Sister entry: sa-signature-quote-georgia (Georgia/Times serif version). Pick one font treatment per deployment.","html":"<div class=\"sa-quote-grid\">\n\n  <!-- V1 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V1 &middot; Editorial pull-quote</h2><span class=\"tag tag--web\">Web &middot; inline</span></div>\n    <p class=\"spec__note\">For About, story, and case-result pages. Drops into a content column between sections. Oversized orange quote glyph, Poppins, signature attribution.</p>\n    <div class=\"spec__stage\">\n      <figure class=\"q1\">\n        <span class=\"q1__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <figcaption class=\"q1__by\"><span class=\"q1__sig\">- Sam Aguiar</span></figcaption>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V2 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V2 &middot; Full-width dark section</h2><span class=\"tag tag--web\">Web &middot; section band</span></div>\n    <p class=\"spec__note\">Full-bleed band between page sections or above the footer. Visible Depth gradient with a centered radial orange glow. The firm's premium \"moment\" treatment.</p>\n    <div class=\"spec__stage\">\n      <figure class=\"q2\">\n        <span class=\"q2__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"q2__rule\"></div>\n        <div class=\"q2__by\">- SAM AGUIAR</div>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V3 + V4 social row -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V3 &middot; Square &nbsp;|&nbsp; V4 &middot; Story</h2><span class=\"tag tag--social\">Social &middot; 1:1 + 9:16</span></div>\n    <p class=\"spec__note\">Ready-to-post sizes. V3 is the 1080&times;1080 feed card (Instagram, Facebook, LinkedIn). V4 is the 1080&times;1920 vertical for Stories and Reels covers. Same gradient and glow as the web band so feed and site feel like one system.</p>\n    <div class=\"spec__stage\" style=\"gap:34px;flex-wrap:wrap;\">\n      <figure class=\"q3\">\n        <span class=\"q3__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <figcaption class=\"q3__by\"><span class=\"bar\"></span><span class=\"name\">- SAM AGUIAR</span></figcaption>\n      </figure>\n      <figure class=\"q4\">\n        <span class=\"q4__glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"q4__rule\"></div>\n        <div class=\"q4__name\">- SAM AGUIAR</div>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V5 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V5 &middot; Light square, highlight word</h2><span class=\"tag tag--social\">Social &middot; 1:1 light</span></div>\n    <p class=\"spec__note\">Light alternate for feeds that skew bright. Pulls \"Wow, that was amazing.\" onto its own line in orange italic so the payoff reads first in the scroll.</p>\n    <div class=\"spec__stage\">\n      <figure class=\"q5\">\n        <blockquote>Our job isn’t done until clients leave saying,<span class=\"pop\">‘Wow, that was an amazing experience.’</span></blockquote>\n        <figcaption class=\"q5__by\"><span class=\"bar\"></span><span class=\"name\">- SAM AGUIAR</span></figcaption>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V6 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V6 &middot; Minimal hairline</h2><span class=\"tag tag--web\">Web &middot; sidebar / footer</span></div>\n    <p class=\"spec__note\">Low-footprint version for a sidebar, email signature block, or above the footer. Orange rule on the left, no background. Use when the page already has a heavy hero.</p>\n    <div class=\"spec__stage\" style=\"justify-content:flex-start;\">\n      <figure class=\"q6\">\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"q6__by\">- SAM AGUIAR</div>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V6 family -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>More like V6 &middot; minimal hairline family</h2><span class=\"tag tag--web\">Web &middot; inline / sidebar</span></div>\n    <p class=\"spec__note\">Four restrained takes on the V6 look for inline body, a sidebar, or an email signature. Low footprint, the quote carries it. M1 serif signature, M2 stacked hairlines centered, M3 inverted navy, M4 quote-glyph only.</p>\n    <div class=\"spec__stage\" style=\"flex-direction:column;gap:36px;align-items:stretch;\">\n      <figure class=\"m m1\">\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"by\">- Sam Aguiar</div>\n      </figure>\n      <figure class=\"m m2\">\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"rule\"></div>\n        <div class=\"by\">- SAM AGUIAR</div>\n      </figure>\n      <figure class=\"m m3\">\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"by\">- SAM AGUIAR</div>\n      </figure>\n      <figure class=\"m m4\">\n        <span class=\"glyph\">&ldquo;</span>\n        <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n        <div class=\"by\">- SAM AGUIAR</div>\n      </figure>\n    </div>\n  </section>\n\n  <!-- V7 + V8 -->\n  <section class=\"spec\">\n    <div class=\"spec__bar\"><h2>V7 &middot; Dark &nbsp;|&nbsp; V8 &middot; Light</h2><span class=\"tag tag--web\">Web &middot; trust-strip page break</span></div>\n    <p class=\"spec__note\">Slim full-width band that sits between two content sections as a divider. Hairlines run out to both edges so the quote reads as a page break. Dark version (Visible Depth) for a strong beat; light version for a quiet one. Collapses to a centered stack on mobile.</p>\n    <div class=\"spec__stage\" style=\"flex-direction:column;gap:26px;\">\n      <figure class=\"q7\">\n        <span class=\"q7__line\"></span>\n        <div class=\"q7__mid\">\n          <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n          <div class=\"q7__by\">- SAM AGUIAR</div>\n        </div>\n        <span class=\"q7__line\"></span>\n      </figure>\n      <figure class=\"q8\">\n        <span class=\"q8__line\"></span>\n        <div class=\"q8__mid\">\n          <blockquote>Our job isn’t done until clients leave saying, <em>‘Wow, that was an amazing experience.’</em></blockquote>\n          <div class=\"q8__by\">- SAM AGUIAR</div>\n        </div>\n        <span class=\"q8__line\"></span>\n      </figure>\n    </div>\n  </section>\n\n</div>","css":":root{\n  --sail-navy:#0B212D; --sail-navy-deep:#0a1520; --sail-navy-mid:#0B212D;\n  --sail-orange:#D97706; --sail-orange-deep:#B45309; --sail-white:#FFFFFF;\n  --sail-ink-light:#f7f9fa; --sail-ink-soft:#fafafa;\n  --font-display:'Poppins',system-ui,sans-serif; --font-ui:'Poppins',system-ui,sans-serif;\n  --r-md:12px; --r-lg:14px; --r-xl:20px; --r-2xl:28px; --r-pill:999px;\n}\n.sa-quote-grid,.sa-quote-grid *{box-sizing:border-box;margin:0;padding:0;}\nbody{font-family:var(--font-ui);background:#eceef0;color:var(--sail-navy);line-height:1.6;-webkit-font-smoothing:antialiased;}\n\n/* ---- page chrome ---- */\n.page-head{max-width:1180px;margin:0 auto;padding:56px 32px 8px;}\n.page-head .kicker{font-family:var(--font-ui);font-weight:600;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--sail-orange-deep);}\n.page-head h1{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,4.4vw,50px);letter-spacing:-.01em;margin:10px 0 14px;}\n.page-head p{max-width:680px;font-weight:400;color:#3a4a55;font-size:16px;}\n.grid{max-width:1180px;margin:0 auto;padding:24px 32px 80px;display:grid;gap:40px;}\n.spec{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(11,33,45,.10);}\n.spec__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid #e7eaed;}\n.spec__bar h2{font-family:var(--font-ui);font-size:15px;font-weight:600;letter-spacing:-.01em;}\n.spec__bar .tag{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:5px 11px;border-radius:var(--r-pill);}\n.tag--web{background:rgba(11,33,45,.08);color:var(--sail-navy);}\n.tag--social{background:rgba(217,119,6,.16);color:var(--sail-orange-deep);}\n.spec__note{padding:12px 20px 0;font-size:13px;color:#5a6770;}\n.spec__stage{padding:28px;display:flex;justify-content:center;}\n\n/* ============ V1 - Web inline editorial pull-quote ============ */\n.q1{max-width:820px;background:var(--sail-white);padding:8px 8px 8px 0;position:relative;}\n.q1__glyph{font-family:var(--font-display);font-weight:400;font-size:120px;line-height:.7;color:var(--sail-orange);height:64px;display:block;}\n.q1 blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(26px,3.4vw,40px);line-height:1.22;letter-spacing:-.01em;color:var(--sail-navy);margin:8px 0 22px;}\n.q1 blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n.q1__by{display:flex;align-items:center;gap:14px;border-top:1px solid #e1e5e8;padding-top:18px;}\n.q1__sig{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:26px;color:var(--sail-navy);}\n.q1__role{font-size:13px;font-weight:500;letter-spacing:.04em;color:#5a6770;text-transform:uppercase;}\n\n/* ============ V2 - Web dark full-width section (Visible Depth + glow) ============ */\n.q2{width:100%;max-width:980px;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);border-radius:var(--r-2xl);padding:72px 56px;text-align:center;position:relative;overflow:hidden;}\n.q2::before{content:\"\";position:absolute;inset:0;background:radial-gradient(circle at 50% 32%,rgba(217,119,6,.22),transparent 58%);pointer-events:none;}\n.q2__eye{position:relative;font-weight:600;font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:var(--sail-orange);margin-bottom:22px;}\n.q2__glyph{position:relative;font-family:var(--font-display);font-weight:400;font-size:80px;line-height:.5;color:var(--sail-orange);display:block;height:40px;margin-bottom:12px;text-align:left;}\n.q2 blockquote{position:relative;font-family:var(--font-display);font-weight:500;font-size:clamp(28px,3.8vw,46px);line-height:1.22;letter-spacing:-.01em;color:#fff;max-width:760px;margin:0 auto;}\n.q2 blockquote em{font-style:italic;color:var(--sail-orange);}\n.q2__rule{position:relative;width:54px;height:2px;background:var(--sail-orange);margin:30px auto 18px;}\n.q2__by{position:relative;font-family:var(--font-display);font-weight:500;font-size:18px;letter-spacing:.02em;color:#fff;}\n.q2__role{position:relative;font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#FFFFFF;margin-top:4px;}\n\n/* ============ V3 - Social square 1:1 ============ */\n.q3{width:420px;height:420px;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);border-radius:var(--r-xl);padding:38px 36px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;}\n.q3::before{content:\"\";position:absolute;top:-40px;right:-40px;width:240px;height:240px;background:radial-gradient(circle,rgba(217,119,6,.30),transparent 62%);}\n.q3__glyph{position:relative;font-family:var(--font-display);font-size:80px;line-height:.6;color:var(--sail-orange);height:38px;}\n.q3 blockquote{position:relative;font-family:var(--font-display);font-weight:500;font-size:24px;line-height:1.28;letter-spacing:-.01em;color:#fff;}\n.q3 blockquote em{font-style:italic;color:var(--sail-orange);}\n.q3__by{position:relative;display:flex;align-items:center;gap:12px;margin-top:22px;}\n.q3__by .bar{width:30px;height:2px;background:var(--sail-orange);}\n.q3__by .name{font-weight:600;font-size:15px;color:#fff;}\n.q3__by .role{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#FFFFFF;}\n\n/* ============ V4 - Social story 9:16 ============ */\n.q4{width:260px;height:462px;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);border-radius:var(--r-xl);padding:40px 30px;display:flex;flex-direction:column;justify-content:center;text-align:left;position:relative;overflow:hidden;}\n.q4::before{content:\"\";position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,rgba(217,119,6,.22),transparent 60%);}\n.q4__eye{position:relative;font-weight:600;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--sail-orange);margin-bottom:18px;}\n.q4__glyph{position:relative;font-family:var(--font-display);font-weight:400;font-size:96px;line-height:.5;color:var(--sail-orange);display:block;height:46px;margin-bottom:6px;}\n.q4 blockquote{position:relative;font-family:var(--font-display);font-weight:500;font-size:25px;line-height:1.25;letter-spacing:-.01em;color:#fff;}\n.q4 blockquote em{font-style:italic;color:var(--sail-orange);}\n.q4__rule{position:relative;width:40px;height:2px;background:var(--sail-orange);margin:22px 0 14px;}\n.q4__name{position:relative;font-family:var(--font-display);font-weight:500;font-size:16px;color:#fff;}\n.q4__role{position:relative;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#FFFFFF;margin-top:3px;}\n\n/* ============ V5 - Light social square, big highlight word ============ */\n.q5{width:420px;height:420px;background:var(--sail-ink-light);border-radius:var(--r-xl);padding:46px 42px;display:flex;flex-direction:column;justify-content:center;position:relative;border:1px solid #e7eaed;}\n.q5__eye{font-weight:600;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--sail-orange-deep);margin-bottom:18px;}\n.q5 blockquote{font-family:var(--font-display);font-weight:500;font-size:30px;line-height:1.22;letter-spacing:-.01em;color:var(--sail-navy);}\n.q5 .pop{display:block;font-style:italic;font-weight:500;color:var(--sail-orange-deep);font-size:40px;margin-top:6px;}\n.q5__by{margin-top:26px;display:flex;align-items:center;gap:12px;}\n.q5__by .bar{width:30px;height:2px;background:var(--sail-orange);}\n.q5__by .name{font-weight:600;font-size:15px;color:var(--sail-navy);}\n.q5__by .role{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#5a6770;}\n\n/* ============ V6 - Minimal hairline (sidebar / footer / inline) ============ */\n.q6{max-width:760px;border-left:3px solid var(--sail-orange);padding:6px 0 6px 26px;}\n.q6 blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.3;letter-spacing:-.01em;color:var(--sail-navy);}\n.q6 blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n.q6__by{margin-top:14px;font-size:13px;font-weight:600;letter-spacing:.04em;color:#5a6770;text-transform:uppercase;}\n.q6__by span{color:var(--sail-orange-deep);}\n\n/* ============ V6 family - minimal hairline variations ============ */\n.m{max-width:760px;}\n.m blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(20px,2.4vw,26px);line-height:1.3;letter-spacing:-.01em;color:var(--sail-navy);}\n.m blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n/* M1 left rule + serif signature */\n.m1{border-left:3px solid var(--sail-orange);padding:6px 0 6px 26px;}\n.m1 .by{margin-top:14px;font-family:var(--font-display);font-style:italic;font-weight:500;font-size:20px;color:var(--sail-navy);}\n/* M2 stacked hairlines, centered */\n.m2{text-align:center;border-top:1px solid #e1e5e8;border-bottom:1px solid #e1e5e8;padding:32px 12px;}\n.m2 .rule{width:46px;height:2px;background:var(--sail-orange);margin:18px auto 0;}\n.m2 .by{margin-top:16px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5a6770;}\n/* M3 inverted navy minimal */\n.m3{background:var(--sail-navy);border-left:3px solid var(--sail-orange);border-radius:0 var(--r-md) var(--r-md) 0;padding:26px 32px;}\n.m3 blockquote{color:#fff;}\n.m3 blockquote em{color:var(--sail-orange);}\n.m3 .by{margin-top:14px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#FFFFFF;}\n/* M4 quote-glyph, no rule */\n.m4{padding:6px 0;}\n.m4 .glyph{font-family:var(--font-display);font-weight:400;font-size:88px;line-height:.4;color:var(--sail-orange);height:44px;display:block;}\n.m4 .by{margin-top:14px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5a6770;}\n\n/* ============ V7 - Trust strip / page-break band ============ */\n.q7{width:100%;max-width:1100px;background:linear-gradient(0deg,#000 0%,var(--sail-navy) 100%);border-radius:var(--r-md);padding:30px 44px;display:flex;align-items:center;gap:26px;position:relative;overflow:hidden;}\n.q7::before{content:\"\";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(217,119,6,.16),transparent 60%);pointer-events:none;}\n.q7__line{position:relative;flex:1;height:1px;background:rgba(255,255,255,.18);}\n.q7__mid{position:relative;text-align:center;flex:0 1 auto;}\n.q7 blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(18px,2vw,25px);line-height:1.3;letter-spacing:-.01em;color:#fff;}\n.q7 blockquote em{font-style:italic;color:var(--sail-orange);}\n.q7__by{margin-top:9px;font-weight:600;font-size:13px;letter-spacing:.06em;color:#fff;}\n\n/* ============ V8 - Trust strip / page-break band, light ============ */\n.q8{width:100%;max-width:1100px;background:var(--sail-ink-soft);border-top:1px solid #e7eaed;border-bottom:1px solid #e7eaed;padding:30px 44px;display:flex;align-items:center;gap:26px;}\n.q8__line{flex:1;height:1px;background:#e1e5e8;}\n.q8__mid{text-align:center;flex:0 1 auto;}\n.q8 blockquote{font-family:var(--font-display);font-weight:500;font-size:clamp(18px,2vw,25px);line-height:1.3;letter-spacing:-.01em;color:var(--sail-navy);}\n.q8 blockquote em{font-style:italic;color:var(--sail-orange-deep);}\n.q8__by{margin-top:9px;font-weight:600;font-size:13px;letter-spacing:.06em;color:#5a6770;}\n\n@media(max-width:680px){\n  .q7__line,.q8__line{display:none;}\n  .q7,.q8{flex-direction:column;gap:0;text-align:center;}\n}\n@media(max-width:520px){\n  .q3,.q5{width:100%;height:auto;aspect-ratio:1/1;}\n  .q4{width:100%;max-width:300px;aspect-ratio:9/16;height:auto;margin:0 auto;}\n}","status":"Beta","updated_at":"2026-06-11 12:07:28"},{"id":3,"name":"sa-trust-badges-grid","version":"2026-06-10","category":"Social Proof","description":"3×2 grid of firm-credential badges (Forbes, Super Lawyers, ABOTA, NTL Top 100, Multi-Million, MVTLA). Header \"Recognized Amongst Kentucky's Best Injury Lawyers.\"","when_to_use":"Mid-page on location pages and homepage. Coexists with horizontal trust bar (3.2).","source_skill":"sa-trust-badges-grid","rules":"1. Header is exactly: `Recognized Amongst Kentucky's Best Injury Lawyers`. Note the **\"Amongst\"** spelling per Sam's instruction. Do not change to \"Among,\" \"Within,\" or any variant.\n2. Six badges, fixed roster: - Forbes Best-In-State (forbes-badge.png)\n3. ABOTA sits on the top row: where Top 10 used to be (per Sam, 2026-05-20). Do not substitute \"Top 10\" — that badge is retired sitewide.\n4. 3×2 mobile grid: Never 2×3 or 1×6 on mobile.\n5. Canonical PNG/SVG/WebP URLs only: Do not use JPG thumbnails. Do not use Wikipedia thumb URLs (they 403 in headless render). Use the firm-hosted `/wp-content/uploads/bsg-images/...` paths shown in the snippet.\n6. Alt text: is descriptive and lowercase per the sitewide image alt-text convention.\n7. No deprecated colors: No background fills on the badges themselves — they sit on white.\n8. Mobile centering: applies to the H2 per the sitewide rule.\n9. One per page: Pair with the horizontal trust bar (`sa-trust-bar`) if needed — they coexist but never use two badge grids on the same page.","live_reference":"https://aguiarinjurylawyers.com/locations/lexington/","deployment_notes":"Image heights normalized via max-height. Lazy-load below the fold.","html":"<section class=\"sa-badges\">\n  <div class=\"sa-badges-inner\">\n    <h2>Recognized Amongst Kentucky&rsquo;s Best Injury Lawyers</h2>\n    <div class=\"sa-badges-grid\">\n      <div class=\"sa-badge\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/forbes-badge.png\" alt=\"Forbes best-in-state top lawyer\" loading=\"lazy\" width=\"2048\" height=\"819\"></div>\n      <div class=\"sa-badge\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/super-lawyers-badge.png\" alt=\"Super lawyers\" loading=\"lazy\" width=\"180\" height=\"150\"></div>\n      <div class=\"sa-badge\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/2026/03/Abota-Badge.webp\" alt=\"Abota american board of trial advocates\" loading=\"lazy\" width=\"616\" height=\"428\"></div>\n      <div class=\"sa-badge\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/ntl-top100-badge.webp\" alt=\"National trial lawyers top 100\" loading=\"lazy\" width=\"1200\" height=\"1200\"></div>\n      <div class=\"sa-badge\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/multi-million-badge.png\" alt=\"Multi-million dollar advocates forum\" loading=\"lazy\" width=\"350\" height=\"350\"></div>\n      <div class=\"sa-badge\"><img src=\"https://aguiarinjurylawyers.com/wp-content/uploads/bsg-images/mvtla-badge.webp\" alt=\"Motor vehicle trial lawyers association top 25\" loading=\"lazy\" width=\"512\" height=\"512\"></div>\n    </div>\n  </div>\n</section>","css":"/* ============== sa-trust-badges-grid - 3×2 badge grid ============== */\n.sa-badges{\n  padding:56px 24px;\n  background:#fff;\n}\n.sa-badges-inner{\n  max-width:1180px;\n  margin:0 auto;\n  text-align:center;\n}\n.sa-badges-inner h2{\n  font-family:Poppins,sans-serif;\n  font-weight:700;\n  font-size:clamp(24px,3.2vw,32px);\n  color:#0B212D;\n  text-align:center;\n  margin:0 0 36px;\n  letter-spacing:.3px;\n}\n.sa-badges-grid{\n  display:grid;\n  grid-template-columns:repeat(6, 1fr);\n  gap:24px;\n  align-items:center;\n  justify-items:center;\n}\n.sa-badge{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:100%;\n  min-height:120px;\n}\n.sa-badge img{\n  max-width:100%;\n  max-height:120px;\n  width:auto;\n  height:auto;\n  object-fit:contain;\n}\n\n@media (max-width:980px){\n  .sa-badges-grid{ grid-template-columns:repeat(3, 1fr); gap:20px; }\n  .sa-badge{ min-height:100px; }\n  .sa-badge img{ max-height:100px; }\n}\n@media (max-width:480px){\n  .sa-badges{ padding:40px 16px; }\n  .sa-badge img{ max-height:80px; }\n}\n\n/* === ALL-CAPS + CENTERED (sa-copywriting §2, SCOPED 2026-06-10) === */\n.sa-badges h1,.sa-badges h2,.sa-badges h3{text-transform:uppercase !important;text-align:center !important;}\n.sa-badges .cva-btn,.sa-badges .cva-btn--primary,.sa-badges .cva-btn--ghost,.sa-badges .sa-cta-banner-btn,.sa-badges .sa-sidebar-btn,.sa-badges .sa-side-btn,.sa-badges .sa-submit-btn,.sa-badges .sa-bsg-cta,.sa-badges .sa-hero-cta,.sa-badges .sa-partner-btn,.sa-badges .sa-btn,.sa-badges .sa-cta,.sa-badges .sa-cta-btn,.sa-badges .btn{text-transform:uppercase !important;text-align:center !important;}\n","status":"Live","updated_at":"2026-06-10 16:47:46"}]