#agihub-site-footer {
      padding: 18px clamp(20px, 4vw, 58px);
      background:
        linear-gradient(180deg, #eef2f5 0%, #f8f7f2 62%);
      color: var(--ink);
      box-shadow: inset 0 1px 0 rgba(6, 19, 31, 0.08);
    }

    #agihub-site-footer .footer-nav {
      display: grid;
      grid-template-columns: repeat(4, minmax(124px, 1fr));
      gap: 14px 26px;
      font-size: 11px;
      font-weight: 780;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    #agihub-site-footer .footer-nav-group {
      display: grid;
      align-content: start;
      gap: 8px;
    }

    #agihub-site-footer .footer-group-label {
      margin: 0;
      color: var(--muted);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    #agihub-site-footer .footer-link-list {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 14px;
    }

    #agihub-site-footer .footer-nav a {
      padding-block: 3px;
    }

    #agihub-site-footer .footer-nav a:hover,
    #agihub-site-footer .footer-nav a:focus-visible {
      color: var(--signal);
      outline: none;
    }

    #agihub-site-footer .footer-main {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px 34px;
    }

    #agihub-site-footer .footer-logo {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 840;
      line-height: 1;
      letter-spacing: var(--brand-tracking);
      text-transform: uppercase;
    }

    #agihub-site-footer .footer-symbol {
      width: 24px;
      height: auto;
      object-fit: contain;
    }

    #agihub-site-footer .footer-wordmark {
      width: 78px;
      height: auto;
    }

    #agihub-site-footer .footer-bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      gap: 10px 16px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    #agihub-site-footer .clarity-disclosure {
      max-width: 48rem;
      margin: 0;
      font-size: 10px;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0.02em;
      text-transform: none;
    }

    #agihub-site-footer .clarity-disclosure a {
      text-decoration: underline;
      text-underline-offset: 3px;
    }


#agihub-site-footer { box-sizing:border-box; --ink:#06131f; --muted:#4b5563; --signal:#0b63ce; font-family:Helvetica,Arial,"Hiragino Sans",sans-serif; font-size:14px; line-height:1.7; width:100%; max-width:none; margin:0; border:0; text-align:left; }
#agihub-site-footer * { box-sizing:border-box; }
#agihub-site-footer a { color:inherit; text-decoration:none; border:0; }
#agihub-site-footer img { display:block; margin:0; max-width:100%; border:0; }

#agihub-site-footer { display:block; font-family:var(--font-sans,Helvetica,Arial,sans-serif); text-transform:none; letter-spacing:normal; text-align:left; }
@media(max-width:620px) { #agihub-site-footer .footer-nav { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; width:100%; } #agihub-site-footer .footer-main { display:grid; } }
html[data-color-mode="dark"] #agihub-site-footer { --ink:#edf4fa; --muted:#aebdca; --signal:#80c8ff; }
html[data-color-mode="dark"] #agihub-site-footer .footer-logo img { filter:brightness(0) invert(1); }
