403Webshell
Server IP : 138.197.107.151  /  Your IP : 216.73.217.7
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User : wpbetasites_mrakzqskir ( 1022)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/bsd-crawler-parser/demo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/bsd-crawler-parser/demo/ai-search-performance.html
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>AI Search Performance · Price Benowitz Injury Lawyers · Performance Report</title>

  <!-- Fonts -->
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet" />

  <!-- Shared styles (identical across every tab file) -->
  <link rel="stylesheet" href="css/common.css" />
  <!-- ============================================================================
     TAB-SPECIFIC CSS: AI SEARCH PERFORMANCE
     Scoped under .tab-ai-search-performance so it can't leak into other tab
     files.
     ============================================================================ -->
  <style>
    .tab-ai-search-performance .info-icon {
      display: inline-flex;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      font-size: 12px;
      line-height: 15px;
      opacity: 0.7;
      vertical-align: middle;
    }

    .tab-ai-search-performance .ai-heading {
      font-size: 40px;
      font-weight: 700;
      margin: 65px 0 40px;
    }

    /* Row layout: sticky stat column + table column */

    .tab-ai-search-performance .ai-row {
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .tab-ai-search-performance .ai-stats-col {
      flex: 0 0 380px;
      position: sticky;
      top: 155px;
    }

    .tab-ai-search-performance .ai-stats-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .tab-ai-search-performance .ai-stat-card {
      border-radius: var(--radius-md);
      padding: 16px;
      text-align: center;
      border: 1.14px solid #A7A7A7;
    }

    .tab-ai-search-performance .ai-stat-card--blue {
      background: var(--color-blue);
      border-color: var(--color-blue);
      color: var(--color-white);
    }

    .tab-ai-search-performance .ai-stat-card--white {
      background: var(--color-white);
    }

    .tab-ai-search-performance .ai-stat-card__label {
      display: block;
      font-size: 0.82rem;
      margin-bottom: 8px;
    }

    .tab-ai-search-performance .ai-stat-card--blue .ai-stat-card__label {
      color: #eaf5fd;
    }

    .tab-ai-search-performance .ai-stat-card--white .ai-stat-card__label {
      color: var(--color-text-secondary);
    }

    .tab-ai-search-performance .ai-stat-card__value {
      display: block;
      font-family: var(--font-heading);
      font-size: 1.4rem;
      font-weight: 700;
    }

    .tab-ai-search-performance .ai-table-col {
      flex: 1 1 auto;
      min-width: 0;
    }

    /* Table (same visual language as the other report tables) */

    .tab-ai-search-performance .seo-table-wrap {
        border-radius: 16px 16px 0px 0px;
        overflow: hidden;
    }

    .tab-ai-search-performance .seo-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.88rem;
      table-layout: fixed;
    }

    .tab-ai-search-performance .seo-table th {
      background: transparent;
      text-align: left;
      padding: 8px 4px;
      cursor: pointer;
      user-select: none;
    }

    .tab-ai-search-performance .seo-table th:first-child {
      padding-left: 0px;
    }

    .tab-ai-search-performance .seo-table th:last-child {
      padding-right: 0px;
    }

    .tab-ai-search-performance .seo-table .th-pill {
      display: block;
      background: var(--color-blue);
      font-family: var(--font-heading);
      font-weight: 600;
      padding: 14px 18px;
      border-radius: 5px;
      white-space: nowrap;
      font-size: 20px;
      color: #000;
    }

    .tab-ai-search-performance .seo-table th .sort-icon {
      margin-left: 6px;
      opacity: 0.85;
      font-size: 0.75em;
      color: #fff;
    }

    .tab-ai-search-performance .seo-table td {
      padding: 12px 18px;
      border-bottom: 1px solid var(--color-border);
      color: var(--color-text-primary);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 0;
    }

    .tab-ai-search-performance .seo-table td:not(:last-child) {
      border-right: 1px dashed var(--color-border);
    }

    /* Pagination */

    .tab-ai-search-performance .seo-pagination {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      margin-top: 20px;
    }

    .tab-ai-search-performance .seo-pagination__pages {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .tab-ai-search-performance .seo-page-btn {
      min-width: 32px;
      height: 32px;
      border-radius: 8px;
      border: 1px solid var(--color-border);
      background: var(--color-white);
      color: var(--color-text-secondary);
      font-size: 0.85rem;
      font-weight: 600;
      cursor: pointer;
    }

    .tab-ai-search-performance .seo-page-btn[aria-current="true"] {
      border-color: var(--color-blue);
      color: var(--color-blue);
    }

    .tab-ai-search-performance .seo-page-ellipsis {
      min-width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--color-text-secondary);
      font-size: 0.85rem;
      font-weight: 600;
    }

    .tab-ai-search-performance .seo-page-btn:disabled {
      opacity: 0.4;
      cursor: default;
    }

    .tab-ai-search-performance .seo-pagination__caption {
      font-size: 0.78rem;
      color: var(--color-text-secondary);
    }

    /* Responsive */

    @media (max-width: 900px) {
      .tab-ai-search-performance .ai-row {
        flex-direction: column;
      }

      .tab-ai-search-performance .ai-stats-col {
        position: static;
        flex: 1 1 auto;
        width: 100%;
      }

      .tab-ai-search-performance .ai-table-col {
        width: 100%;
      }

      .tab-ai-search-performance .seo-page-btn {
          min-width: 25px;
          height: 25px;
          font-size: 11px;
      }
    }

    @media (max-width: 640px) {
      .tab-ai-search-performance .hero {
        padding: 28px 24px;
        min-height: 180px;
      }

      .tab-ai-search-performance .hero__title {
        font-size: 1.8rem;
      }

      .tab-ai-search-performance .ai-stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .tab-ai-search-performance .ai-heading {
        font-size: 28px;
        margin: 55px 0 30px;
      }

      .tab-ai-search-performance .seo-table .th-pill {
        font-size: 16px;
      }
    }
  </style>

</head>

<body>



  <!-- ======================================================================
       SHARED: HEADER
       Identical markup on every tab file (overview.html, leads-overview.html, ...).
       ====================================================================== -->
  <header class="site-header">
    <div class="page-shell">
      <div class="site-header__row">
        <a class="site-header__logo" href="overview.html" aria-label="BluShark Digital home">
          <img src="assets/images/logo.png" alt="BluShark Digital" />
        </a>

        <!-- SHARED: MOBILE NAV TOGGLE — visible only below 1024px -->
        <button class="mobile-menu-btn" type="button" aria-label="Open menu" aria-expanded="false"
          aria-controls="mobile-nav-drawer">
          <span></span><span></span><span></span>
        </button>

        <div class="site-header__meta">
          <span class="pill pill--outline">Price Benowitz Injury Lawyers</span>
          <span class="pill pill--dark">
            <span class="pill__label">PERIOD</span> May 2026
          </span>
        </div>


      </div>

      <!-- ====================================================================
         SHARED: TABS NAVIGATION
         Identical on every tab file except which link carries aria-current="page".
         Real page links now (not JS-toggled panels) — each tab is its own file.
         ==================================================================== -->
      <nav class="tabs-nav" aria-label="Report sections">
        <a class="tab-btn" href="overview.html">
          <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
            stroke-linejoin="round">
            <rect x="3" y="3" width="7" height="7" rx="1"></rect>
            <rect x="14" y="3" width="7" height="7" rx="1"></rect>
            <rect x="14" y="14" width="7" height="7" rx="1"></rect>
            <rect x="3" y="14" width="7" height="7" rx="1"></rect>
          </svg>
          Overview
        </a>

        <a class="tab-btn" href="leads-overview.html">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
            <mask id="path-1-inside-1_127_420" fill="white">
              <path
                d="M14.16 7.04798C13.7711 6.65902 13.1414 6.65886 12.7525 7.04794C10.5652 9.2352 14.3877 5.41263 8.88022 10.9202C7.09499 12.7053 4.15337 11.5571 4.21302 9.11172C4.23117 8.36808 4.53901 7.66067 5.07988 7.1198L8.95208 3.2476C9.34103 2.85871 9.34116 2.22903 8.95208 1.84004L7.40382 0.291754C7.01483 -0.0972347 6.38525 -0.0972678 5.99626 0.291754C5.44415 0.843902 2.60972 3.67829 2.01143 4.27659C0.715907 5.57211 0.00156171 7.29461 2.4356e-06 9.12675C-0.00308293 12.8035 2.92553 15.9706 6.84235 15.9741C8.72602 15.9741 10.4653 15.2467 11.762 13.95L15.7082 10.0038C16.0972 9.6149 16.0973 8.98522 15.7082 8.59623L14.16 7.04798ZM6.70002 0.995549L8.24831 2.54384L6.30901 4.48317L4.76072 2.93488L6.70002 0.995549ZM11.0583 13.2462C8.76768 15.5368 4.99143 15.5692 2.70759 13.2772C0.426314 10.9878 0.429731 7.26584 2.71519 4.98035L4.05693 3.63861L5.60522 5.1869L4.37608 6.41604C2.87935 7.91268 2.8196 10.2927 4.26345 11.7365C5.69927 13.1723 8.08602 13.1218 9.58395 11.6239L10.8131 10.3948L12.3614 11.9431L11.0583 13.2462ZM13.0652 11.2393L11.5169 9.69104L13.4562 7.75171L15.0045 9.3L13.0652 11.2393Z" />
            </mask>
            <path
              d="M14.16 7.04798L13.4479 7.75994L13.448 7.75999L14.16 7.04798ZM12.7525 7.04794L13.4645 7.75996L13.4646 7.75987L12.7525 7.04794ZM8.88022 10.9202L9.59222 11.6322L9.59224 11.6322L8.88022 10.9202ZM4.21302 9.11172L3.20637 9.08716L3.20637 9.08717L4.21302 9.11172ZM5.07988 7.1198L5.7919 7.83182V7.83182L5.07988 7.1198ZM8.95208 3.2476L8.24012 2.53552L8.24006 2.53558L8.95208 3.2476ZM8.95208 1.84004L8.24005 2.55206L8.24015 2.55215L8.95208 1.84004ZM7.40382 0.291754L8.11585 -0.420258L8.11584 -0.420266L7.40382 0.291754ZM5.99626 0.291754L6.7083 1.00375L6.70831 1.00374L5.99626 0.291754ZM2.4356e-06 9.12675L-1.00695 9.12589V9.12591L2.4356e-06 9.12675ZM6.84235 15.9741L6.84145 16.981H6.84235V15.9741ZM15.7082 10.0038L14.9963 9.29171L14.9962 9.29177L15.7082 10.0038ZM15.7082 8.59623L14.9962 9.30825L14.9963 9.30835L15.7082 8.59623ZM6.70002 0.995549L7.41204 0.283529L6.70002 -0.428497L5.988 0.283535L6.70002 0.995549ZM8.24831 2.54384L8.96034 3.25585L9.67235 2.54383L8.96033 1.83182L8.24831 2.54384ZM6.30901 4.48317L5.59699 5.19519L6.30902 5.90722L7.02104 5.19519L6.30901 4.48317ZM4.76072 2.93488L4.0487 2.22287L3.33669 2.93489L4.0487 3.6469L4.76072 2.93488ZM11.0583 13.2462L11.7703 13.9583L11.7703 13.9582L11.0583 13.2462ZM2.70759 13.2772L3.42089 12.5665L3.42088 12.5665L2.70759 13.2772ZM2.71519 4.98035L2.00317 4.26833L2.00317 4.26834L2.71519 4.98035ZM4.05693 3.63861L4.76895 2.92659L4.05693 2.21457L3.34491 2.92659L4.05693 3.63861ZM5.60522 5.1869L6.31724 5.89892L7.02926 5.1869L6.31724 4.47488L5.60522 5.1869ZM4.37608 6.41604L5.08808 7.12808L5.0881 7.12806L4.37608 6.41604ZM4.26345 11.7365L3.55143 12.4485L4.26345 11.7365ZM9.58395 11.6239L10.296 12.3359L10.296 12.3359L9.58395 11.6239ZM10.8131 10.3948L11.5251 9.68275L10.8131 8.97073L10.1011 9.68275L10.8131 10.3948ZM12.3614 11.9431L13.0734 12.6551L13.7854 11.943L13.0734 11.231L12.3614 11.9431ZM13.0652 11.2393L12.3532 11.9514L13.0652 12.6634L13.7772 11.9514L13.0652 11.2393ZM11.5169 9.69104L10.8049 8.97902L10.0929 9.69104L10.8049 10.4031L11.5169 9.69104ZM13.4562 7.75171L14.1683 7.03969L13.4562 6.32767L12.7442 7.03969L13.4562 7.75171ZM15.0045 9.3L15.7166 10.012L16.4286 9.3L15.7166 8.58798L15.0045 9.3ZM14.16 7.04798L14.8721 6.33602C14.0901 5.55389 12.8227 5.55342 12.0403 6.33602L12.7525 7.04794L13.4646 7.75987C13.465 7.7594 13.4648 7.75975 13.4637 7.76043C13.4628 7.76107 13.4616 7.76168 13.4605 7.76215C13.4583 7.76304 13.4568 7.76314 13.4562 7.76314C13.4555 7.76314 13.4541 7.76304 13.452 7.76217C13.4508 7.7617 13.4497 7.76111 13.4487 7.76047C13.4477 7.7598 13.4475 7.75946 13.4479 7.75994L14.16 7.04798ZM12.7525 7.04794L12.0404 6.33593C11.4936 6.88275 11.3224 7.05394 11.2872 7.0892C11.2827 7.09365 11.2805 7.09586 11.28 7.09641C11.2799 7.0965 11.2799 7.09644 11.28 7.09633C11.2802 7.09619 11.2816 7.09473 11.283 7.09342C12.7048 7.0978 12.7045 8.51993 12.7042 8.52024C12.704 8.52046 12.7039 8.52058 12.7042 8.52024C12.7046 8.51981 12.7054 8.51903 12.7065 8.51792C12.7109 8.5135 12.7201 8.50434 12.7303 8.49415C12.7405 8.48397 12.7517 8.47277 12.7601 8.46431C12.7643 8.46009 12.7679 8.45653 12.7703 8.45413C12.7715 8.45294 12.7724 8.45199 12.7731 8.45139C12.7733 8.45113 12.7736 8.45079 12.7739 8.45051C12.774 8.45041 12.7743 8.45018 12.7744 8.45002C12.7748 8.4496 12.7837 8.44055 12.7921 8.4318C12.7651 7.01853 11.351 7.02534 11.3505 7.0259C11.3503 7.02608 11.35 7.02635 11.3499 7.02646C11.3434 7.03299 10.9216 7.4547 8.1682 10.2082L8.88022 10.9202L9.59224 11.6322C10.9691 10.2553 11.7629 9.46156 12.2132 9.01125C12.4383 8.7861 12.5776 8.64681 12.661 8.56342C12.7027 8.52172 12.7304 8.49401 12.7479 8.47652C12.7567 8.46778 12.7628 8.4616 12.7669 8.45751C12.769 8.45547 12.7705 8.45396 12.7715 8.45292C12.7727 8.45175 12.773 8.4514 12.773 8.45145C12.7729 8.45151 12.7727 8.45174 12.7725 8.4519C12.772 8.45244 11.3579 8.45924 11.3309 7.04597C11.3393 7.03722 11.3482 7.02818 11.3486 7.02779C11.3487 7.02766 11.3489 7.02746 11.3489 7.02741C11.349 7.02733 11.349 7.02737 11.3487 7.02767C11.3482 7.02818 11.3473 7.02905 11.3461 7.03024C11.3437 7.03261 11.3402 7.03613 11.336 7.04036C11.3276 7.0488 11.3164 7.05998 11.3062 7.07017C11.296 7.08034 11.2868 7.08953 11.2824 7.09397C11.2813 7.09508 11.2805 7.09591 11.28 7.0964C11.2799 7.09651 11.2795 7.09691 11.2792 7.09721C11.2788 7.09755 11.2786 8.51968 12.7004 8.52406C12.7017 8.52274 12.7032 8.52127 12.7033 8.5211C12.7035 8.52093 12.7037 8.52077 12.7037 8.5207C12.7044 8.52 12.7068 8.51763 12.7112 8.51326C12.7465 8.47798 12.9177 8.30677 13.4645 7.75996L12.7525 7.04794ZM8.88022 10.9202L8.16821 10.2081C6.93755 11.4388 5.18518 10.5499 5.21967 9.13628L4.21302 9.11172L3.20637 9.08717C3.12156 12.5642 7.25241 13.9719 9.59222 11.6322L8.88022 10.9202ZM4.21302 9.11172L5.21967 9.13629C5.23131 8.65911 5.42813 8.19559 5.7919 7.83182L5.07988 7.1198L4.36786 6.40778C3.64989 7.12575 3.23102 8.07705 3.20637 9.08716L4.21302 9.11172ZM5.07988 7.1198L5.7919 7.83182L9.6641 3.95962L8.95208 3.2476L8.24006 2.53558L4.36786 6.40778L5.07988 7.1198ZM8.95208 3.2476L9.66404 3.95968C10.4462 3.17765 10.4466 1.91028 9.66401 1.12793L8.95208 1.84004L8.24015 2.55215C8.24062 2.55263 8.24028 2.55236 8.2396 2.55133C8.23896 2.55036 8.23836 2.54922 8.23789 2.54807C8.237 2.54587 8.23689 2.54444 8.23689 2.54379C8.23689 2.54315 8.23699 2.54174 8.23787 2.53957C8.23834 2.53843 8.23893 2.53731 8.23957 2.53634C8.24024 2.53532 8.24059 2.53505 8.24012 2.53552L8.95208 3.2476ZM8.95208 1.84004L9.6641 1.12803L8.11585 -0.420258L7.40382 0.291754L6.69179 1.00377L8.24005 2.55206L8.95208 1.84004ZM7.40382 0.291754L8.11584 -0.420266C7.33365 -1.20245 6.06648 -1.20257 5.28421 -0.420236L5.99626 0.291754L6.70831 1.00374C6.7088 1.00326 6.70854 1.00359 6.70753 1.00426C6.70656 1.0049 6.70544 1.00549 6.70429 1.00596C6.70211 1.00685 6.70068 1.00695 6.70003 1.00695C6.69937 1.00695 6.69795 1.00685 6.69579 1.00597C6.69464 1.0055 6.69353 1.00491 6.69257 1.00428C6.69157 1.00361 6.69131 1.00328 6.6918 1.00377L7.40382 0.291754ZM5.99626 0.291754L5.28422 -0.420245C4.73212 0.131889 1.89772 2.96625 1.29941 3.56457L2.01143 4.27659L2.72345 4.98861C3.32173 4.39033 6.15618 1.55591 6.7083 1.00375L5.99626 0.291754ZM2.01143 4.27659L1.29941 3.56457C-0.184741 5.04872 -1.00516 7.02699 -1.00695 9.12589L2.4356e-06 9.12675L1.00695 9.12761C1.00828 7.56223 1.61656 6.0955 2.72345 4.98861L2.01143 4.27659ZM2.4356e-06 9.12675L-1.00695 9.12591C-1.01048 13.337 2.34694 16.977 6.84145 16.981L6.84235 15.9741L6.84325 14.9671C3.50411 14.9641 1.00431 12.2701 1.00695 9.1276L2.4356e-06 9.12675ZM6.84235 15.9741V16.981C8.99181 16.981 10.9876 16.1485 12.474 14.662L11.762 13.95L11.05 13.238C9.94302 14.345 8.46023 14.9671 6.84235 14.9671V15.9741ZM11.762 13.95L12.474 14.662L16.4203 10.7158L15.7082 10.0038L14.9962 9.29177L11.05 13.238L11.762 13.95ZM15.7082 10.0038L16.4202 10.7159C17.2024 9.93384 17.2027 8.66647 16.4202 7.88412L15.7082 8.59623L14.9963 9.30835C14.9968 9.30882 14.9964 9.30855 14.9958 9.30752C14.9951 9.30655 14.9945 9.30541 14.994 9.30426C14.9932 9.30206 14.9931 9.30064 14.9931 9.29998C14.9931 9.29934 14.9932 9.29793 14.994 9.29576C14.9945 9.29462 14.9951 9.2935 14.9957 9.29253C14.9964 9.29151 14.9967 9.29124 14.9963 9.29171L15.7082 10.0038ZM15.7082 8.59623L16.4203 7.88422L14.872 6.33596L14.16 7.04798L13.448 7.75999L14.9962 9.30825L15.7082 8.59623ZM6.70002 0.995549L5.988 1.70757L7.53629 3.25586L8.24831 2.54384L8.96033 1.83182L7.41204 0.283529L6.70002 0.995549ZM8.24831 2.54384L7.53629 1.83183L5.59699 3.77116L6.30901 4.48317L7.02104 5.19519L8.96034 3.25585L8.24831 2.54384ZM6.30901 4.48317L7.02103 3.77115L5.47274 2.22286L4.76072 2.93488L4.0487 3.6469L5.59699 5.19519L6.30901 4.48317ZM4.76072 2.93488L5.47275 3.6469L7.41205 1.70756L6.70002 0.995549L5.988 0.283535L4.0487 2.22287L4.76072 2.93488ZM11.0583 13.2462L10.3462 12.5342C8.44115 14.4393 5.30351 14.4558 3.42089 12.5665L2.70759 13.2772L1.9943 13.9879C4.67935 16.6826 9.09422 16.6343 11.7703 13.9583L11.0583 13.2462ZM2.70759 13.2772L3.42088 12.5665C1.53168 10.6705 1.53446 7.58515 3.42722 5.69236L2.71519 4.98035L2.00317 4.26834C-0.674994 6.94653 -0.67905 11.305 1.9943 13.9879L2.70759 13.2772ZM2.71519 4.98035L3.42721 5.69237L4.76895 4.35063L4.05693 3.63861L3.34491 2.92659L2.00317 4.26833L2.71519 4.98035ZM4.05693 3.63861L3.34491 4.35063L4.8932 5.89892L5.60522 5.1869L6.31724 4.47488L4.76895 2.92659L4.05693 3.63861ZM5.60522 5.1869L4.8932 4.47488L3.66406 5.70402L4.37608 6.41604L5.0881 7.12806L6.31724 5.89892L5.60522 5.1869ZM4.37608 6.41604L3.66408 5.704C1.80445 7.56351 1.68464 10.5817 3.55143 12.4485L4.26345 11.7365L4.97547 11.0245C3.95455 10.0036 3.95424 8.26185 5.08808 7.12808L4.37608 6.41604ZM4.26345 11.7365L3.55143 12.4485C5.4086 14.3057 8.43351 14.1983 10.296 12.3359L9.58395 11.6239L8.87193 10.9119C7.73853 12.0453 5.98994 12.039 4.97547 11.0245L4.26345 11.7365ZM9.58395 11.6239L10.296 12.3359L11.5251 11.1068L10.8131 10.3948L10.1011 9.68275L8.87193 10.9119L9.58395 11.6239ZM10.8131 10.3948L10.1011 11.1068L11.6494 12.6551L12.3614 11.9431L13.0734 11.231L11.5251 9.68275L10.8131 10.3948ZM12.3614 11.9431L11.6493 11.2311L10.3462 12.5342L11.0583 13.2462L11.7703 13.9582L13.0734 12.6551L12.3614 11.9431ZM13.0652 11.2393L13.7772 10.5273L12.2289 8.97902L11.5169 9.69104L10.8049 10.4031L12.3532 11.9514L13.0652 11.2393ZM11.5169 9.69104L12.2289 10.4031L14.1683 8.46373L13.4562 7.75171L12.7442 7.03969L10.8049 8.97902L11.5169 9.69104ZM13.4562 7.75171L12.7442 8.46373L14.2925 10.012L15.0045 9.3L15.7166 8.58798L14.1683 7.03969L13.4562 7.75171ZM15.0045 9.3L14.2925 8.58798L12.3532 10.5273L13.0652 11.2393L13.7772 11.9514L15.7166 10.012L15.0045 9.3Z"
              fill="#031628" fill-opacity="0.66" mask="url(#path-1-inside-1_127_420)" />
            <script xmlns="" />
          </svg>
          Leads Overview
        </a>

        <a class="tab-btn" href="gbp-performance.html">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
            <path
              d="M9.8604 8.55788C9.50633 8.56155 9.15585 8.48671 8.83417 8.33874C8.51248 8.19076 8.22759 7.97334 7.99999 7.7021C7.7707 7.97136 7.48548 8.18742 7.16419 8.33521C6.84289 8.48301 6.49324 8.559 6.13958 8.55788C5.78551 8.56155 5.43503 8.48671 5.11335 8.33874C4.79167 8.19076 4.50678 7.97334 4.27917 7.7021C4.21056 7.78441 4.13594 7.86152 4.05592 7.93279C3.80539 8.16073 3.50938 8.33298 3.18742 8.43816C2.86546 8.54335 2.52485 8.57908 2.18807 8.543C1.57852 8.46789 1.01814 8.17042 0.614399 7.70762C0.210652 7.24482 -0.0080502 6.64927 0.000226616 6.03517V5.50681C-0.000378977 5.12757 0.0599218 4.75069 0.178826 4.39057L1.34716 0.892997C1.43316 0.633247 1.59878 0.407181 1.82052 0.246885C2.04226 0.086589 2.30886 0.000207155 2.58247 0H13.4175C13.6911 0.000207155 13.9577 0.086589 14.1795 0.246885C14.4012 0.407181 14.5668 0.633247 14.6528 0.892997L15.8211 4.39057C15.9401 4.75069 16.0004 5.12757 15.9997 5.50681V6.03517C16.0085 6.64701 15.7918 7.24068 15.3911 7.70314C14.9904 8.16559 14.4336 8.46452 13.8268 8.543C13.49 8.58004 13.1491 8.54477 12.827 8.43954C12.5049 8.33431 12.2089 8.16154 11.9589 7.93279C11.8771 7.85837 11.7952 7.76907 11.7208 7.68721C11.4926 7.95881 11.2079 8.17741 10.8866 8.32777C10.5653 8.47814 10.2151 8.55667 9.8604 8.55788ZM2.58247 1.11625C2.54341 1.11684 2.50545 1.12924 2.47357 1.15182C2.44169 1.1744 2.41739 1.2061 2.40388 1.24275L1.24298 4.74032C1.16236 4.98029 1.11968 5.23136 1.11647 5.48449V6.01284C1.10555 6.34879 1.21858 6.67701 1.43403 6.935C1.64948 7.193 1.9523 7.36273 2.28481 7.41187C2.46426 7.43046 2.64561 7.41155 2.81737 7.35636C2.98913 7.30116 3.14755 7.21089 3.28258 7.09125C3.41762 6.97161 3.52632 6.82521 3.60179 6.66135C3.67727 6.49749 3.71788 6.31973 3.72105 6.13935C3.72105 5.99133 3.77985 5.84937 3.88452 5.7447C3.98918 5.64003 4.13115 5.58123 4.27917 5.58123C4.42719 5.58123 4.56915 5.64003 4.67382 5.7447C4.77849 5.84937 4.83729 5.99133 4.83729 6.13935C4.82877 6.31262 4.85662 6.48576 4.91905 6.64762C4.98149 6.80948 5.07712 6.95647 5.19979 7.07914C5.32246 7.20181 5.46945 7.29744 5.63131 7.35987C5.79317 7.42231 5.9663 7.45016 6.13958 7.44164C6.48436 7.43968 6.81447 7.30185 7.05827 7.05805C7.30208 6.81424 7.43991 6.48414 7.44186 6.13935C7.44186 5.99133 7.50067 5.84937 7.60533 5.7447C7.71 5.64003 7.85196 5.58123 7.99999 5.58123C8.14801 5.58123 8.28997 5.64003 8.39464 5.7447C8.49931 5.84937 8.55811 5.99133 8.55811 6.13935C8.54959 6.31262 8.57744 6.48576 8.63987 6.64762C8.70231 6.80948 8.79793 6.95647 8.9206 7.07914C9.04327 7.20181 9.19027 7.29744 9.35213 7.35987C9.51399 7.42231 9.68712 7.45016 9.8604 7.44164C10.2052 7.43968 10.5353 7.30185 10.7791 7.05805C11.0229 6.81424 11.1607 6.48414 11.1627 6.13935C11.1627 5.99133 11.2215 5.84937 11.3262 5.7447C11.4308 5.64003 11.5728 5.58123 11.7208 5.58123C11.8688 5.58123 12.0108 5.64003 12.1155 5.7447C12.2201 5.84937 12.2789 5.99133 12.2789 6.13935C12.279 6.32162 12.3173 6.50185 12.3915 6.66837C12.4656 6.83489 12.5738 6.984 12.7092 7.10605C12.8446 7.2281 13.0041 7.32037 13.1774 7.3769C13.3506 7.43342 13.5339 7.45294 13.7152 7.4342C14.0477 7.38505 14.3505 7.21532 14.5659 6.95733C14.7814 6.69934 14.8944 6.37111 14.8835 6.03517V5.50681C14.8803 5.25369 14.8376 5.00261 14.757 4.76265L13.5961 1.26508C13.5826 1.22843 13.5583 1.19673 13.5264 1.17414C13.4945 1.15156 13.4566 1.13916 13.4175 1.13857L2.58247 1.11625Z"
              fill="#031628" fill-opacity="0.66" />
            <path
              d="M13.953 15.9997H2.04643C1.70164 15.9977 1.37153 15.8599 1.12773 15.6161C0.883926 15.3723 0.746094 15.0422 0.744141 14.6974V7.61293C0.744141 7.4649 0.802943 7.32294 0.907611 7.21828C1.01228 7.11361 1.15424 7.0548 1.30226 7.0548C1.45029 7.0548 1.59225 7.11361 1.69692 7.21828C1.80158 7.32294 1.86039 7.4649 1.86039 7.61293V14.6974C1.86039 14.7467 1.87999 14.794 1.91488 14.8289C1.94977 14.8638 1.99709 14.8834 2.04643 14.8834H13.953C14.0024 14.8834 14.0497 14.8638 14.0846 14.8289C14.1195 14.794 14.1391 14.7467 14.1391 14.6974V7.60549C14.1391 7.45746 14.1979 7.3155 14.3026 7.21083C14.4072 7.10616 14.5492 7.04736 14.6972 7.04736C14.8452 7.04736 14.9872 7.10616 15.0919 7.21083C15.1965 7.3155 15.2553 7.45746 15.2553 7.60549V14.6974C15.2534 15.0422 15.1155 15.3723 14.8717 15.6161C14.6279 15.8599 14.2978 15.9977 13.953 15.9997Z"
              fill="#031628" fill-opacity="0.66" />
            <path
              d="M10.6052 15.9997H5.39601C5.24859 15.9978 5.10775 15.9383 5.00349 15.8341C4.89924 15.7298 4.83982 15.589 4.83789 15.4416V11.7207C4.83984 11.376 4.97768 11.0459 5.22148 10.802C5.46528 10.5582 5.79539 10.4204 6.14018 10.4185H9.861C10.2058 10.4204 10.5359 10.5582 10.7797 10.802C11.0235 11.0459 11.1613 11.376 11.1633 11.7207V15.4416C11.1614 15.589 11.1019 15.7298 10.9977 15.8341C10.8934 15.9383 10.7526 15.9978 10.6052 15.9997ZM5.95414 14.8834H10.047V11.7207C10.047 11.6714 10.0274 11.6241 9.99255 11.5892C9.95766 11.5543 9.91034 11.5347 9.861 11.5347H6.14018C6.09084 11.5347 6.04352 11.5543 6.00863 11.5892C5.97374 11.6241 5.95414 11.6714 5.95414 11.7207V14.8834Z"
              fill="#031628" fill-opacity="0.66" />
            <script xmlns="" />
          </svg>
          GBP Performance
        </a>

        <a class="tab-btn" href="seo-authority.html">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
            <path
              d="M6.66699 8.66648C6.95329 9.04923 7.31856 9.36594 7.73803 9.59511C8.15749 9.82428 8.62133 9.96056 9.09809 9.9947C9.57485 10.0288 10.0534 9.96006 10.5012 9.793C10.9491 9.62594 11.3557 9.36453 11.6937 9.02648L13.6937 7.02648C14.3009 6.39781 14.6368 5.5558 14.6292 4.68181C14.6216 3.80782 14.2711 2.97178 13.6531 2.35375C13.035 1.73573 12.199 1.38516 11.325 1.37757C10.451 1.36997 9.609 1.70595 8.98033 2.31315L7.83366 3.45315"
              stroke="#031628" stroke-opacity="0.66" stroke-width="1.33333" stroke-linecap="round"
              stroke-linejoin="round" />
            <path
              d="M9.33347 7.33332C9.04716 6.95057 8.68189 6.63387 8.26243 6.40469C7.84297 6.17552 7.37913 6.03924 6.90237 6.0051C6.4256 5.97095 5.94708 6.03974 5.49924 6.2068C5.0514 6.37386 4.64472 6.63527 4.3068 6.97332L2.3068 8.97332C1.69961 9.60199 1.36363 10.444 1.37122 11.318C1.37881 12.192 1.72938 13.028 2.3474 13.646C2.96543 14.2641 3.80147 14.6146 4.67546 14.6222C5.54945 14.6298 6.39146 14.2938 7.02013 13.6867L8.16013 12.5467"
              stroke="#031628" stroke-opacity="0.66" stroke-width="1.33333" stroke-linecap="round"
              stroke-linejoin="round" />
            <script xmlns="" />
          </svg>
          SEO &amp; Authority
        </a>

        <a class="tab-btn" href="ai-search-performance.html" aria-current="page">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
            <g clip-path="url(#clip0_186_667)">
              <path
                d="M10.5392 8.15438C10.8149 8.05589 11 7.79266 11 7.5C11 7.20734 10.8149 6.94411 10.5403 6.84562L9.27791 6.39049C8.03134 5.94159 7.05877 4.96851 6.60928 3.72201L6.15414 2.45965C6.05507 2.18511 5.79239 2 5.50085 2C5.20874 2 4.9455 2.18454 4.84587 2.45965L4.39128 3.72201C3.94179 4.96907 2.96922 5.94159 1.72209 6.39049L0.46081 6.84562C0.185117 6.94468 0 7.20734 0 7.5C0 7.79266 0.185117 8.05532 0.459678 8.15438L1.72209 8.60951C2.96866 9.05841 3.94123 10.0309 4.39072 11.278L4.84587 12.5409C4.94493 12.8155 5.20817 13 5.50028 13C5.79239 13 6.05563 12.8149 6.15414 12.5403L6.60928 11.278C7.05821 10.0315 8.03134 9.05897 9.27791 8.60951L10.5392 8.15438ZM8.89409 7.54415C7.3288 8.10797 6.10771 9.32899 5.54387 10.8942L5.49972 11.0165L5.45556 10.8942C4.89115 9.32899 3.67006 8.10797 2.10535 7.54415L1.98363 7.5L2.10591 7.45585C3.6712 6.89203 4.89229 5.67101 5.45613 4.1058L5.50028 3.98353L5.54444 4.1058C6.10828 5.67101 7.32937 6.89203 8.89409 7.45585L9.01637 7.5L8.89409 7.54415Z"
                fill="#031628" fill-opacity="0.66" />
              <path
                d="M9.40898 3.5816L10.0346 3.80715C10.5761 4.00222 10.9978 4.42449 11.1929 4.96536L11.4178 5.59047C11.506 5.83541 11.7398 6 11.9997 6C12.2596 6 12.494 5.83541 12.5816 5.59102L12.8071 4.96536C13.0022 4.42394 13.4245 4.00166 13.9654 3.80715L14.5916 3.5816C14.8349 3.49349 14.9994 3.26018 15 3.00139C15.0006 2.74259 14.8376 2.50817 14.5916 2.4184L13.9654 2.19285C13.4245 1.99778 13.0022 1.57551 12.8071 1.03464L12.5816 0.408978C12.4935 0.164034 12.2602 0 12.0003 0C11.7398 0 11.506 0.164589 11.4184 0.408978L11.1929 1.03464C10.9978 1.57606 10.5755 1.99778 10.0346 2.19285L9.40732 2.41895C9.16348 2.50762 8.99945 2.74203 9 3.00139C9.00056 3.26074 9.16514 3.49404 9.40898 3.5816ZM12.0003 1.91466C12.263 2.36464 12.6359 2.7376 13.0853 2.99972C12.6354 3.2624 12.2624 3.63536 12.0003 4.08479C11.7376 3.63536 11.3646 3.26185 10.9152 2.99972C11.3646 2.73705 11.7376 2.36409 12.0003 1.91466Z"
                fill="#031628" fill-opacity="0.66" />
              <path
                d="M14.5905 12.4184L13.965 12.1929C13.4242 11.9978 13.002 11.5755 12.807 11.0346L12.5815 10.409C12.4934 10.1646 12.2596 10 11.9997 10C11.7393 10 11.5055 10.1646 11.418 10.409L11.1924 11.0346C10.9974 11.5761 10.5752 11.9983 10.0344 12.1929L9.40946 12.4178C9.16511 12.5054 9.00056 12.7393 9 12.9986C8.99945 13.258 9.1629 13.4924 9.4089 13.5816L10.0344 13.8071C10.5758 14.0022 10.998 14.4239 11.1924 14.9654L11.4174 15.5905C11.506 15.8354 11.7399 16 12.0003 16C12.2607 16 12.4945 15.8354 12.582 15.591L12.8076 14.9654C13.0026 14.4245 13.4248 14.0022 13.9656 13.8071L14.5939 13.581C14.8371 13.4918 15.0006 13.258 15 12.9986C14.9994 12.7393 14.8343 12.5065 14.5905 12.4184ZM12.0003 14.0853C11.7376 13.6354 11.3648 13.2624 10.9154 13.0003C11.3648 12.7376 11.7382 12.3646 12.0003 11.9152C12.2629 12.3646 12.6358 12.7382 13.0851 13.0003C12.6358 13.263 12.2624 13.6359 12.0003 14.0853Z"
                fill="#031628" fill-opacity="0.66" />
            </g>
            <defs>
              <clipPath id="clip0_186_667">
                <rect width="16" height="16" fill="white" />
              </clipPath>
            </defs>
            <script xmlns="" />
          </svg>
          AI Search Performance
        </a>

        <a class="tab-btn" href="website-analytics.html">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
            <path d="M2 2V14H14" stroke="#031628" stroke-opacity="0.66" stroke-width="1.33333" stroke-linecap="round"
              stroke-linejoin="round" />
            <path
              d="M6.00033 7.3335H5.33366C4.96547 7.3335 4.66699 7.63197 4.66699 8.00016V11.3335C4.66699 11.7017 4.96547 12.0002 5.33366 12.0002H6.00033C6.36852 12.0002 6.66699 11.7017 6.66699 11.3335V8.00016C6.66699 7.63197 6.36852 7.3335 6.00033 7.3335Z"
              stroke="#031628" stroke-opacity="0.66" stroke-width="1.33333" stroke-linecap="round"
              stroke-linejoin="round" />
            <path
              d="M9.33333 4.6665H8.66667C8.29848 4.6665 8 4.96498 8 5.33317V11.3332C8 11.7014 8.29848 11.9998 8.66667 11.9998H9.33333C9.70152 11.9998 10 11.7014 10 11.3332V5.33317C10 4.96498 9.70152 4.6665 9.33333 4.6665Z"
              stroke="#031628" stroke-opacity="0.66" stroke-width="1.33333" stroke-linecap="round"
              stroke-linejoin="round" />
            <path
              d="M12.6663 8.6665H11.9997C11.6315 8.6665 11.333 8.96498 11.333 9.33317V11.3332C11.333 11.7014 11.6315 11.9998 11.9997 11.9998H12.6663C13.0345 11.9998 13.333 11.7014 13.333 11.3332V9.33317C13.333 8.96498 13.0345 8.6665 12.6663 8.6665Z"
              stroke="#031628" stroke-opacity="0.66" stroke-width="1.33333" stroke-linecap="round"
              stroke-linejoin="round" />
            <script xmlns="" />
          </svg>
          Website Analytics
        </a>

        <a class="tab-btn" href="content-kpis.html">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
            <path
              d="M9.33366 1.3335H4.00033C3.6467 1.3335 3.30756 1.47397 3.05752 1.72402C2.80747 1.97407 2.66699 2.31321 2.66699 2.66683V13.3335C2.66699 13.6871 2.80747 14.0263 3.05752 14.2763C3.30756 14.5264 3.6467 14.6668 4.00033 14.6668H12.0003C12.3539 14.6668 12.6931 14.5264 12.9431 14.2763C13.1932 14.0263 13.3337 13.6871 13.3337 13.3335V5.3335L9.33366 1.3335Z"
              stroke="#031628" stroke-opacity="0.66" stroke-width="1.33333" stroke-linecap="round"
              stroke-linejoin="round" />
            <path d="M9.33301 1.3335V5.3335H13.333" stroke="#031628" stroke-opacity="0.66" stroke-width="1.33333"
              stroke-linecap="round" stroke-linejoin="round" />
            <script xmlns="" />
          </svg>
          Content &amp; KPIs
        </a>
      </nav>
    </div>
  </header>

  <div class="page-shell">

    <!-- ========================================================================
       SHARED: MOBILE NAV DRAWER (<1024px)
       Slides in from the right when the hamburger button is toggled. Its
       links are cloned in from .tabs-nav by JS at the bottom of this file,
       so they never need to be kept in sync by hand.
       ======================================================================== -->
    <div class="mobile-nav-backdrop" id="mobile-nav-backdrop"></div>
    <aside class="mobile-nav-drawer" id="mobile-nav-drawer" aria-hidden="true">
      <div class="mobile-nav-drawer__header">
        <img src="assets/images/logo.png" alt="BluShark Digital" class="mobile-nav-drawer__logo" />
        <button class="mobile-nav-close" type="button" aria-label="Close menu">&times;</button>
      </div>
      <nav class="mobile-nav-drawer__links" id="mobile-nav-links" aria-label="Report sections"></nav>
    </aside>

    <main>

      <!-- ====================================================================
         THIS TAB'S MAIN CONTENT: AI SEARCH PERFORMANCE
         This tab's CSS lives in the <head> above; table/sort/pagination
         logic lives in the <script> tag at the bottom of this document.
         Scoped to .tab-ai-search-performance.
         ==================================================================== -->
      <section class="tab-panel tab-ai-search-performance">

        <!-- Hero banner (same simple treatment as other tabs — no badge) -->
        <div class="hero">
          <div class="hero__inner">
            <div class="hero__title-block">
              <span class="hero__eyebrow">PRICE BENOWITZ INJURY LAWYERS</span>
              <h1 class="hero__title">AI Search Performance</h1>
              <span class="hero__subtitle">MAY 2026 &middot; PERFORMANCE REPORT</span>
            </div>
          </div>
        </div>

        <h2 class="ai-heading">AI Overview</h2>

        <!-- Stat card column (sticky) + Link Type table column -->
        <div class="ai-row">
          <div class="ai-stats-col">
            <div class="ai-stats-grid">
              <div class="ai-stat-card ai-stat-card--blue">
                <span class="ai-stat-card__label">Total results by AI <span class="info-icon-wrap"><svg
                      class="info-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
                      stroke-linecap="round" stroke-linejoin="round">
                      <circle cx="12" cy="12" r="10"></circle>
                      <path d="M12 16v-4"></path>
                      <path d="M12 8h.01"></path>
                    </svg><span class="info-tooltip">Total number of times your firm appeared across all AI-generated
                      search results.</span></span></span>
                <span class="ai-stat-card__value">1,989</span>
              </div>
              <div class="ai-stat-card ai-stat-card--white">
                <span class="ai-stat-card__label">Other platforms <span class="info-icon-wrap"><svg class="info-icon"
                      viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                      stroke-linejoin="round">
                      <circle cx="12" cy="12" r="10"></circle>
                      <path d="M12 16v-4"></path>
                      <path d="M12 8h.01"></path>
                    </svg><span class="info-tooltip">Appearances across AI platforms not broken out individually
                      below.</span></span></span>
                <span class="ai-stat-card__value">603</span>
              </div>
              <div class="ai-stat-card ai-stat-card--white">
                <span class="ai-stat-card__label">Google Search AI <span class="info-icon-wrap"><svg class="info-icon"
                      viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                      stroke-linejoin="round">
                      <circle cx="12" cy="12" r="10"></circle>
                      <path d="M12 16v-4"></path>
                      <path d="M12 8h.01"></path>
                    </svg><span class="info-tooltip">Appearances within Google's AI-powered search
                      overviews.</span></span></span>
                <span class="ai-stat-card__value">522</span>
              </div>
              <div class="ai-stat-card ai-stat-card--white">
                <span class="ai-stat-card__label">Chat GPT <span class="info-icon-wrap"><svg class="info-icon"
                      viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                      stroke-linejoin="round">
                      <circle cx="12" cy="12" r="10"></circle>
                      <path d="M12 16v-4"></path>
                      <path d="M12 8h.01"></path>
                    </svg><span class="info-tooltip">Number of times your firm appeared in ChatGPT-generated
                      responses.</span></span></span>
                <span class="ai-stat-card__value">703</span>
              </div>
              <div class="ai-stat-card ai-stat-card--white">
                <span class="ai-stat-card__label">Chat GPT <span class="info-icon-wrap"><svg class="info-icon"
                      viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                      stroke-linejoin="round">
                      <circle cx="12" cy="12" r="10"></circle>
                      <path d="M12 16v-4"></path>
                      <path d="M12 8h.01"></path>
                    </svg><span class="info-tooltip">Number of times your firm appeared in ChatGPT-generated
                      responses.</span></span></span>
                <span class="ai-stat-card__value">703</span>
              </div>
              <div class="ai-stat-card ai-stat-card--white">
                <span class="ai-stat-card__label">Chat GPT <span class="info-icon-wrap"><svg class="info-icon"
                      viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                      stroke-linejoin="round">
                      <circle cx="12" cy="12" r="10"></circle>
                      <path d="M12 16v-4"></path>
                      <path d="M12 8h.01"></path>
                    </svg><span class="info-tooltip">Number of times your firm appeared in ChatGPT-generated
                      responses.</span></span></span>
                <span class="ai-stat-card__value">703</span>
              </div>
            </div>
          </div>

          <div class="ai-table-col">
            <div class="seo-table-wrap">
              <table class="seo-table" id="linktype-table">
                <thead></thead>
                <tbody></tbody>
              </table>
            </div>
            <div class="seo-pagination" id="linktype-pagination"></div>
          </div>
        </div>

      </section>

    </main>

    <!-- ========================================================================
       SHARED: MEET YOUR TEAM OF EXPERTS
       Identical markup on every tab file, sits after the tab's main content.
       ======================================================================== -->
    <section class="team-section">
      <h2 class="team-section__heading">Meet Your Team of Experts</h2>
      <div class="team-card">
        <div class="team-member">
          <span class="team-member__role">Accounts</span>
          <span class="team-member__photo"><img src="assets/images/team/sarah-williams.jpg"
              alt="Sarah Williams" /></span>
          <span class="team-member__name">Sarah Williams</span>
        </div>
        <div class="team-member">
          <span class="team-member__role">Content</span>
          <span class="team-member__photo"><img src="assets/images/team/john-smith.jpg" alt="John Smith" /></span>
          <span class="team-member__name">John Smith</span>
        </div>
        <div class="team-member">
          <span class="team-member__role">Off-Page SEO</span>
          <span class="team-member__photo"><img src="assets/images/team/bob-johnson.jpg" alt="Bob Johnson" /></span>
          <span class="team-member__name">Bob Johnson</span>
        </div>
        <div class="team-member">
          <span class="team-member__role">Lead Developer</span>
          <span class="team-member__photo"><img src="assets/images/team/clara-oliver.jpg" alt="Clara Oliver" /></span>
          <span class="team-member__name">Clara Oliver</span>
        </div>
        <div class="team-member">
          <span class="team-member__role">Metrics</span>
          <span class="team-member__photo"><img src="assets/images/team/rose-miranda.jpg" alt="Rose Miranda" /></span>
          <span class="team-member__name">Rose Miranda</span>
        </div>
        <div class="team-member">
          <span class="team-member__role">AI performance</span>
          <span class="team-member__photo"><img src="assets/images/team/bill-james.jpg" alt="Bill James" /></span>
          <span class="team-member__name">Bill James</span>
        </div>
      </div>
    </section>

    <!-- ========================================================================
       SHARED: FOOTER (instance 2 — final page footer)
       Identical markup to the footer instance inside the tab content above.
       ======================================================================== -->
    <footer class="site-footer">
      <div class="site-footer__row">
        <span class="site-footer__logo"><img src="assets/images/logo.png" alt="BluShark Digital" /></span>
        <span class="site-footer__sources">Data: CallRail &middot; Search Console &middot; GA4 &middot; Google Sheets
          &middot; Ahrefs &middot; ClickUp</span>
        <span class="site-footer__copyright">&copy; 2026 BluShark Digital LLC &middot; Washington, DC</span>
      </div>
    </footer>

  </div>

  <!-- ============================================================================
     SHARED: MOBILE NAV TOGGLE LOGIC
     Identical on every tab file. Clones the tab links from .tabs-nav into the
     drawer, then wires up open/close for the hamburger button, backdrop
     click, close button, and Escape key.
     ============================================================================ -->
  <script>
    (function () {
      "use strict";

      var menuBtn = document.querySelector(".mobile-menu-btn");
      var drawer = document.getElementById("mobile-nav-drawer");
      var backdrop = document.getElementById("mobile-nav-backdrop");
      var closeBtn = document.querySelector(".mobile-nav-close");
      var linksContainer = document.getElementById("mobile-nav-links");
      var sourceNav = document.querySelector(".tabs-nav");

      if (linksContainer && sourceNav) {
        linksContainer.innerHTML = sourceNav.innerHTML;
      }

      function openMenu() {
        drawer.classList.add("is-open");
        backdrop.classList.add("is-open");
        menuBtn.setAttribute("aria-expanded", "true");
        drawer.setAttribute("aria-hidden", "false");
        document.body.style.overflow = "hidden";
      }

      function closeMenu() {
        drawer.classList.remove("is-open");
        backdrop.classList.remove("is-open");
        menuBtn.setAttribute("aria-expanded", "false");
        drawer.setAttribute("aria-hidden", "true");
        document.body.style.overflow = "";
      }

      if (menuBtn) {
        menuBtn.addEventListener("click", function () {
          if (drawer.classList.contains("is-open")) closeMenu();
          else openMenu();
        });
      }
      if (closeBtn) closeBtn.addEventListener("click", closeMenu);
      if (backdrop) backdrop.addEventListener("click", closeMenu);
      document.addEventListener("keydown", function (e) {
        if (e.key === "Escape") closeMenu();
      });
    })();
  </script>

  <!-- ============================================================================
     TAB-SPECIFIC JS: AI SEARCH PERFORMANCE
     Reuses the same sortable/paginated table pattern from the other tabs.
     Row content is reproduced exactly as shown in the design, repeated
     across rows — a backend developer wires up real per-page content later.
     ============================================================================ -->
  <script>
    (function () {
      "use strict";

      var LINK_URL = "https://www.northtexasplasticsurgery.com/blog/scrotox-the-benefits-of-botox-injections-in-the-scrotal-area/";
      var PAGE_SIZE = 30;
      var TOTAL_PAGES = 13;
      var TOTAL_ROWS = PAGE_SIZE * TOTAL_PAGES;

      var rows = [];
      for (var i = 0; i < TOTAL_ROWS; i++) {
        rows.push({ url: LINK_URL });
      }

      var columns = [{ key: "url", label: "Link Type" }];

      var state = { rows: rows.slice(), page: 1, sortKey: null, sortDir: "asc" };
      var table = document.getElementById("linktype-table");
      var thead = table.querySelector("thead");
      var tbody = table.querySelector("tbody");
      var paginationEl = document.getElementById("linktype-pagination");

      function sortRows() {
        var key = state.sortKey;
        if (!key) return;
        var dir = state.sortDir === "asc" ? 1 : -1;
        state.rows.sort(function (a, b) {
          var av = a[key], bv = b[key];
          if (av === bv) return 0;
          return av > bv ? dir : -dir;
        });
      }

      function renderHead() {
        thead.innerHTML = "<tr>" + columns.map(function (col) {
          var icon = state.sortKey === col.key ? (state.sortDir === "asc" ? "&#9650;" : "&#9660;") : "&#8645;";
          return '<th data-key="' + col.key + '"><div class="th-pill">' + col.label + ' <span class="sort-icon">' + icon + "</span></div></th>";
        }).join("") + "</tr>";

        Array.prototype.forEach.call(thead.querySelectorAll("th"), function (th) {
          th.addEventListener("click", function () {
            var key = th.getAttribute("data-key");
            if (state.sortKey === key) {
              state.sortDir = state.sortDir === "asc" ? "desc" : "asc";
            } else {
              state.sortKey = key;
              state.sortDir = "asc";
            }
            state.page = 1;
            render();
          });
        });
      }

      function renderBody() {
        var start = (state.page - 1) * PAGE_SIZE;
        var pageRows = state.rows.slice(start, start + PAGE_SIZE);
        tbody.innerHTML = pageRows.map(function (row) {
          return '<tr><td title="' + row.url + '">' + row.url + "</td></tr>";
        }).join("");
      }

      function buildPageWindow(current, total, windowSize) {
        if (total <= windowSize) {
          var all = [];
          for (var i = 1; i <= total; i++) all.push(i);
          return all;
        }
        var start = Math.max(1, Math.min(current, total - windowSize + 1));
        var end = start + windowSize - 1;
        var items = [];
        if (start > 1) items.push("...");
        for (var p = start; p <= end; p++) items.push(p);
        if (end < total) items.push("...");
        return items;
      }

      function renderPagination() {
        var totalPages = Math.ceil(state.rows.length / PAGE_SIZE);
        var pageItems = buildPageWindow(state.page, totalPages, 7);
        var pagesHtml = "";
        for (var i = 0; i < pageItems.length; i++) {
          var p = pageItems[i];
          if (p === "...") {
            pagesHtml += '<span class="seo-page-ellipsis">&#8230;</span>';
          } else {
            pagesHtml += '<button type="button" class="seo-page-btn" data-page="' + p + '" aria-current="' + (p === state.page ? "true" : "false") + '">' + p + "</button>";
          }
        }

        paginationEl.innerHTML =
          '<div class="seo-pagination__pages">' +
          '<button type="button" class="seo-page-btn" data-page="prev" ' + (state.page === 1 ? "disabled" : "") + '>&#8249;</button>' +
          pagesHtml +
          '<button type="button" class="seo-page-btn" data-page="next" ' + (state.page === totalPages ? "disabled" : "") + '>&#8250;</button>' +
          "</div>" +
          '<span class="seo-pagination__caption">Page ' + state.page + " of " + totalPages + "</span>";

        Array.prototype.forEach.call(paginationEl.querySelectorAll(".seo-page-btn"), function (btn) {
          btn.addEventListener("click", function () {
            var target = btn.getAttribute("data-page");
            if (target === "prev") state.page = Math.max(1, state.page - 1);
            else if (target === "next") state.page = Math.min(totalPages, state.page + 1);
            else state.page = parseInt(target, 10);
            render();
          });
        });
      }

      function render() {
        sortRows();
        renderHead();
        renderBody();
        renderPagination();
      }

      render();
    })();
  </script>
</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit