// Certification trust strip — slim band rendered directly under the hero on the
// homepage and money pages. Option-gated (sf_cert_line): renders NOTHING when the
// option is unset. Same option feeds the footer copyright suffix and the schema
// hasCredential graft (sf-schema.php). Added Sep-1 (IICRC 6906092, Floodline).
function sf_cert_strip() {
  $c = trim((string) get_option('sf_cert_line', ''));
  if ($c === '') return;
  echo '<div class="sf-certline" role="note" style="padding:11px 16px;background:#fff;border-bottom:1px solid rgba(15,23,42,.07);display:flex;align-items:center;justify-content:center;gap:8px;font-size:.88rem;font-weight:600;letter-spacing:.01em;color:#475569;text-align:center">';
  echo '<svg viewBox="0 0 24 24" width="15" height="15" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" style="flex:none"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/><path d="m9 12 2 2 4-4"/></svg>';
  echo '<span>' . esc_html($c) . '</span>';
  echo '</div>';
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//floodlinerestorationmanhattan.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
</urlset>
<!-- XML Sitemap generated by Yoast SEO -->