      .footer-brand .f-socials {
        display: flex;
        gap: 10px;
        margin-top: 20px;
      }
      .footer-brand .f-socials a {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition:
          background 0.2s,
          color 0.2s;
      }
      .footer-brand .f-socials a:hover {
        background: var(--g);
        color: #fff;
      }
      .footer-brand .f-socials svg {
        width: 16px;
        height: 16px;
      }

      /* ─── SOCIAL WALL ─── */
      .social-wall {
        padding: 72px 64px;
        background: #06140f;
        overflow: hidden;
      }
